/* Onon Office Translate Style */

body {
    font-size: 16px;
    background-color: #fff;
    font-family: 'Microsoft YaHei';
}

*:focus {
    outline: none;
}

@font-face {
    font-family: "OSS";
    src: url("../font/OSS.woff2") format("woff2"), url("../font/OSS.woff") format("woff"), url("../font/OSS.ttf") format("truetype"), url("../font/OSS.otf") format("opentype");
}

.font-oss {
    font-family: "OSS" !important;
}

.mgl {
    -webkit-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-writing-mode: tb-lr;
    writing-mode: tb-lr;
    -webkit-text-orientation: sideways-right;
    text-orientation: sideways-right;
    letter-spacing: 0!important;
    word-break: keep-all;
}

.d-table-column {
    display: table-column;
}

._header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}

.nav_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.office_logo {
    width: 336px;
    height: 30px;
}

.office_logo,
.office_logo_small {
    height: 30px;
    white-space: nowrap;
    word-wrap: normal;
}

.office_logo_small {
    display: none;
    width: 152px;
}

.menu_btn {
    display: none;
    width: 34px;
    height: 34px;
    border: none;
    outline: none;
    background-color: initial;
    padding: 0 5px;
}

.menu_btn:focus {
    outline: none;
}

.menu_icon {
    position: relative;
    width: 24px;
    height: 2px;
    background-color: #212529;
    display: block;
    opacity: 1;
    transition: all .2s ease;
}

    .menu_icon::before {
        position: absolute;
        content: '';
        top: -6px;
        left: 0;
        width: 24px;
        height: 2px;
        background-color: #212529;
        transition: all .2s ease;
    }

    .menu_icon::after {
        position: absolute;
        content: '';
        top: 6px;
        left: 0;
        width: 24px;
        height: 2px;
        background-color: #212529;
        transition: all .2s ease;
    }

.rotate_90::before {
    top: 0;
    transform: rotate(45deg);
}

.rotate_90::after {
    top: 0;
    transform: rotate(-45deg);
}

.rotate_90 {
    background-color: initial;
}
.nav_cont ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav_cont .nav_list li {
    margin: 0 16px;
}

.nav_cont .nav_list li .nav_link {
    font-size: 16px;
    color: #212529;
    white-space: nowrap;
}

.nav_cont .nav_list li .nav_link:hover {
    color: #212529;
    text-decoration: none;
}

.nav_link {
    display: initial;
    position: relative;
    padding: 0;
}

.nav_link:hover::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #212529;
}

.Active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #212529;
}

.nav_list {
    transition: all .2s ease;
}

.consulting_service {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 999;
    width: 60px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 4px;
    background: linear-gradient(to right, #3f7fff, #35a9ff);
}

.consulting_service a {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.consulting_service a:hover {
    text-decoration: none;
}

.section {
    text-align: center;
}

.main_title,
.office_img,
.sub_title {
    margin-bottom: 25px;
    font-weight: 300;
}

.main_title {
    font-size: 2.2em;
    padding: 0 15px;
}

.sub_title {
    font-size: 1.6em;
    color: #666666;
    padding: 0 15px;
}

.btn_download {
    font-size: 1.4em;
    color: #fff;
    background-color: #3e83ff;
    background: linear-gradient(to right, #3f7fff, #35a9ff);
    padding: 8px 48px;
    border-radius: 30px;
    display: inline-block;
}

.btn_download:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #5098ff, #44bdff);
}

.fp-controlArrow {
    display: none;
}

._50vh {
    max-height: 50vh;
}

._70vh {
    max-height: 70vh;
}

.download_container,
.about_container,
.customer_container,
.academy_container {
    padding-top: 60px;
}

.d_content {
    padding: 60px 15px;
    background-color: #f8f9fa;
}

.d_c_img {
    margin: 0 15px;
}

.d_c_text {
    margin: 15px 60px;
}

.d_title {
    font-size: 28px;
    color: #222;
    line-height: 32px;
    margin-bottom: 30px;
}

.d_download {
    padding: 60px 15px 30px;
}

.d_card_list {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.card_item {
    width: 200px;
    height: 260px;
    padding-top: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #e2e8ef;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: all .3s ease;
    box-sizing: border-box;
    text-align: center;
}

.card_item:hover {
    text-decoration: none;
}

.release:hover {
    background: linear-gradient( 27deg, #3f7fff, #35a9ff);
    box-shadow: -5px 10px 10px 0 rgb(149 166 185 / 30%);
    text-decoration: none;
}

.c_icon {
    display: table;
    width: 55px;
    height: 55px;
    margin-left: 72.5px;
    margin-right: 72.5px;
    margin-bottom: 25px;
}

.win {
    background: url("../images/Windows_B.png") no-repeat 100% 100%;
}

.release:hover .win {
    background: url("../images/Windows_G.png") no-repeat 100% 100%;
}

.linux {
    background: url("../images/Linux_B.png") no-repeat 100% 100%;
}

.ios {
    background: url("../images/iOS_G.png") no-repeat 100% 100%;
}

.web {
    background: url("../images/Web_G.png") no-repeat 100% 100%;
}

.android {
    background: url("../images/Android_G.png") no-repeat 100% 100%;
}

.c_m_title {
    color: #000;
    line-height: 23px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.release:hover .c_m_title {
    color: #fff;
}

.c_c_title {
    color: #888;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 30px;
}

.release:hover .c_c_title {
    color: #fff;
}

.c_bottom {
    border-top: 1px solid #e2e8ef;
    line-height: 20px;
    font-size: 16px;
    color: #222;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.release:hover .c_bottom {
    color: #fff;
    font-weight: 700;
}

.Unpublished {
    color: #cccccc;
}

.linux_hover {
    position: relative;
    cursor: pointer;
}

.linux_subset {
    display: none;
    position: absolute;
    top: 0;
    background: linear-gradient( 27deg, #3f7fff, #35a9ff);
    border-radius: 4px;
    padding: 24px 15px;
    width: 100%;
    height: 100%;
}

.linux_connect {
    font-size: 14px;
    color: #fff;
}

    .linux_connect p {
        margin-bottom: 5px;
    }

.lc_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.QR_code {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

    .QR_code img {
        width: 100%;
        height: 100%;
    }

.lc_bottom {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

@media (min-width: 1024.99px) {
    .linux_hover:hover .linux_subset {
        display: block;
    }
}

.about_office {
    padding: 60px 15px;
    background-color: #f8f9fa;
}

.about_title {
    font-size: 1.8em;
    color: #666666;
    padding: 0 15px;
    font-weight: 400;
}

.about_content {
    color: #666666;
    line-height: 30px;
}

.about_content p {
    text-indent: 2em;
}

.office_icons {
    padding: 30px 15px 30px;
}

.office_icons img {
    margin: 10px;
}

.about_onon {
    padding: 60px 15px;
    background-color: #fff;
}


/* customer */

.customer_container,
.academy_container {
    background-color: #f8f9fa;
}

.customer_head {
    width: 100%;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.c_h_item {
    width: 350px;
    margin-bottom: 30px;
}

.customer_head_text h4 {
    font-weight: 400;
    margin-bottom: 30px;
}

.customer_head_text p {
    font-size: 14px;
    margin-bottom: 5px;
}

.customer_QR_code {
    display: flex;
    justify-content: center;
    align-items: center;
}

.QR_item {
    margin: 0 20px;
}

.QR_item img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.customer_QR_code p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}

.customer_img img {
    max-width: 100%;
    max-height: 100%;
}

.customer_body {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 4px;
}

.customer_input {
    max-width: 600px;
    margin: 0 auto;
}

.c_input {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    border: 1px solid #e2e8ef;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    transition: all .3s;
}

.c_input:focus {
    border-color: #1890ff;
}

.c_btn {
    height: 40px;
    color: #fff;
    background: #1890ff;
    border: 1px solid #1890ff;
    border-radius: 0 4px 4px 0;
    padding: 0 22px;
}

.customer_nav {
    padding: 30px 0;
}

.customer_navList {
    display: flex;
    flex-wrap: nowrap !important;
    width: max-content;
    padding: 0;
    list-style: none;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    overflow-x: auto;
    overflow-y: hidden;
}

.customer_navList .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1890ff;
    width: 100%;
    height: 2px;
}

.customer_navItem {
    float: left;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    padding: 0 15px 0 40px !important;
    color: #777777;
    cursor: pointer;
    position: relative;
    border-right: 1px solid #f6f6f6;
}

.customer_navItem:hover {
    text-decoration: none;
}

.writtenwords,
.formtable,
.briefing,
.Productmanual,
.commonproblem {
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 16px;
}

.writtenwords {
    background-image: url('../images/c_word.png');
}

.formtable {
    background-image: url('../images/c_excel.png');
}

.briefing {
    background-image: url('../images/c_ppt.png');
}

.Productmanual {
    background-image: url('../images/c_manual.png');
}

.commonproblem {
    border-right: none;
    background-image: url('../images/c_problem.png');
}

.tab-pane {
    height: 400px;
}

.customer_content .problem_list {
    list-style: none;
    padding: 0;
    max-width: 600px;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
}

.customer_content .problem_list li {
    list-style: none;
    height: 47px;
    line-height: 47px;
}

.problem_link {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.problem_link:hover {
    color: #333;
}

.problem_link i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-color: #aaa;
    border-radius: 50%;
}

.customer_page {
    display: flex;
    justify-content: center;
}

.customer_page ul {
    margin: 0;
}

.customer_page ul li {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    border-radius: 4px;
    padding: 0 6px;
    cursor: pointer;
}

.customer_page ul .page_item {
    width: 30px;
    border: 1px solid #f6f6f6;
    text-align: center;
    transition: all .2s ease;
}

.customer_page ul .page_item:hover {
    color: #1890ff;
    border-color: #1890ff;
}

.customer_page ul .active {
    color: #fff !important;
    border-color: #1890ff;
    background-color: #1890ff;
}

.details_container {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.breadcrumb {
    background-color: #fff;
}

.breadcrumb-item a {
    color: #212529;
}

.breadcrumb-item a:hover {
    color: #212529;
}

.details_content {
    padding-top: 30px;
}

.details_content h2 {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: .5em;
}

.details_content p {
    color: #777777;
}

.details_content img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
}

.pager {
    width: 100%;
    list-style: none;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}

#pageButton li,
.pager li {
    /*width: 30px;*/
    border: 1px solid #f6f6f6;
    text-align: center;
    transition: all .2s ease;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 2px;
}

#pageButton li a {
    float: none;
}

#pageButton .active {
    color: #fff !important;
    border-color: #1890ff;
    background-color: #1890ff;
}

.pager li {
    width: 30px;
}

.pager li a {
    color: #212529;
}

.pager li a:hover {
    color: #1890ff;
    text-decoration: none;
}


/* academy */

.academy_head {
    padding: 60px 15px;
}

.academy_head_img img {
    width: 100%;
    height: 100%;
}

.academy_title,
.academy_search {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.academy_title {
    flex-direction: column;
}

.academy_title h4 {
    font-weight: 400;
    margin-bottom: 30px;
}

.academy_content {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.list_head {
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_tag {
    font-size: 1.4em;
    font-weight: 400;
}

.list_more {
    font-size: 14px;
    color: #666666;
    transition: color .4s ease;
}

.list_more:hover {
    color: initial;
    text-decoration: none;
}

.academy_scrollbar {
    overflow-x: auto;
    margin-bottom: 40px;
}


/*滚动条样式：谷歌浏览器下*/

.academy_scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}


/*滚动条的轨道*/

.academy_scrollbar ::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px rgba(0,0,0,.3);*/
}


/*滚动条的滑块按钮*/

.academy_scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e4e7ed;
    /*box-shadow: inset 0 0 5px #000;*/
}


/*滚动条的上下两端的按钮*/

.academy_scrollbar::-webkit-scrollbar-button {
    display: none;
}


/**设置滚动条宽度 */


/*::-webkit-scrollbar{width:0px;height: 0px}*/

.academy_list {
    width: 1110px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.academy_item {
    overflow: hidden;
    /*padding: 8px;*/
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-block:8px;
    padding-bottom:8px;

}

.academy_item:hover {
    text-decoration: none;
}

.crad {
    position: relative;
    border-radius: 4px;
    border: 1px solid #e2e8ef;
    transition: all .4s ease;
    overflow: hidden;
}

.academy_item:hover .crad {
    box-shadow: 4px 4px 6px 0px #e0e0e0, -4px 4px 6px 0px #e0e0e0;
}

.card_tag {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    padding: 0 8px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.card_tag::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: -3px;
    width: 55px;
    height: 20px;
    border-bottom-left-radius: 6px;
    background-color: rgba(0, 0, 0, .3);
    transform: skewX(15deg);
}

.card_main_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 57px;
    font-size: 20px;
    font-weight: 700;
    padding: 0 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.crad img {
    width: 100%;
    height: 100%;
}

.crad_title {
    font-size: 14px;
    color: initial;
    border-top: 1px solid #e2e8ef;
    padding: 5px 10px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card_message {
    font-size: 12px;
    color: #9e9e9e;
    display: flex;
    padding: 0 10px 8px;
    justify-content: space-between;
}

.border_left {
    border-left: 3px solid #3f81ff;
    padding-left: 7px;
}

.video-js .vjs-play-control {
    outline: none;
}

.vp_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85%;
}

.vp_content .vp_text {
    font-size: 2.4rem;
    max-width: 560px;
}

.video_bottom {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 10px 16px 0;
    font-size: 14px;
}

.vb_btn {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.share_item {
    display: none;
    position: absolute;
    right: 30px;
    top: -50px;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
}

.share_item .share_input {
    width: 157px;
    height: 30px;
    padding: 6px 12px;
    border: 1px solid #e2e8ef;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    transition: all .3s;
    font-size: 12px;
}

.share_item .share_input:focus {
    border-color: #1890ff;
}

.share_item .si_btn {
    width: 70px;
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
}

.share,
#like,
.vp_text {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.vjs-poster {
    background-color: #fff !important;
}


/* footer */

._footer {
    font-size: 14px;
    text-align: center;
}

._footer .p2 {
    margin-top: 50px;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

._footer a {
    color: initial;
}

.footer_position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    text-align: center;
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #d8ecff;
}

.download_container .content {
    position: relative;
    text-align: center;
    font-size: 14px;
    background-color: rgba(216, 236, 255, 1);
}

.br {
    display: none;
}


/* Animation */

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 1024.99px) {
    .academy_list {
        width: 100%;
    }
    .vp_content .vp_text {
        max-width: 510px;
    }
}

@media (max-width: 768.99px) {
    body {
        font-size: 14px;
    }
    .office_logo {
        display: none;
    }
    .office_logo_small {
        display: block;
    }
    .menu_btn {
        display: block;
    }
    .nav_cont .nav_list {
        display: none;
        position: absolute;
        top: 65px;
        right: -96px;
        background-color: #fff;
        border-radius: 4px;
    }
    .nav_cont .nav_list li {
        margin: 8px 16px;
    }
    .btn_download {
        margin-bottom: 15px;
    }
    .response_img {
        width: 80%;
    }
    .d_c_text {
        margin: 30px 15px;
    }
    .waves {
        height: 40px;
        min-height: 40px;
    }
    .content {
        height: 10vh;
    }
    .academy_scrollbar {
        -ms-overflow-style: none;
    }
    .academy_scrollbar::-webkit-scrollbar {
        display: none;
    }
    .vp_content .vp_text {
        font-size: 1.4rem;
        max-width: 380px;
    }
}

@media (max-width: 576.98px) {
    .vertical {
        display: none;
    }

    .br {
        display: block;
    }

    .card_main_title {
        font-size: 14px;
    }

    .vp_content .vp_text {
        max-width: 230px;
    }
}

.t_animation {
    animation: text_animation 1s;
    -webkit-animation: text_animation 1s;
}

.i_animation {
    animation: img_animation 1s;
    -webkit-animation: img_animation 1s;
}

@keyframes text_animation {
    0% {
        transform: translateY(-150%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes img_animation {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
#hundredMg {
    position: fixed;
    top: 180px;
    left: 0;
    z-index: 9999;
    width: 104px;
    height: 414px;
    text-align: right;
}

#hundredCn {
    position: fixed;
    top: 180px;
    right: 0;
    z-index: 9999;
    width: 104px;
    height: 414px;
}

    #hundredMg span,
    #hundredCn span {
        cursor: pointer;
        color: #9e9e9e;
        border: 1px solid #e0e0e0;
        padding: 0 3px;
    }

    #hundredMg img,
    #hundredCn img {
        width: 100%;
    }

@media (max-width: 768px) {
    #hundredMg,
    #hundredCn {
        display: none !important;
    }
}