.fzContainer {
    margin: 0 auto;
    width: 1180px;
  
}

.tigerWrapper {
    padding: 10px 0;
    border-bottom: 1px solid #4D4D4D;
}

.tigerFixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background: #fff;
    z-index: 5;
}

.tigerPholder {
    display: none;
    height: 67px;
}

.tigerNav {
    position: relative;
    margin-right: 46px;
    line-height: 46px;
    color: #828282;
    font-size: 18px;
}

.tigerNav a {
    color: inherit;
}

.tigerNavActive {
    color: #000;
}

.tigerNavActive::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #000;
}

.tigerFontButton {
    width: 190px;
    height: 46px;
    font-size: 20px;
    color: #000;
    background: #fff;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.tigerFontButton:hover {
    border-color: #d8d8d8;
}

.tigerAuthButton {
    margin-left: 10px;
    width: 190px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    background: #161616;
    border-radius: 8px;
    text-align: center;
    transition: all ease-in-out .3s;
}

.tigerAuthButton:hover {
    background: #444444;
}

.fontWrapper {
    margin-top: 40px;
}

/* 固定头部 start */
.fixedButtons {
    display: none;
    padding: 18px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    z-index: 8;
}

.fixedButtons .fixedLeft {
    margin-top: 3px;
    font-size: 20px;
    color: #222222;
}

.fixedButtons .fixedRight {
    font-size: 0;
}

.fixedButtons .fixedAuthBtn,
.fixedButtons .fixedDownFontBtn {
    margin-left: 8px;
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.fixedButtons .fixedAuthBtn {
    background: #B29C70;
}

.fixedButtons .fixedAuthBtn:hover {
    background:#B9A57E;
}

.fixedButtons .fixedDownFontBtn {
    background: #464646;
}

.fixedButtons .fixedDownFontBtn:hover {
    background: #505050;
}

/* 固定头部 end */

.fontLeft {
    padding: 25px 30px;
    width: 730px;
    height: 495px;
    color: #fff;
    background: #3A3A3A;
}

.flName {
    width: 600px;
    color: #F8F8F8;
    font-size: 20px;
    font-size: 0;
    line-height: 24px;
}

.flName span {
    display: inline-block;
    vertical-align: middle;
}

.flNameTxt {
    margin-right: 5px;
    font-size: 22px;
}

/* 获奖图标 */
.awardDetailsLabel,
.awardListLabel {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding-right: 8px;
    font-size: 12px;
    color: #7D2E00;
    border-radius: 4px;
    vertical-align: middle;
}

.awardDetailsLabel {
    padding-left: 30px;
    max-width: 262px;
    height: 22px;
    line-height: 22px;
    background: #FDF0E3 url('../img/common/award_label1.png') no-repeat 0 / 30px 22px;
}

.awardListLabel {
    padding-left: 28px;
    max-width: 264px;
    height: 20px;
    line-height: 20px;
    background:#FDF0E3 url('../img/common/award_label2.png') no-repeat 0 / 28px 20px;
}

.awardSingle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.awardMult {
    cursor: pointer;
}

.awardPopover {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    cursor: default;
}

.popContent {
    margin-top: 5px;
    padding: 10px;
    width: 326px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
}

.awardListLabel:hover .awardPopover {
    display: block;
}

.popOuter {
    width: 322px;
    border: 2px solid #FCEEE7;
}

.popInner {
    margin: 2px auto;
    width: 314px;
    border: 2px solid #FCEEE7;
    overflow: hidden;
}

.popContainer {
    max-height: 269px;
    padding-bottom: 20px;
    overflow: auto;
}

.awardPopover img {
    margin-top: 25px;
    width: 170px;
}

.awardPopover .awardUl {
    margin-top: 32px;
}

.awardUl li {
    margin-bottom: 10px;
    color: #222222;
    cursor: pointer;
}

.awardUl li:hover {
    color: #CC7640;
}
/* 获奖图标 end */

.flBody {
    margin-top: 108px;
}

.poemTitle {
    margin-bottom: 38px;
    font-size: 94px;
    line-height: 108px;
    text-align: center;
}

.poemText {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.langTitle {
    font-size: 64px;
    line-height: 76px;
    text-align: center;
}

.langText {
    margin-top: 140px;
    font-size: 14px;
    text-align: center;
}

.flShare,
.flVideo {
    position: relative;
    width: 32px;
    height: 40px;
    cursor: pointer;
}

.shareIcon,
.videoIcon {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
}

.shareIcon {
    background-image: url('../img/fontDetails/icon_share.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_share.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_share.png', sizingMethod='scale');
    background: none\9;
}

.flShare:hover .shareIcon {
    background-image: url('../img/fontDetails/icon_share_hover.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_share_hover.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_share_hover.png', sizingMethod='scale');
    background: none\9;
}

.shareTips {
    position: absolute;
    bottom: -48px;
    right: 0;
    width: 165px;
    height: 49px;
    font-size: 14px;
    color: #222222 ;
    background: url('../img/fontDetails/tips_box2.png') no-repeat;
    background-size: contain;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/tips_box2.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/tips_box2.png', sizingMethod='scale');
    background: none\9;
}

.flVideo {
    margin-right: 6px;
}

.videoIcon {
    background-image: url('../img/fontDetails/icon_video.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_video.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_video.png', sizingMethod='scale');
    background: none\9;
}

.videoTips {
    display: none;
    position: absolute;
    bottom: -48px;
    left: -95px;
    width: 165px;
    height: 49px;
    line-height: 54px;
    font-size: 14px;
    color: #222222 ;
    background: url('../img/fontDetails/tips_box.png') no-repeat;
    background-size: contain;
    text-align: center;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/tips_box.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/tips_box.png', sizingMethod='scale');
    background: none\9;
}

.flVideo:hover .videoIcon {
    background-image: url('../img/fontDetails/icon_video_hover.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_video_hover.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/icon_video_hover.png', sizingMethod='scale');
    background: none\9;
}

.flVideo:hover .videoTips {
    display: block;
}

.videoTips:hover {
    color: #A79062;
}

.shareTips {
    display: none;
}

.shareList {
    margin-top: 16px;
    text-align: center;
}

.shareList a {
    display: block;
    width: 100%;
    height: 100%;
}

.shareList li {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.shareWechat {
    width: 20px;
    height: 17px;
    background-image: url('../img/fontDetails/wechat_gray.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/wechat_gray.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/wechat_gray.png', sizingMethod='scale');
    background: none\9;
}

.shareWechat:hover {
    background-image: url('../img/fontDetails/wechat_color.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/wechat_color.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/wechat_color.png', sizingMethod='scale');
    background: none\9;
}

.shareQQ {
    margin-left: 12px;
    margin-right: 12px;
    width: 14px;
    height: 16px;
    background-image: url('../img/fontDetails/qq_gray.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qq_gray.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qq_gray.png', sizingMethod='scale');
    background: none\9;
}

.shareQQ:hover {
    background-image: url('../img/fontDetails/qq_color.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qq_color.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qq_color.png', sizingMethod='scale');
    background: none\9;
}

.shareQzone {
    width: 19px;
    height: 18px;
    background-image: url('../img/fontDetails/qzone_gray.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qzone_gray.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qzone_gray.png', sizingMethod='scale');
    background: none\9;
}

.shareQzone:hover {
    background-image: url('../img/fontDetails/qzone_color.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qzone_color.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/qzone_color.png', sizingMethod='scale');
    background: none\9;
}

.shareWeibo {
    margin-left: 12px;
    margin-right: 12px;
    width: 19px;
    height: 15px;
    background-image: url('../img/fontDetails/weibo_gray.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/weibo_gray.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/weibo_gray.png', sizingMethod='scale');
    background: none\9;
}

.shareWeibo:hover {
    background-image: url('../img/fontDetails/weibo_color.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/weibo_color.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/weibo_color.png', sizingMethod='scale');
    background: none\9;
}

.shareDouban {
    width: 13px;
    height: 14px;
    background-image: url('../img/fontDetails/douban_gray.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/douban_gray.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/douban_gray.png', sizingMethod='scale');
    background: none\9;
}

.shareDouban:hover {
    background-image: url('../img/fontDetails/douban_color.png');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/douban_color.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/douban_color.png', sizingMethod='scale');
    background: none\9;
}

.flShare:hover .shareTips {
    display: block;
}

.fontRight {
    width: 330px;
}

.licenseAgree {
    /* margin-bottom: 28px; */
    margin-bottom: 20px;
}

.licenseAgree p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.agreeTitle {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 22px;
}

.agreeList {
    margin-top: 5px;
    margin-bottom: 8px;
    color: #A79062;
    font-size: 14px;
}

.agreeList img,
.agreeList span {
    display: inline-block;
    vertical-align: middle;
}

.agreeList img {
    margin-right: 8px;
    width: 7px;
}

.agreeList span {
    cursor: pointer;
}

.agreeList span:hover {
    text-decoration: underline;
}

.getAuthBtn,
.downFontBtn {
    display: block;
    width: 330px;
    height: 48px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.getAuthBtn {
    margin-top: 10px;
    background: #B29C70;
}

.downFontBtn {
    margin-top: 8px;
    margin-bottom: 8px;
    background: #464646;
}

.getAuthBtn:hover {
    background: #B9A57E;
}

.downFontBtn:hover {
    background: #505050;
}

.installNotes {
    display: inline-block;
    margin-left: 10px;
    color: #222222;
    cursor: pointer;
    text-decoration: underline;
}

.introTitle {
    margin-bottom: 8px;
    font-size: 17px;
    color: #222222;
    line-height: 22px;
}

.introList {
    font-size: 13px;
    color: #666666;
}

.introList li {
    margin-top: 6px;
}

.introList .introLabel {
    width: 70px;
}

.introList .introLiContent {
    width: 260px;
}

.introBrand {
    line-height: 22px;
}

.introLiContent a {
    display: inline-block;
    margin-right: 10px;
}

.fontStyle {
    /* margin-top: 86px; */
    margin-top: 50px;
}

.styleLabel {
    margin-top: 2px;
    font-size: 24px;
    color: #222222;
}

/* 工具栏 start */
.feelparent {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}

.feel .prompt {
    position: relative;
    width: 330px;
    height: 34px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.feel .prompt img {
    margin-top: 11px;
    margin-left: 8px;
    margin-right: 8px;
    width: 10px;
}

.feel .promptLine {
    margin-top: 8px;
    width: 1px;
    height: 18px;
    background: #C8C8C8;
}

.feel .prompt input,
.feel .prompt span {
    padding-left: 16px;
    position: absolute;
    top: 0;
    left: 28px;
    width: 284px;
    height: 34px;
    line-height: 34px;
    outline: none;
    border: none;
}

.feel .prompt span {
    font-size: 14px;
    color: #BBBBBB;
    letter-spacing: 0;
}

.feel .prompt input::-ms-clear {
    display: none;
}

.feel .drag {
    position: absolute;
    left: 506px;
    bottom: -2px;
}

.drag .parent {
    position: relative;
    width: 168px;
    height: 3px;
    background: #333333;
}

.drag .parent span {
    margin-top: -11px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 50%;
    left: 78px;
    background: #ffffff;
    border: 2px solid #333333;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.drag .parent p {
    width: 78px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333333;
}

.switchBack {
    margin-top: 6px;
}

.fontcolor {
    margin-top: 1px;
    margin-right: 8px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.feel .change_color {
    margin-right: 24px;
    height: 26px;
    width: 26px;
    position: relative;
}

.change_color .black {
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333333;
    border: 1px solid #333333;
    z-index: 1;
}

.change_color .white {
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #333333;
    z-index: 1;
}
/* 工具栏 end */

/* 字体样式 start */
.allfontshow {
    width: 100%;
    padding-bottom: 1px;
    /* padding-bottom: 20px; */
}

.fonPar {
    width: 1180px;
    margin: 0 auto;
}

.serRes {
    width: 100%;
    margin: 0 auto;
    /* padding-top: 20px; */
    padding-top: 2px;
}

.serRes .fontDis {
    width: 100%;
}

.serRes .fontDis .top {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.serRes .fontDis .condition {
    font-size: 14px;
    color: #767676;
}

.fontDis .detail {
    padding: 18px 0 32px 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #8c8c8c;
}

.fontDis .j_jian {
    display: block;
}

.fontDis .j_fan {
    display: none;
}

.fontDis .kind .kind_name {
    overflow: hidden;
}

.fontDis .kind .series {
    display: none;
    /*height:0; */
    overflow: hidden;
}

.fontDis .kind .series .son {
    padding-left: 30px;
}

.fontDis .detail .addHeight {
    height: 23px;
}

.detail .factory {
    margin-right: 20px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
}

.factory img {
    width: 22px;
    height: 22px;
}

.factory .FirmName {
    line-height: 22px;
}

.factory b {
    margin-left: 6px;
}

/*2018/01/25 start remove attribute width*/
.detail .name {
    line-height: 22px;
    width: 440px;
    /* font-size: 14px; */
    font-size: 0;
    color: #222222;
    letter-spacing: 0;
}

.detail .name a {
    font-size: 14px;
    float: left;
    color: #666666 ;
}

.detail .changeFontType {
    margin-right: 20px;
    width: 140px;
    background: url("../img/fontDetails/icon_triangle.png") no-repeat 120px center / 7px 5px;
    background-color: #ffffff;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
}

.addShadow{
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.19);
}

.switchFontBtns {
    margin-top: 5.5px;
    margin-right: 20px;
    width: 50px;
    height: 23px;
    line-height: 23px;
    font-size: 0;
}

.switchFontBtns span,
.switchFontBtns i {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}

.switchFontBtn {
    color: #999999;
    cursor: pointer;
}

.switchFontLine {
    margin: 0 8px;
    width: 1px;
    height: 10px;
    background: #D8D8D8;
}

.switchActiveBtn {
    color: #222222;
}

.changeFontType strong {
    display: block;
    padding: 0 5px;
    width: 130px;
    height: 33px; 
    line-height: 33px;
    border-bottom: 1px solid #F1F1F1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.changeFontType .fontTypes {
    position:absolute;
    top: 33px;
    left: 0;
    width: 140px;
    cursor: pointer;
    background: #fff;
    display: none;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.19);
    z-index: 1;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fontTypes li {
    width: 140px;
    margin-left: 5px;
    height: 33px;
    line-height: 33px;
}

.font_parent {
    margin-bottom: 50px;
    width: 1180px;
    margin: 0 auto;
}


/* .fontDis .detail .compare:hover {
    background-image: url("../img/fontDetails/icon_compare_active.png");
} */

/* .fontDis .detail .compare {
    background-image: url("../img/fontDetails/icon_compare.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px 34px;
} */

.fontDis .detail .fl-default {
    background: url('../img/fontActive/btn_loader.gif') no-repeat center / 18px 18px;
}

.fontDis .detail .fl-joined {
    color: #B29C70;
    border-color: #DCD2BF;
    background: #F6F0E3;
    background: -moz-linear-gradient(top, #FFFFFF  0%, #F6F0E3 100%);
    background: -webkit-linear-gradient(top, #FFFFFF  0%,#F6F0E3 100%);
    background: -o-linear-gradient(top, #FFFFFF  0%,#F6F0E3 100%);
    background: -ms-linear-gradient(top, #FFFFFF  0%,#F6F0E3 100%);
    background: linear-gradient(to bottom, #FFFFFF  0%,#F6F0E3 100%);
    cursor: default;
}

.fontDis .detail .fl-joined:hover {
    background: #FFFBF4;
    background: -moz-linear-gradient(top, #FFFFFF  0%, #FFFBF4 100%);
    background: -webkit-linear-gradient(top, #FFFFFF  0%,#FFFBF4 100%);
    background: -o-linear-gradient(top, #FFFFFF  0%,#FFFBF4 100%);
    background: -ms-linear-gradient(top, #FFFFFF  0%,#FFFBF4 100%);
    background: linear-gradient(to bottom, #FFFFFF  0%,#FFFBF4 100%);
}

.fontDis .detail .text {
    font-size: 48px;
    color: black;
    margin-top: 25px;
    font-family: "hiatus";
  
}


.fontDis .detail .open {
    padding-right: 18px;
    background: url("../img/newAllFonts/pic_push.png") no-repeat right center;
    font-size: 14px;
    color: #B29C70;
    letter-spacing: 0;
    cursor: pointer;
}

.fontDis .detail .open1 {
    padding-right: 18px;
    background: url("../img/newAllFonts/pic_close.png") no-repeat right center;
    color: #B29C70;
    cursor: pointer;
}

.fontDis .fontActivated {
    position: relative;
    margin-right: 5px;
    margin-top: -2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

.fontDis .iconActivated {
    display: block;
    width: 8px;
    height: 8px;
    background: #37D07E;
    border-radius: 100%;
}

.fontDis .activatedTooltip {
    display: none;
    position: absolute;
    left: -8px;
    bottom: 20px;
    min-width: 230px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
    background: #4B4B4B;
    color: #ffffff;
    border-radius: 4px;
}

.fontDis .activatedTooltip:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    /* left: 50%; */
    bottom: -4px;
    /* margin-left: -8px; */
    width: 0;
    height: 0;
    border-top: 8px solid #4B4B4B;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.fontDis .nameLink:hover .activatedTooltip {
    display: block;
}

.footer {
    margin-top: 0
}

.noBorderBottom {
    border-bottom: none;
    margin-bottom: 30px;
}

.hotTags .tagActive {
    color: #B29C70
}

.FirmName {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
    line-height: 26px;
}

.jumpFirm {
    margin-left: 10px;
    height: 26px;
}

.warning {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.warning p {
    font-size: 20px;
    color: #666666;
    margin-top: 30px;
    padding-bottom: 300px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19;
    width: 100%;
    height: 100%;
    display: none;
}

.loading .clienth {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.iconloading {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.allCheckFilterBtn {
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
}

.allCheckFilterBtn input {
    float: left;
    margin-top: 3px;
    margin-right: 6px;
}

.list_ad_banner {
    margin-bottom: 30px;
    margin-top: -10px;
    position: relative;
}

.list_ad_close {
    width: 30px;
    height: 30px;
    background: url("../img/newAllFonts/colse.png");
    position: absolute;
    top: 20px;
    right: 11px;
    cursor: pointer;
}

.newFtICon {
    width: 30px;
    height: 14px;
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.fontSort {
    margin: 20px auto 0;
    width: 1180px;
}

.sortWrap {
    position: relative;
    width: 102px;
    height: 30px;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.sortInputWrap {
    position: relative;
}

.sortInput {
    width: 79px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #777777;
    background: #FFFFFF;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}

.sortDown {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 30px;
    background: url("../img/common/icon_arrow_down.png") no-repeat 2px center #F8F8F8;
    border-left: 1px solid #EEEEEE;
    cursor: pointer;
}

.sortDropdown {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    padding-top: 14px;
    width: 104px;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    z-index: 2;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.sortDropdownItem {
    margin-bottom: 14px;
    padding: 0 12px;
    cursor: pointer;
}

.sortDropdownItem:hover {
    color: #B29C70;
}

/* 字体样式 end */

/* 字体展示 start */
.fontDisplay {
    margin-top: 10px;
}

.fontHeadLine {
    margin-bottom: 30px;
    font-size: 24px;
    color: #222222;
}

.fontHeadLine .clickMore{
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 400;
}
.fontHeadLine .clickMore .moreIcon{
    display: inline-block;
    width: 14px;
    height: 22px;
    background: url(../img/caseList/icon_right.png) no-repeat center #FFFFFF;
    background-size: 50%;
    vertical-align: text-top;
}
.fontHeadLine .clickMore:hover{
    color: #B29C70;
}
.fontHeadLine .clickMore:hover .moreIcon{
    background: url(../img/caseList/icon_right_active.png) no-repeat center #FFFFFF;
    background-size: 50%;
}





.displayContent {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    word-break: break-all;
}

.fontLabels {
    margin-top: 16px;
    /* margin-bottom: 50px; */
    font-size: 14px;
}

.labelText {
    width: 70px;
    line-height: 26px;
}

.labelList {
    width: 1110px;
}

.labelItem {
    display: block;
    margin-right: 8px;
    margin-bottom: 10px;
    padding: 3px 16px;
    line-height: 20px;
    color: #222222;
    background: #f5f5f5;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
}

.displayOther {
    margin-top: 50px;
    text-align: center;
}

.displayOther .fontHeadLine {
    text-align: left;
}

.displayOther img {
    max-width: 100%;
    vertical-align: initial;
}

.chineseTemp {
    margin-top: 50px;
}

.chineseTempLeft {
    width: 430px;
    height: 430px;
    /* background: url('../img/fontDetails/font_bg.png') no-repeat;
    background-size: cover;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/font_bg.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/fontDetails/font_bg.png', sizingMethod='scale');
    background: none\9; */
}

.chineseTempLeft {
    width: 430px;
    height: 430px;
    line-height: 430px;
    font-size: 340px;
    float: left;
    text-align: center;
}

.chineseTempeRight {
    margin-top: 7px;
    width: 630px;
    height: 416px;
    float: right;
}

.chineseTempRight p {
    margin-left: 40px;
    float: left;
    width: 50px;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
}

.chineseTempSymbol {
    margin-top: 50px;
}

.chineseTempSymbol p {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 10.5px;
    word-wrap: break-word;
    word-break: break-all;
}

.engTemp {
    margin-top: 50px;
}

.engTempTitle {
    padding-top: 22px;
    padding-bottom: 35px;
    font-size: 68px;
    line-height: 90px;
    border-top: 3px solid #222222;
}

.engTempSymbol {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 10px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    word-wrap: break-word;
    word-break: break-all;
}

/* 字体展示 end */

/* 获奖情况 start */
.awardContainer {
    margin-top: 48px;
}

.awardSection:not(:last-child) {
    padding-bottom: 30px;
}

.awardName {
    position: relative;
    display: inline-block;
    padding-left: 52px;
    padding-right: 10px;
    height: 32px;
    line-height: 34px;
    font-size: 18px;
    color: #7D2E00;
    background: #FFF4EA url('../img/common/award_label3.png') no-repeat 0 / 49px 32px;
    border-bottom-right-radius: 10px;
}

.awardDesc {
    margin-top: 12px;
}

.awardDesc p {
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    word-break: break-all;
}

.awardPic {
    margin-top: 20px;
    text-align: center;
}

.awardPic p {
    margin-bottom: 20px;
}

.awardPic img {
    max-width: 100%;
}

/* 获奖情况 end */

/* 字体案例 start */
.fontCase {
    margin-bottom: 50px;
}

.caseBoxs {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.caseBox {
    margin-left: 10px;
    margin-right: 10px;
    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;
}

.caseBox: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);
}

.caseImgBox {
    width: 278px;
    overflow: hidden;
}

.caseImg {
    width: 100%;
    max-width: 100%;
}

.caseImg:hover {
    cursor: zoom-in;
}

.fontCaseList {
    padding: 0 15px;
}

.fontCaseItem {
    display: block;
    padding-top: 21px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
}

.fontCaseImg {
    width: 248px;
    height: 25px;
}

.caseLogoWrap {
    padding: 18px 0;
    text-align: center;
}

.caseLogo {
    max-width: 90%;
    height: 50px;
}
/* 字体案例 end */

/* 字体安装说明 start */
.fontInstallDialog,
.licenseDialog {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
}

.fontInstallDialog {
    
}

.fontInstallMask,
.licenseMask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.fontInstall,
.license {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    background: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.40);
    border-radius: 5px 5px;
    overflow: hidden;
}

.fontInstall {
    width: 540px;
    height: 300px;
    margin-top: -150px;
    margin-left: -270px;
}

.license {
    width: 650px;
    height: 560px;
    margin-top: -280px;
    margin-left: -325px;
}

.fontInstallHead,
.licenseHead {
    padding: 10px 30px;
    font-size: 20px;
    color: #444444;
    line-height: 28px;
    border-bottom: 1px solid #EEEEEE;
}

.fontInstallClose,
.licenseClose {
    margin-top: 7.5px;
    display: block;
    width: 13px;
    height: 13px;
    background: url('../img/fontDetails/icon_close.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}

.fontInstallBody {
    padding: 24px 30px;
    font-size: 14px;
    color: #252525;
}

.licenseBody {
    padding-bottom: 10px;
    font-size: 14px;
    color: #252525;
}

.licenseIntro {
    padding: 24px 30px 0;
    height: 476px;
    overflow-y: auto;
}

.fontInstallBody .stepLabel {
    color: #B8995A;
}

.fontInstallBody p {
    margin-bottom: 24px;
    line-height: 24px;
}

.licenseBoxTitle {
    margin-bottom: 6px;
    font-size: 18px;
    color: #B8995A;
}

.licenseBoxTitle img {
    margin-top: -2px;
    margin-right: 15px;
    width: 20px;
    vertical-align: middle;
}

.licenseSummary {
    font-size: 16px;
    color: #888888;
    line-height: 25px;
}

.licenseBox {
    margin-top: 36px;
    line-height: 30px;
}

.licenseBox b {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #888888;
}

.licenseBox a {
    color: #B8995A;
}
/* 字库安装说明 end */

/* 视频 start */
.videoPlayDialog {
    display: none;
}

.videoPlay {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 580px;
    margin-left: -600px;
    margin-top: -290px;
    background: #000;
    z-index: 11;
    border-radius: 5px;
}

.videoPlayDialog .videoClose {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url('../img/fontDetails/video_close.png') no-repeat;
    top: -45px;
    right: 0;
    cursor: pointer;
    background-size: contain;
}

.videoMask {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 11;
}

.video-js {
    margin: 0 auto;
    border-radius: 4px;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js .vjs-time-control {
    display: block;
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

.video-js .vjs-remaining-time {
    display: none;
}

.video-js .vjs-big-play-button {
    width: 2em;
    height: 2em;
    line-height: 1.9em;
    border-radius: 100%;
}

/* 视频 end */

.displayBanner {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.displayBanner img {
    width: 790px;
}

.freeFontQuestion{
    width: 12px;
    height: 12px;
    background: url(../img/newdetail/questionActive.png) no-repeat;
    background-size: 100%;
    margin-top: 4px;
    margin-left: 4px;
}

.freeFontQuestionBox {
    cursor: pointer;
    position: relative;
}

.freeFontQuestionBox:hover .freeFontQuestion {
    background: url(../img/newdetail/question.png) no-repeat;
    background-size: 100%;
}

.busiPowerBox {
    width: 380px;
    height: 44px;
    line-height: 38px;
    background: url(../img/newdetail/busiPower.png) no-repeat;
    background-size: 100%;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: -44px;
    left: -110px;
    text-align: center;
    display: none;
}

.freeFontQuestionBox:hover .busiPowerBox {
    display: block;
}

.joinShopImg {
    z-index: 19;
}

.fontClient {
    margin-top: 30px;
}

.fontClientLink {
    height: 80px;
    background: url('../img/fontDetails/banner.png') no-repeat center / contain;
}

.fontClientImg {
    max-width: 100%;
}

.fontClientButton  {
    display: none !important;
    margin-top: 30px;
    margin-right: 50px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background: #78739E;
    background: -moz-linear-gradient(left, #78739E 0%, #5D587F 100%);
    background: -webkit-linear-gradient(left, #78739E 0%,#5D587F 100%);
    background: -o-linear-gradient(left, #78739E 0%,#5D587F 100%);
    background: -ms-linear-gradient(left, #78739E 0%,#5D587F 100%);
    background: linear-gradient(to right, #78739E 0%,#5D587F 100%);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
}

.fontClientButton i {
    margin-top: -2px;
    margin-right: 5px;
    display: inline-block;
    width: 12px;
    height: 13px;
    background: url('../img/fontActive/icon_down_small.png') no-repeat center / contain;
    vertical-align: middle;
    cursor: pointer;
}

.fontClientButton:hover {
    background: #5D587F;
    background: -moz-linear-gradient(left, #5D587F 0%, #78739E 100%);
    background: -webkit-linear-gradient(left, #5D587F 0%,#78739E 100%);
    background: -o-linear-gradient(left, #5D587F 0%,#78739E 100%);
    background: -ms-linear-gradient(left, #5D587F 0%,#78739E 100%);
    background: linear-gradient(to right, #5D587F 0%,#78739E 100%);
}

.japaneseTemp {
    margin-top: 50px;
}

.tempTable {
    width: 1180px;
    color: #222222;
    font-size: 44px;
    border: 1px solid #DCDCDC;
}

.tempTable td {
    width: 118px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}

.tempTable .firstTd {
    font-size: 180px;
}

.recommendPanel {
    margin-top: 20px;
}

.panelBoxs {
    margin-left: -10px;
    margin-right: -10px;
}

.panelBox {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 380px;
}

.panelImage {
    overflow: hidden;
}

.panelImage img {
    width: 380px;
    height: 190px;
}

.panelImage .panelImageBg {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scaleImage img,
.scaleImage div {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.scaleImage:hover img,
.scaleImage:hover div {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.panelName {
    margin-top: 12px;
    font-size: 19px;
    line-height: 22px;
}

.miniBiaoSTag{
  background: #F9F9FB;
  overflow: hidden;
}


.miniBiaoSTag h1, .miniBiaoSTag h2, .miniBiaoSTag h3, .miniBiaoSTag h4 {
    text-align: center;
}
.partTitle{
    position: relative;
    font-size: 32px;
    color: #111111;
    margin-top: 60px;
}
.greenLine{
    width: 360px;
    height: 10px;
    background: #4BF9A2;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -178px;
}
.specialContent {
    position: relative;
    z-index: 2;
    font-weight: bold;
}
.miniBiaoSTag h2 {
    font-size: 22px;
    color: #111111;
    margin-top: 15px;
    font-weight: bold;
}
.miniBiaoSTag h3 {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}
.addLoadBtnBox {
    width: 100%;
    height: 88px;
    position: relative;
}
.loadBtn {
    width: 210px;
    height: 54px;
    background: #000;
    line-height: 54px;
    color: #fff;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    cursor: pointer;
}
.loadIcon {
    width: 22px;
    height: 20px;
    background: url(../img/fontDetails/loadIcon.png);
    background-size: 100%;
    margin: 15px 4px 0 49px;
}
.useInstructionImg {
    text-align: center;
}
.useInstruction {
    width: 1066px;
    height: 600px;
    margin-bottom: 20px;
}
.useInstructionImg h1 {
    margin-bottom: 40px;
}
.greenLine2{
    width: 334px;
    margin-left: -151px;
}
.knowManyFont{
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border: 2px solid #000;
    margin:5px 0 60px 485px ;
    cursor: pointer;
}

.loadClientPar{
    width: 1180px;
    height: 80px;
    position: relative;
    cursor: pointer;
}
.btn1{
    width: 140px;
    height: 38px;
    background: url(../img/fontDetails/loadBtn2.png);
    background-size: 100%;
    position: absolute;
    top: 21px;
    right: 30px;
}

.loadClientPar:hover .btn1{
    width: 146px;
    height: 40px;
    background: url(../img/fontDetails/loadBtn1.png);
    background-size: 100%;
    top: 20px;
    right:27px ;
}

/* 详情页字体列表（源自 findFontTest.css，不含整行 hover 高亮） */
.ff-font-list .fonPar {
    width: 100%;
    margin: 0;
}

.ff-font-list .serRes {
    width: 100%;
    padding-top: 0;
}

.ff-font-list .detail {
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ff-font-list .detail:hover {
    background: transparent;
}

.ff-font-list .detail .addHeight {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 12px;
    height: auto;
}

.ff-font-list .ff-list-head {
    justify-content: space-between;
    gap: 16px;
}

.ff-font-list .ff-list-head-info {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 12px;
}

.ff-font-list .ff-list-head-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 12px;
}

.ff-font-list .ff-list-script-select {
    position: relative;
    flex-shrink: 0;
    z-index: 1;
}

.ff-font-list .ff-list-script-select.is-open {
    z-index: 50;
}

.ff-font-list .ff-list-script-trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 56px;
    height: 28px;
    padding: 0 8px;
    border-bottom: 1px solid #e8eaee;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    background: #fff;
}

.ff-font-list .ff-list-script-arrow {
    width: 0;
    height: 0;
    margin-left: auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #999;
}

.ff-font-list .ff-list-script-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    z-index: 30;
    min-width: 80px;
    max-height: 200px;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e8eaee;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ff-font-list .ff-list-script-select.is-open .ff-list-script-dropdown {
    display: block;
}

.ff-font-list .ff-list-script-option {
    padding: 8px 16px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}

.ff-font-list .ff-list-script-option:hover,
.ff-font-list .ff-list-script-option.is-active {
    color: #05bc94;
    background: #f5f7fa;
}

.ff-font-list .ff-list-script-previews {
    position: relative;
}

.ff-font-list .ff-list-script-preview {
    display: block;
    color: inherit;
    text-decoration: none;
}

.ff-font-list .ff-list-script-previews > .ff-list-script-preview.is-active {
    display: block;
}

.ff-font-list .ff-list-script-previews > .ff-list-script-preview.is-hidden {
    display: none;
}

.ff-font-list .ff-list-brand-divider {
    flex-shrink: 0;
    color: #e0e0e0;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
}

.ff-font-list .ff-list-brands {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    min-width: 0;
}

.ff-font-list .ff-list-brand,
.ff-font-list .factory.ff-list-brand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 22px;
    line-height: 22px;
    color: #999;
    text-decoration: none;
    margin-right: 0;
}

.ff-font-list .factory.ff-list-brand:hover {
    color: #666;
}

.ff-font-list .detail .name {
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1b;
    line-height: 22px;
}

.ff-font-list .detail .name a,
.ff-font-list .detail .nameLink {
    float: none;
    color: #1a1a1b;
    font-size: 14px;
}

.ff-font-list .detail .jumpFirm {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.ff-font-list .detail .FirmName {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    line-height: 22px;
    white-space: nowrap;
}

.ff-font-list .detail .text,
.ff-font-list .ff-list-script-text {
    font-size: 42px;
    line-height: 1.35;
    color: #1a1a1b;
    word-break: break-all;
    margin-top: 0;
    font-family: inherit;
}

.ff-font-list .changeFontType,
.ff-font-list .j_fan {
    display: none !important;
}

.ff-font-list .detail .compare,
.ff-font-list .detail .like,
.ff-font-list .detail .buy,
.ff-font-list .detail .download {
    margin-left: 0;
}

.ff-font-list .detail .open {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    font-weight: normal;
    padding-right: 18px;
    background: url(../img/newAllFonts/pic_push.png) no-repeat right center;
}

.ff-font-list .detail .open.open1 {
    color: #666;
    background: url(../img/newAllFonts/pic_close.png) no-repeat right center;
}

.ff-font-list .detail .text .singalwordOpacity {
    opacity: 0;
}

.ff-font-list .detail .text .singalword {
    display: none;
}

.ff-font-list .detail .text .active {
    opacity: 1;
}

.ff-font-list .add_like,
.ff-font-list .compare,
.ff-font-list .download {
    width: 30px;
    height: 30px;
    background: #F3F4F6;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
}

.ff-font-list .download {
    background: #414245;
}

.ff-font-list .add_like:hover,
.ff-font-list .compare:hover {
    background: #d4d5d9;
}

.ff-font-list .download:hover {
    background: #05BC94;
}

.ff-font-list .add_like img,
.ff-font-list .compare img,
.ff-font-list .download img {
    width: 23px;
    margin-top: 4px;
}

.ff-font-list .shuxianLine {
    width: 1px;
    height: 26px;
    border-right: 1px solid rgba(232, 234, 238, 1);
}

.ff-font-list .newFtICon {
    width: 30px;
    height: 14px;
    margin-top: 5px;
    margin-left: 5px;
}

.ff-font-list.font_parent {
    width: 100%;
    max-width: 1180px;
}
