/*
Theme Name: 迅捷办公v4.3.0
Theme URI: www.xunjiepdf.com/
Description: www.xunjiepdf.com/
Version: 4.3.0
Author: www.xunjiepdf.com/
Author URI: www.xunjiepdf.com/
*/


/*IE滚动条颜色设置*/

@media screen and (min-width: 750px) {
    html {
        font-size: 100px;
    }
}

@media screen and (max-width: 750px) {
    html {
        font-size: 13.333333vw;
    }
    body {
        min-width: 350px;
    }
}

.header-logo-box,
#footer_nav {
    font-size: 0;
}

body {
    scrollbar-arrow-color: #f2f2f3;
    /*上下箭头*/
    scrollbar-track-color: #1589ce;
    /*底层背景色*/
    scrollbar-face-color: #27aeff;
    /*滚动条前景色*/
    scrollbar-Shadow-color: #1589ce;
    /*滚动条边线色*/
}

.noScroll {
    overflow-y: hidden !important;
}

.hovercover {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100vw;
    height: 100%;
    background: rgba(44, 50, 60, 0.6);
    display: none;
    z-index: 10;
}


/*chrome滚动条颜色设置*/

body::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

body::-webkit-scrollbar-track {
    /* background-color: #ccc; */
    background: rgba(0, 0, 0, 0);
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
}


/*定义滚动条轨道 内阴影+圆角*/

body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.mb-80 {
    margin-bottom: 80px;
}

.page-header {
    height: 60px;
    background: #fff;
    position: relative;
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #e6e6e6;
}

.site-main {
    padding-top: 60px;
}

.header-logo-box {
    float: left;
    line-height: 60px;
}

.header-logo {
    vertical-align: middle;
}

.header-center .menu-header_menu-container {
    float: right;
}

#menu-header_menu>li {
    float: left;
    line-height: 60px;
}

.menu>li {
    padding: 0 10px;
}

.menu>li>a {
    display: block;
    height: 60px;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

.menu>li.current-menu-item>a {
    color: #0caef9;
    font-weight: bold;
}

.menu>li.current-menu-parent>a {
    color: #0caef9;
    font-weight: bold;
}


/* #menu-header_menu>li:hover>a {
    border-bottom: 3px solid #0caef9;
} */

.sub-menu {
    position: absolute;
    top: 60px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    background: #fff;
    padding: 40px 0 20px;
    font-size: 0;
    text-align: left;
    display: none;
    z-index: 5;
}

@media (min-width: 1240px) {
    .sub-menu::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1920px;
        height: 100%;
        margin-left: -360px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        z-index: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 1920px) {
    .sub-menu::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3840px;
        height: 100%;
        margin-left: -1420px;
        background: #fff;
        border-bottom: 1px solid #e6e6e6;
        z-index: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    }
}


/* 后续打开注释 */

#menu-header_menu>li:hover .sub-menu {
    display: block;
}

.nav-icon .menubar-ie em+em {
    margin-top: 6px;
}

.sub-menu>li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    padding: 24px 0;
    width: 16.6%;
    position: relative;
    z-index: 2;
    text-align: center;
    position: relative;
    vertical-align: top;
}

.sub-menu>li>a {
    display: block;
    padding-top: 56px;
    line-height: 1.4;
    font-size: 14px;
    color: #666666;
    margin: 0;
    transition: all 0.5s;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    min-height: 40px;
}

.sub-menu>li>a:hover {
    color: #3076d4;
}

.sub-menu>li.current-menu-item>a {
    color: #3076d4;
}


/* icons */

.sub-menu>li a[href*="converter"] {
    background: url("images/index/logo_big_1.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="editor"] {
    background: url("images/index/logo_big_2.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="ocr"] {
    background: url("images/index/logo_big_3.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="printer"] {
    background: url("images/index/logo_big_4.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="caj"] {
    background: url("images/index/logo_big_5.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="compress"] {
    background: url("images/index/logo_big_7(1).png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="mobileconverter"] {
    background: url("images/index/logo_big_10.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="mobilereader"] {
    background: url("images/index/logo_big_9.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="mobileocr"] {
    background: url("images/index/logo_big_3.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="mobilerecordings"] {
    background: url("images/index/logo_big_8.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="ticiqi"] {
    background: url("images/index/logo_big_26.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="tupian"] {
    background: url("images/index/logo_big_25.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="liuchengtu"] {
    background: url("images/index/logo_big_11.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="swdt"] {
    background: url("images/index/logo_big_45.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="bangongziyuan"] {
    background: url("images/index/logo_big_13.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="bangongziyuan.com/office"] {
    background: url("images/index/logo_big_14.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="paper.xunjiepdf"] {
    background: url("images/index/logo_big_15.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="yasuo.xunjiepdf"] {
    background: url("images/index/logo_big_17.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="fanyi.xunjiepdf"] {
    background: url("images/index/logo_big_18.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="voice"] {
    background: url("images/index/logo_big_20.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="luyinzhushou"] {
    background: url("images/index/logo_big_16.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="convertermac"] {
    background: url("images/index/logo_big_21.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="old-photos"] {
    background: url("images/index/logo_big_27.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="camera"] {
    background: url("images/index/logo_big_28.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="quanneng"] {
    background: url("images/index/logo_big_29.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="audio-to-text"] {
    background: url("images/index/logo_big_8.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="erweima"] {
    background: url("images/index/logo_big_30.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="recognition"] {
    background: url("images/index/logo_big_31.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="palm"] {
    background: url("images/index/logo_big_32.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="pdf-reader"] {
    background: url("images/index/logo_big_33.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="wendangfanyiqi"] {
    background: url("images/index/logo_big_22.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="jisukoutu"] {
    background: url("images/index/logo_big_23_y.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="image-converter"] {
    background: url("images/index/logo_big_24.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="imageconverter"] {
    background: url("images/index/logo_big_24.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="wannengluping"] {
    background: url("images/index/logo_big_34.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="gaituya"] {
    background: url("images/index/logo_big_35.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="wannengtupian"] {
    background: url("images/index/logo_big_36.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="ofdzhuanhuanqi"] {
    background: url("images/index/logo_big_37.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="ebook"] {
    background: url("images/index/logo_big_38.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="shipinzhuanwenzi"] {
    background: url("images/index/logo_big_39.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="xunjiefanyi"] {
    background: url("images/index/logo_big_40.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="funaiapp"] {
    background: url("images/index/logo_big_41.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="aihuihuapc"] {
    background: url("images/index/logo_big_42.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="aichat"] {
    background: url("images/index/logo_big_43.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="aitupian"] {
    background: url("images/index/logo_big_44.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="siweidaotuapp"] {
    background: url("images/index/logo_big_45.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="markdown.liuchengtu"] {
    background: url("images/index/logo_big_46.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="baiban.liuchengtu"] {
    background: url("images/index/logo_big_47.png") no-repeat top center;
    background-size: 44px;
}


/* #menu-header_menu>li+li+li+li+li:hover .sub-menu {
    display: none;
} */


/* 定制服务二级菜单 */

#menu-header_menu>li+li+li+li .sub-menu>li a[href*="custom-pdf"] {
    background: url("images/dingzhi/nav_dzfw_pdf.png") no-repeat top center;
}

#menu-header_menu>li+li+li+li .sub-menu>li a[href*="custom-ocr"] {
    background: url("images/dingzhi/nav_dzfw_rglz.png") no-repeat top center;
}

#menu-header_menu>li+li+li+li .sub-menu>li a[href*="custom-text"] {
    background: url("images/dingzhi/nav_dzfw_wdfy.png") no-repeat top center;
}

#menu-header_menu>li+li+li+li .sub-menu>li a[href*="custom-ppt"] {
    background: url("images/dingzhi/nav_dzfw_ppt.png") no-repeat top center;
}


/* 软件帮助二级 菜单 */

#menu-header_menu>li .sub-menu>li a[href*="toturial"] {
    background: url("images/postimg/icon-1.png") no-repeat top center;
}

#menu-header_menu>li .sub-menu>li a[href*="recentnews"] {
    background: url("images/postimg/icon-2.png") no-repeat top center;
}

#menu-header_menu>li .sub-menu>li a[href*="hotnews"] {
    background: url("images/postimg/icon-3.png") no-repeat top center;
}

#menu-header_menu>li .sub-menu>li a[href*="skills"] {
    background: url("images/postimg/icon-4.png") no-repeat top center;
}


/* 更多二级 菜单 */

.sub-menu>li a[href*="businessbuy"] {
    background: url("images/index/logo_big_19.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="about-brief"] {
    background: url("images/index/logo_big_1.png") no-repeat top center;
    background-size: 44px;
}

.sub-menu>li a[href*="feedback"] {
    background: url("images/dingzhi/icon_more_yjfk.png") no-repeat top center;
}

.sub-menu>li a[href*="onlinecomplaint"] {
    background: url("images/dingzhi/icon_more_zxts.png") no-repeat top center;
}

.sub-menu>li a[href*="invoice"] {
    background: url("images/dingzhi/icon_more_fpsq.png") no-repeat top center;
}

.sub-menu>li a[href*="vip"] {
    background: url("images/dingzhi/huiyuan_solid.png") no-repeat top center;
}

.nav-icon {
    display: block;
    width: 44px;
    height: 44px;
    float: right;
    margin-top: 8px;
    display: none;
}

.nav-icon .menubar-ie em {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #158afd;
    margin: 6px auto;
}

.nav-icon .menubar-ie em {
    margin-top: 12px;
}

.header-login {
    width: 140px;
    float: right;
    height: 60px;
}

.login-before {
    width: 110px;
    line-height: 27px;
    background-color: #0caef9;
    color: #fff;
    text-align: center;
    float: right;
    font-size: 14px;
    border-radius: 26px;
    margin-top: 17px;
    display: none;
}

.login-success {
    /* background-color: #f3f3f3; */
    width: 140px;
    height: 59px;
    position: relative;
    display: none;
}

.login-after {
    text-align: center;
    height: 59px;
    overflow: hidden;
}

.login-after>div {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    overflow: hidden;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    margin-top: 11px;
}

.login-after>div img {
    width: 100%;
}

.login-after>p {
    line-height: 59px;
    color: #0caef9;
    font-size: 14px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 80px;
    position: relative;
    text-align: left;
}

.login-after>p::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-top: 5px solid #0caef9;
    border-right: 5px solid transparent;
    margin-top: -2px;
}

.login-success-slide {
    position: absolute;
    top: 59px;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #dedede;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    display: none;
}

.login-success:hover .login-success-slide {
    display: block;
}

.login-success-text {
    padding: 5px 0;
    width: 200px;
}

.login-success-text p {
    line-height: 1.8;
    font-size: 14px;
    color: #444444;
}

.login-success-text p span {
    color: #888;
}

.login-success-link {
    padding: 10px 0;
    /* background-color: #f8f8f8; */
    overflow: hidden;
}

.login-success-link a {
    font-size: 12px;
    color: #444;
    text-align: center;
    float: left;
    width: 33.33%;
    line-height: 1;
    padding-top: 48px;
}

.login-success-link a.icon-gr {
    background: url("images/login/icon-gr.png") no-repeat top center;
}

.login-success-link a.icon-gm {
    background: url("images/login/icon-gm.png") no-repeat top center;
}

.login-success-link a.icon-hy {
    background: url("images/login/icon-hy.png") no-repeat top center;
}

.go-out-box {
    padding: 6px 0;
    overflow: hidden;
}

.go-out-box a {
    float: right;
    border: 1px solid #dedede;
    line-height: 26px;
    font-size: 14px;
    color: #444444;
    text-align: center;
    padding: 0 14px;
    border-radius: 4px;
}


/* 产品介绍*/

.line-Product {
    background-color: #f6fafc;
}

.line-Product-center {
    padding: 40px 0 45px 0;
}

.line-Product-center>h2 {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.line-Product-center>p {
    font-size: 16px;
    line-height: 1.5;
    color: #888888;
    text-align: center;
    margin-top: 15px;
}

.converter-Product-list {
    width: 100%;
    list-style-type: none;
    display: block;
}

.converter-Product-list li {
    width: 22%;
    padding: 50px 25px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    margin-right: 4%;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #fff;
}

.converter-Product-list.wendangfanyi li {
    box-shadow: 0px 3px 15px 1px rgba(21, 108, 243, 0.2);
}

.converter-Product-list.wendangfanyi li .converter-Product-text p {
    min-height: 48px;
}

.converter-Product-list.wendangfanyi .converter-Product-text {
    margin-top: 30px;
}

.line-Product.bg-none {
    background: none;
}

.converter-Product-list.mac li {
    padding: 53px 0 64px;
    box-shadow: 0px 0px 14px 0px rgba(128, 143, 255, 0.25);
}

.converter-Product-list.mac .converter-Product-text {
    margin-top: 40px;
}

.converter-Product-list.mac .converter-Product-text h3 {
    font-size: 18px;
    color: #20242a;
}

.converter-Product-list.mac .converter-Product-text p {
    color: #888888;
    font-size: 14px;
    margin-top: 14px;
    line-height: 1.8;
}

.converter-Product-list li.no-mr {
    margin-right: 0;
}

.converter-Product-list li:hover {
    border: 2px solid #54a1ff;
    box-shadow: 0 0 30px #ddd;
}

.converter-Product-list li img {
    display: block;
    margin: 0 auto;
}

.converter-Product-photo-text,
.converter-Product-text {
    margin-top: 55px;
}

.converter-Product-photo-text {
    width: 68%;
    margin: 0 auto;
}

.converter-Product-photo-text h3,
.converter-Product-text h3 {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    color: #333333;
}

.converter-Product-photo-text h3 {
    margin: 20px 0;
}

.converter-Product-text p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 1.5;
}

.converter-Product-photo-text p {
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: 1.5;
}

.converter-Product-photo-text-l {
    width: 82%;
    margin: 0 auto;
}

.converter-Product-list {
    margin-top: 60px;
}

.converter-Product-list.voice .converter-Product-text p {
    min-height: 48px;
}


/* footer */

.site-footer {
    background-color: #333333;
}

.footer-top {
    padding: 25px 0 55px;
    overflow: hidden;
}

.footer-top>div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 211px;
}

.inline-center {
    display: inline-block;
    text-align: left;
}

.inline-right {
    display: inline-block;
    text-align: left;
}

.footer-top>div h3 {
    font-size: 16px;
    color: #f7f7f7;
    line-height: 1.2;
    margin-bottom: 12px;
}

.about-us {
    width: 38%;
    float: left;
    border-right: 4px solid #4e4e4e;
    padding-right: 60px;
}

.about-us-logo {
    width: 38%;
    float: left;
    border-right: 4px solid #4e4e4e;
    padding-right: 60px;
    display: none;
}

.Relevant-link {
    float: left;
    width: 22%;
    border-right: 4px solid #4e4e4e;
    text-align: center;
    padding: 0 10px;
}

.footer-contact {
    float: left;
    width: 22%;
    border-right: 4px solid #4e4e4e;
    text-align: center;
    padding: 0 5px;
}

.Authentication-box {
    float: left;
    width: 18%;
    text-align: right;
}

.about-us img {
    display: block;
}

.about-us-logo img {
    display: block;
}

.about-us P {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 1.5;
}

.about-us-logo P {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 1.5;
}

.Relevant-link-list {
    overflow: hidden;
    height: 150px;
}

.Relevant-link-list ul {
    list-style-type: square;
    padding-left: 14px;
}

.Relevant-link-list ul li {
    font-size: 8px;
    color: #999999;
    line-height: 1.5;
    list-style-type: square;
}

.Relevant-link-list ul li a {
    font-size: 14px;
    color: #999999;
}

.footer-contact p {
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #999999;
}

.footer-contact p.icon-tel {
    background: url("images/index/icon_lx_tel.png") no-repeat left center;
}

.footer-contact p.icon-phone {
    background: url("images/index/icon_lx_phone.png") no-repeat left center;
}

.footer-contact p.icon-qq {
    background: url("images/index/icon_lx_qq.png") no-repeat left center;
    margin-bottom: 0;
    line-height: 32px;
}

.Authentication-box img {
    display: block;
    margin-bottom: 10px;
}

.footer-bottom {
    font-size: 0;
    padding: 25px 0;
    border-top: 1px dotted #666666;
}

.page-link {
    text-align: center;
}

.page-link a {
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.page-link a:hover {
    color: #e5e5e5;
}

.page-link em {
    display: inline-block;
    font-size: 10px;
    color: #999999;
    line-height: 18px;
}

.footer-bottom p {
    font-size: 12px;
    color: #999999;
    text-align: center;
    /* margin-top: 15px; */
    text-align: center;
}

@media (min-width: 768px) {
    /* new */
    #menu-header_menu>li:nth-child(5) .sub-menu {
        padding: 76px 0 60px 0;
        max-height: 85vh;
        /* display: block !important; */
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100vw;
        left: 0;
        right: auto;
        bottom: auto;
        margin-left: 0;
        padding-left: 30px;
        padding-right: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        border: none;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu::after {
        width: 100vw;
        margin-left: 0;
        box-shadow: unset;
        border: unset;
        display: none;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li {
        width: 218px;
        height: 64px;
        box-sizing: border-box;
        padding: 0;
        background: rgba(173, 190, 215, 0.1);
        border-radius: 6px;
        margin: 0;
        margin-bottom: 24px;
        margin-right: calc((100% - (218px * 3)) / 3);
        /* calc((100vw - 1228px)/2); */
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(3),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(6),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(9),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(12),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(15),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(18),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(21),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(26),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(30) {
        margin-right: 0;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:hover {
        background: rgba(12, 174, 249, 0.08);
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:first-child::after,
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(24)::after,
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(28)::after,
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(33)::after {
        position: absolute;
        top: -42px;
        left: 0;
        right: auto;
        bottom: auto;
        width: fit-content;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
        font-weight: 400;
        color: #9AA2AD;
        text-align: left;
        box-sizing: border-box;
        padding-left: 40px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:first-child::after {
        content: "\0050\0043\7aef\5e94\7528";
        background: url("images/navnew/down/icon_pcdown.png") no-repeat left center;
        background-size: 32px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(24)::after {
        content: "\0041\0049\5e94\7528";
        background: url("images/navnew/down/icon_ai.png") no-repeat left center;
        background-size: 32px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(28)::after {
        content: "\79fb\52a8\7aef\5e94\7528";
        background: url("images/navnew/down/icon_mobile.png") no-repeat left center;
        background-size: 32px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(33)::after {
        content: "\0057\0045\0042\7aef\5e94\7528";
        background: url("images/navnew/down/icon_web.png") no-repeat left center;
        background-size: 32px;
    }
    .menu>li:nth-child(5) .sub-menu>li a {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: 100%;
        min-height: unset;
        box-sizing: border-box;
        padding: 0 0 0 70px;
        font-size: 16px;
        font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
        font-weight: 400;
        color: #161F2D;
        text-align: left;
    }
    .menu>li:nth-child(5) .sub-menu>li a span {
        color: #717F94;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="converter"] {
        background: url("images/navnew/down/icon_2.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="editor"] {
        background: url("images/navnew/down/icon_1.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="voice"] {
        background: url("images/navnew/down/icon_3.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="ocr"] {
        background: url("images/navnew/down/icon_4.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="compress"] {
        background: url("images/navnew/down/icon_5.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="image-converter"] {
        background: url("images/navnew/down/icon_6.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="caj"] {
        background: url("images/navnew/down/icon_7.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="tupian"] {
        background: url("images/navnew/down/icon_8.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="old-photos"] {
        background: url("images/navnew/down/icon_9.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="camera"] {
        background: url("images/navnew/down/icon_10.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="quanneng"] {
        background: url("images/navnew/down/icon_11.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="audio-to-text"] {
        background: url("images/navnew/down/icon_12.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="erweima"] {
        background: url("images/navnew/down/icon_13.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="recognition"] {
        background: url("images/navnew/down/icon_14.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="palm"] {
        background: url("images/navnew/down/icon_15.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="pdf-reader"] {
        background: url("images/navnew/down/icon_16.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="wannengluping"] {
        background: url("images/navnew/down/icon_17.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="gaituya"] {
        background: url("images/navnew/down/icon_18.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="wannengtupian"] {
        background: url("images/navnew/down/icon_19.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="ofdzhuanhuanqi"] {
        background: url("images/navnew/down/icon_20.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="ebook"] {
        background: url("images/navnew/down/icon_21.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="shipinzhuanwenzi"] {
        background: url("images/navnew/down/icon_22.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="xunjiefanyi"] {
        background: url("images/navnew/down/icon_23.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="funaiapp"] {
        background: url("images/navnew/down/icon_24.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="aihuihuapc"] {
        background: url("images/navnew/down/icon_25.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="aichat"] {
        background: url("images/navnew/down/icon_26.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="aitupian"] {
        background: url("images/navnew/down/icon_27.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="mobileconverter"] {
        background: url("images/navnew/down/icon_28.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="mobileocr"] {
        background: url("images/navnew/down/icon_29.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="mobilerecordings"] {
        background: url("images/navnew/down/icon_30.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="ticiqi"] {
        background: url("images/navnew/down/icon_31.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="siweidaotuapp"] {
        background: url("images/navnew/down/icon_32.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="lct"] {
        background: url("images/navnew/down/icon_33.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="swdt"] {
        background: url("images/navnew/down/icon_34.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="bangongziyuan"] {
        background: url("images/navnew/down/icon_35.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="bangongziyuan.com/office"] {
        background: url("images/navnew/down/icon_36.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="luyinzhushou"] {
        background: url("images/navnew/down/icon_37.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="markdown.liuchengtu"] {
        background: url("images/navnew/down/icon_38.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li a[href*="baiban.liuchengtu"] {
        background: url("images/navnew/down/icon_39.png") no-repeat left center;
        background-size: 40px;
        background-position-x: 20px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(23) {
        margin-right: 30%;
        margin-bottom: 108px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(27) {
        margin-right: 60%;
        margin-bottom: 108px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(32) {
        margin-right: 30%;
        margin-bottom: 108px;
    }
}

@media (min-width: 992px) {
    #menu-header_menu>li:nth-child(5) .sub-menu>li {
        margin-right: calc((100% - (218px * 4)) / 4);
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(3),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(6),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(9),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(15),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(18),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(21),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(26),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(30) {
        margin-right: calc((100% - (218px * 4)) / 4);
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(4),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(8),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(12),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(16),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(20),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(27) {
        margin-right: 0;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(23) {
        margin-right: 25%;
        margin-bottom: 108px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(27) {
        margin-bottom: 108px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(32) {
        margin-right: 75%;
        margin-bottom: 108px;
    }
}

@media (min-width: 1240px) {
    #menu-header_menu>li:nth-child(3) .sub-menu>li:first-child::after {
        content: "\0050\0043\7aef\5e94\7528";
        position: absolute;
        top: -30px;
        left: 0;
        width: 1200px;
        font-size: 16px;
        color: #444444;
        text-align: left;
        font-weight: bold;
    }
    #menu-header_menu>li:nth-child(3) .sub-menu>li:nth-child(10)::after {
        content: "\79fb\52a8\7aef\5e94\7528";
        position: absolute;
        top: -50px;
        left: 0;
        width: 1200px;
        font-size: 16px;
        line-height: 1.5;
        color: #444444;
        text-align: left;
        padding-top: 15px;
        border-top: 1px dashed #cecece;
        font-weight: bold;
    }
    #menu-header_menu>li:nth-child(3) .sub-menu>li:nth-child(12)::after {
        content: "\0057\0045\0042\7aef\5e94\7528";
        position: absolute;
        top: -50px;
        left: 0;
        width: 1200px;
        font-size: 16px;
        line-height: 1.5;
        color: #444444;
        text-align: left;
        padding-top: 15px;
        border-top: 1px dashed #cecece;
        font-weight: bold;
    }
    #menu-header_menu>li:nth-child(3) .sub-menu>li:first-child::after {
        left: -100px;
        top: 0px;
        padding-top: 24px;
        z-index: -1;
    }
    #menu-header_menu>li:nth-child(3) .sub-menu {
        padding: 0 0 20px;
    }
    #menu-header_menu>li:nth-child(3) .sub-menu {
        padding-left: 100px;
        padding-top: 40px;
    }
    .menu>li:nth-child(3) .sub-menu>li {
        width: 12%;
    }
    .menu>li:nth-child(3) .sub-menu>li a {
        font-size: 14px;
    }
    .menu>li:nth-child(4) .sub-menu>li {
        width: 16.6%;
    }
    .menu>li:nth-child(4) .sub-menu>li a {
        font-size: 16px;
    }
    /* new */
    #menu-header_menu>li:nth-child(5) .sub-menu {
        padding-left: calc((100vw - 1204px)/2);
        padding-right: calc((100vw - 1228px)/2);
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li {
        margin-right: 27px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(3),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(6),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(9),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(18),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(21),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(26),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(30),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(4),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(8),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(12),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(16),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(27) {
        margin-right: 27px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(5),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(10),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(15),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(20),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(32),
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(37) {
        margin-right: 0;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(23) {
        margin-right: 300px;
        margin-bottom: 108px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(27) {
        margin-right: 150px;
        margin-bottom: 108px;
    }
    #menu-header_menu>li:nth-child(5) .sub-menu>li:nth-child(32) {
        margin-bottom: 108px;
    }
    .menu>li:nth-last-child(1) .sub-menu>li a {
        font-size: 16px;
    }
    .menu>li:nth-last-child(1) .sub-menu>li:nth-child(9) {
        margin-right: 0;
    }
    .menu>li+li .sub-menu>li:nth-child(27) {
        margin-right: 45%;
    }
    /* #menu-header_menu>li+li+li+li+li+li .sub-menu>li:first-child {
        margin-left: 59%;
    } */
}

@media (max-width: 1240px) {
    .w1200 {
        width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sub-menu {
        background: #fff;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        margin-left: 0;
        background: #fff;
        padding: 20px 0 0;
        font-size: 0;
        text-align: left;
        display: none;
        z-index: 5;
    }
    .sub-menu>li {
        margin: 0 40px;
    }
}

@media (max-width: 1000px) {
    .sub-menu>li {
        margin: 0 20px;
    }
    .menu>li>a {
        font-size: 14px;
        padding: 0 5px;
    }
}

@media (max-width: 800px) {
    .menu>li>a {
        padding: 0 5px;
    }
    .header-login {
        width: 120px;
    }
}

@media (max-width: 750px) {
    .about-us {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .about-us-logo {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .Relevant-link,
    .footer-contact {
        width: 100%;
        text-align: left;
        border-right: none;
        margin-top: 20px;
    }
    .Authentication-box {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .footer-top>div {
        min-height: 1px;
    }
    .nav-icon {
        display: block;
        cursor: pointer;
    }
    .main-navigation {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        max-height: 80vh;
        overflow: auto;
        z-index: 10;
        background: #fff;
        display: none;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .header-center .menu {
        width: 100%;
    }
    #menu-header_menu>li {
        width: 100%;
        float: none;
    }
    .sub-menu {
        position: relative;
        top: 0px;
        left: 0;
        display: block;
        overflow: hidden;
        padding: 0px;
    }
    .sub-menu>li {
        margin: 0px;
        float: left;
        width: 33.33%;
    }
    .sub-menu>li>a {
        font-size: 12px;
        padding-top: 50px;
        text-align: center;
    }
    .menu>li>a {
        height: 40px;
        line-height: 40px;
    }
    .menu>li {
        margin: 0;
    }
    .converter-Product-text {
        margin-top: 30px;
    }
    .dwon-li {
        float: none;
    }
    .dwon-li+.dwon-li {
        margin-top: 10px;
    }
    .dwon-li a {
        margin: 0 auto;
    }
    .banner-text-btn {
        display: block;
    }
    /* #menu-header_menu>li+li+li+li .sub-menu {
        display: none;
    } */
    #menu-header_menu>li+li+li+li:hover .sub-menu {
        /* display: none; */
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        word-wrap: break-word;
    }
    .header-center .menu-header_menu-container {
        width: 100%;
    }
}


/* 侧边栏 */

.sidebar-fix {
    position: fixed;
    right: 0.2rem;
    top: 4.34rem;
    z-index: 10;
}

.sidebar-fix a {
    display: block;
    width: 0.64rem;
    height: auto;
    overflow: hidden;
    margin-top: 0.24rem;
}

.sidebar-fix a.sidebar-bottom>i,
.sidebar-fix a.sidebar-top>i {
    display: block;
    width: 0.64rem;
    height: 0.64rem;
    margin: 0 auto;
    background: url("images/icons/icon_top.svg") no-repeat center;
    background-size: cover;
}

.sidebar-fix a.sidebar-bottom>i {
    background: url("images/icons/icon_bottom.svg") no-repeat center;
    background-size: cover;
}

.sidebar-fix a.sidebar-top:hover>i {
    background: url("images/icons/icon_top_h.svg") no-repeat center;
    background-size: cover;
}

.sidebar-fix a.sidebar-bottom:hover>i {
    background: url("images/icons/icon_bottom_h.svg") no-repeat center;
    background-size: cover;
}

.sidebar-fix a.sidebar-bottom>span,
.sidebar-fix a.sidebar-top>span {
    display: block;
    width: 0.48rem;
    height: 0.16rem;
    font-size: 0.12rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #8D96A5;
    line-height: 0.14rem;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .sidebar-fix a.sidebar-bottom>span,
    .sidebar-fix a.sidebar-top>span {
        display: none;
    }
    .sidebar-fix {
        top: 4.1rem;
    }
}

.sidebar-details {
    position: absolute;
    right: 80px;
    top: 0;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    box-shadow: 0 0 15px #ccc;
    padding: 11px 18px;
    display: none;
}

.sidebar-details h6 {
    line-height: 1.4;
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
}

.sidebar-details h6 span {
    color: #4298df;
    font-weight: bold;
}

.sidebar-details p {
    line-height: 1.4;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    padding: 0 0 3px 7px;
}

.sidebar-wx .sidebar-details h6 {
    padding: 0 7px;
}

.sidebar-wx .sidebar-details i {
    top: 20%;
}

.sidebar-details i {
    width: 16px;
    height: 14px;
    background: url("images/icons/sz.png?666") no-repeat left center;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -7px;
}

.sidebar-fix a:hover .sidebar-details {
    display: block;
}

.sidebar-details img {
    width: 120px;
    max-width: 120px;
}

.sidebar-wx .sidebar-details {
    padding: 11px;
}

.rules-content {
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rules-content .rule-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.rules-content .rule-advice {
    font-size: 16px;
    line-height: 36px;
    padding: 0 170px;
    margin-bottom: 20px;
    color: #333;
}

.rules-content p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
}

.rules-content p strong {
    color: #333333;
}

.rules-content h5 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}

.error-page {
    height: 100%;
    position: relative;
    margin-top: -60px;
    margin-bottom: -30px;
}

.error-ctt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -130px;
}

.error-ctt img {
    display: block;
    margin: 0 auto;
}

.error-ctt p {
    text-align: center;
    margin-top: 40px;
    color: #666666;
    line-height: 1.5;
}

.error-ctt div {
    text-align: center;
    margin-top: 30px;
}

.back-home {
    width: 120px;
    border: 1px solid #0ab4ff;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background-color: #0ab4ff;
    box-shadow: 0 0 5px #eee;
    border-radius: 34px;
    display: inline-block;
    margin: 0 10px;
}


/* 弹窗 */

.login-pop-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
    display: none;
}

.login-pop-ctt {
    position: fixed;
    left: 50%;
    top: 40%;
    width: 480px;
    background: #fff;
    z-index: 101;
    margin-left: -240px;
    padding: 70px 0 0;
    border-radius: 5px;
    margin-top: -150px;
    height: 300px;
    display: none;
}

.login-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: url("images/login/icon-close.png") no-repeat center center;
}

.amend-success {
    font-size: 16px;
    color: #444444;
    padding-top: 105px;
    background: url("images/login/icon-cg.png") no-repeat top center;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.login-pop-row {
    padding: 20px 0;
}

.amend-fail {
    font-size: 16px;
    color: #444444;
    padding-top: 105px;
    background: url("images/login/icon-sb.png") no-repeat top center;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.again-modify {
    background-color: #0caef9;
    color: #fff;
    display: block;
    width: 160px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    border-radius: 5px;
    margin: 30px auto 0;
}

.amend-success-box {
    padding: 14% 0;
}


/* 兼容ie8  backgroundsize*/

.polyfill {
    -ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
}

.nav-border {
    background: #0caef9;
    height: 3px;
    position: absolute;
    bottom: -1px;
    transition: all 0.6s;
    z-index: -1;
}

#YSF-CUSTOM-ENTRY-1 {
    display: block;
    width: 0.64rem !important;
    height: auto;
    overflow: hidden;
    margin-top: 0.24rem;
    background-color: unset !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
}

#YSF-CUSTOM-ENTRY-1 img {
    display: none !important;
}

#YSF-CUSTOM-ENTRY-1::before {
    content: " ";
    display: block;
    width: 0.64rem;
    height: 0.64rem;
    margin: 0 auto;
    background: url("images/icons/icon_kf.svg") no-repeat center;
    background-size: cover;
}

#YSF-CUSTOM-ENTRY-1:hover:before {
    background: url("images/icons/icon_kf_h.svg") no-repeat center;
    background-size: cover;
}

#YSF-CUSTOM-ENTRY-1::after {
    content: " 在线客服 ";
    display: block;
    width: 0.48rem;
    height: 0.16rem;
    font-size: 0.12rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #8D96A5;
    line-height: 0.14rem;
    margin: 0 auto;
    text-align: center;
}

#YSF-BTN-HOLDER {
    position: fixed;
    right: 0.2rem !important;
    top: 3.2rem !important;
    bottom: auto !important;
    z-index: 10 !important;
    display: block;
    max-width: 0.64rem !important;
    max-height: auto !important;
    overflow: hidden;
}

@media screen and (max-width: 1280px) {
    .header-center.w1200 {
        width: 100%;
        padding: 0 0.3rem !important;
    }
}

@media screen and (max-width: 1000px) {
    .header-center.w1200 {
        width: 100%;
        padding: 0 0.1rem !important;
    }
}

@media screen and (max-width: 750px) {
    #YSF-CUSTOM-ENTRY-1::after {
        display: none;
    }
    #YSF-BTN-HOLDER {
        top: auto !important;
        bottom: 5rem !important;
    }
    .sidebar-fix {
        top: auto;
        bottom: 3.3rem;
    }
}


/*  */

.footer_nav {
    overflow: hidden;
}

.footer_nav li {
    float: left;
    width: 50%;
}

.footer_nav li a {
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.domainsAllErroBox {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(22, 31, 45, 0.55);
    z-index: 99999;
}

.domainsAllErro {
    display: block;
    width: 4.32rem;
    height: 2.81rem;
    box-sizing: border-box;
    /* border: 0.02rem solid gray; */
    border-radius: 0.1rem;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    z-index: 999;
}

.domainsAllErro>.tipsBoxClose {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background: url('images/icon-gbi.png') center no-repeat;
    background-size: 0.32rem;
    cursor: pointer;
    position: absolute;
    top: 0.12rem;
    right: 0.12rem;
    bottom: auto;
    left: auto;
}

.domainsAllErro>.tipsErro {
    display: block;
    width: 0.88rem;
    height: 0.88rem;
    background: url("images/icon-erro.png") no-repeat center;
    background-size: cover;
    margin: 0.32rem auto 0 auto;
}

.domainsAllErro>h2 {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.25rem;
    text-align: center;
    color: #333333;
}

.domainsAllErro>.errTips {
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.2rem;
    text-align: center;
    color: #999999;
    margin-top: 0.08rem;
}

.errTipstn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.28rem auto 0 auto;
}

.tipsErrKf {
    width: 1.44rem;
    height: .48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 0.01rem solid #1675FE;
    border-radius: 0.06rem;
    cursor: pointer;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.23rem;
    /* identical to box height */
    text-align: center;
    color: #1675FE;
}

.errreload {
    width: 1.44rem;
    height: .48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background: #1675FE;
    border: 0.01rem solid #1675FE;
    border-radius: 0.06rem;
    margin-left: 0.2rem;
    cursor: pointer;
    font-family: 'Microsoft YaHei UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.23rem;
    /* identical to box height */
    text-align: center;
    color: #ffffff;
}