﻿/* 功能介绍 */
html{
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}

::-webkit-scrollbar{
  display:none;
}
.banner {
    padding-top: 64px;
}

.page_banner {
    height: 348px;
    box-sizing: border-box;
}

.page_banner img {
    height: 40px;
    width: 200px;
    margin-bottom: 20px;
}

.banner-bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.banner-bottom .example_item {
    flex: 1;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    border-right: 1px solid #000;
}

.banner-bottom .example_item:last-child {
    border-right: none;
}

/* 功能介绍 */
.function {
    background: #FAFBFD;
    padding-top: 80px
}

.ver-function .ver-fun-item {
    border: 1px solid #EBECF0;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 20px;
    overflow: hidden;
    color: #293340;
}

.ver-function .ver-fun-item .ver-fun-tBody {
    height: 400px;
}

.ver-function .ver-fun-item:first-child {
    margin-left: 0;
}

.ver-function .ver-fun-item .ver-fun-top {
    height: 10px;
    width: 100%;
    opacity: 0.8;
    flex:none;
}

.ver-function .ver-fun-item .ver-fun-fit {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #EBECF0;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}


.ver-function .ver-fun-item .ver-fun-like {
    cursor: default;
    height: 24px;
    background: #F9DC6C;
    border-radius: 20px;
    line-height: 20px;
    color: #000;
    margin: 14px 0 10px;
}

.ver-function .ver-fun-item .ver-fun-like img {
    width: 14px;
    height: 14px;
    margin: 0 3px 0 12px;
}

.ver-function .ver-fun-item .ver-fun-like span {
    margin-right: 12px
}

.ver-function .ver-fun-item .ver-fun-title {
    /*margin-bottom: 40px;*/
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    height: 450px!important;
}
.ver-function .ver-fun-item:nth-child(1) .ver-fun-title,
.ver-function .ver-fun-item:nth-child(2) .ver-fun-title {
    padding-top: 15px;
}
.ver-function .ver-fun-item:nth-child(3) .ver-fun-title {
    margin-top: -10px;
}
.ver-function .ver-fun-item .ver-fun-contain {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.ver-function .ver-fun-item .ver-fun-contain .ver-fun-num {
    color: #0B7BF0;
}
.ver-function .ver-fun-item .ver-fun-satisfy {
    font-size: 14px;
    line-height: 22px;
    color: #7E8491;
}

.ver-function .ver-fun-item .ver-fun-feature {
    display: flex;
    justify-content: center;
    height: 26px;
    padding-top: 10px;
}

.ver-function .ver-fun-item .ver-fun-feature .feature-item {
    padding: 0 12px;
    background: linear-gradient(270deg, #E56646 0%, #EF8359 100%);
    border-radius: 4px;
    line-height: 26px;
    color: #fff;
    margin-left: 10px;
}

.ver-function .ver-fun-item .ver-fun-feature .feature-item:first-child {
    margin-left: 0
}

.ver-function .ver-fun-item .consult-customer {
    padding: 0 55px;
    margin-top: 55px;
    line-height: 44px;
    border: 1px solid #0B7BF0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #0B7BF0;
    transition: all 0.5s;
    font-size: 16px;
}

.ver-function .ver-fun-item .consult-customer:hover {
    background: #0B7BF0;
    color: #fff;
    opacity: 0.9;
}

.ver-function .ver-fun-item .ver-fun-contlist {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 20px 0;
    height: 820px;
    border-top: 1px solid #EBECF0;
}

.ver-function .ver-fun-contlist .ver-contlist-title {
    line-height: 40px;
    font-size: 12px;
    color: #B2B6BF;
}

.ver-function .ver-fun-contlist .ver-text {
    color: #0B7BF0;
}
.ver-function .ver-fun-contlist .exclusive {
    color: #FFFFFF;
    background: linear-gradient(270deg, #E56646 0%, #EF8359 100%);
    border-radius: 0px 6px;
    width: 36px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
}

.ver-function .ver-fun-contlist .cont-item {
    line-height: 40px;
    font-size: 14px;
    color: #293340;
    cursor: default;
}

.ver-function .ver-fun-contlist .cont-item.fun_weight {
    font-weight: 600;
    line-height: 30px
}

.ver-function .ver-fun-contlist .cont-item.fun_weight span,
.ver-function .ver-fun-contlist .cont-item.grey .point span {
    display: none;
}

.ver-function .ver-fun-contlist .cont-item.grey {
    color: #7E8491;
}

.ver-function .ver-fun-contlist .cont-item .point span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #293340;
    margin-right: 10px;
    transform: rotate(45deg);
}

.ver-function .ver-fun-contlist .cont-item.cont-see {
    color: #0B7BF0;
    cursor: pointer;
}

.funcban p {
    line-height: 28px;
    margin: 95px 0 0 0;
    font-size: 26px;
    font-weight: 600;
    color: #293340;
}

.funcban img {
    margin-top: 20px;
}


.funcv3 .cons dl.dl1 dt {
    background: url(../images/bbbg5.png) no-repeat center;
}

.funcv3 .cons dl.dl2 dt {
    background: url(../images/bbbg6.png) no-repeat center;
}

.funcv3 .cons dl.dl3 dt {
    background: url(../images/bbbg7.png) no-repeat center;
}

.funcv3 .cons dl.dl4 dt {
    background: url(../images/bbbg8.png) no-repeat center;
}

.funcv3 .cons dl.dl4 dt h2 {
    color: #FFF;
}

.funcv3 .cons dl.dl4 dt b {
    background: #FFF;
}

.funcv3 .cons dl dt p {
    font-size: 16px;
}

.funcv3 .cons dl.dl4 dt a {
    background: rgba(255, 255, 255, 0.30000001192092896);
    color: #FFF;
}

.cover-back {
    background: url(../images/func_banner.png) no-repeat center;
    width: 100%;
    height: 340px;
    min-width: 1200px;
    background-size: cover !important;
    overflow: hidden;
}
.cover-back .wrap {
    margin: auto;
}
.cover-back .wrap .page-title {
    height: 48px;
    font-size: 34px;
    font-weight: 600;
    color: #2A2D2F;
    line-height: 48px;
    text-align: center;
    padding: 0;
    cursor: default;
}
.cover-back .consult-customer {
    margin-top: 30px;
    width: 166px;
    border-radius: 22px;
    line-height: 44px;
    background: #0B7BF0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* 常见问题Css */
.version-problem {
    padding: 20px 0 100px;
}

.version-problem .problems {
    padding: 0 130px;
}

.version-problem .problem-item {
    border-top: 1px solid #EBECF0;
    padding: 0 20px;
    height: 100px;
    overflow: hidden;
}

.version-problem .problem-item .problem-title {
    line-height: 100px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    cursor: default;
}

.version-problem .problem-item .problem-triangle {
    width: 0;
    height: 0;
    margin-top: 5px;
    transition: all 0.3s ease;
    border: 8px solid transparent;
    border-top-color: #293340;
}

.version-problem .problem-answer {
    font-size: 16px;
    color: #7e8491;
    line-height: 22px;
    cursor: default;
    padding-bottom: 38px;
}

.version-problem .problem-item .problem-triangle.up {
    transform: rotate(-180deg);
}


/* 功能完整对比 */
.func-compare {
    padding-bottom: 200px;
    position: fixed;
    top: 2000px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #efefef;
    text-align: center;
    z-index: 1000;
    overflow-y: scroll;
    transition: all 0.5s;
}

.func-compare .compare-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    padding: 80px 0 60px;
    text-align: center;
}

.compare-thead {
    font-size: 22px;
    /*line-height: 80px;*/
    text-align: center;
    line-height: 22px;
    color: #293340;
    background: #F7F7F7;

}

.compare-thead .compare-th {
    height: 80px!important;
    border-top: 1px solid #EBECF0;
    border-right: 1px solid #EBECF0;
    box-sizing: border-box;
    width: 154px!important;
    line-height: 30px;

}

.compare-thead .compare-th:nth-of-type(1) {
    width: 434px!important;
    border-left: 1px solid #EBECF0;
}

.func-compare .compare-table {
    cursor: default;
    margin-bottom: 225px;
    border-collapse: separate;
    border-spacing: 0;
    width: 1200px;
    color: #293340;
    border-left: 1px solid #EBECF0;
    /*border-top: 1px solid #EBECF0;*/
    border-bottom: 1px solid #EBECF0;
}

.func-compare .compare-table td {
    font-size: 14px;
    box-sizing: border-box;
    border-right: 1px solid #EBECF0;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    width: 154px!important;
}
.func-compare .compare-table  td:nth-child(1){
    width: 217px!important;
 }
.borderTop {
    /*border-top: 1px solid #EBECF0;*/
}
/*.func-compare .compare-table td:nth-child(2)*/
/*{*/
/*    width: 255px!important;*/
/*}*/

.func-compare .compare-table td.compare-tr-title {
    font-size: 20px;
    width: 178px;
}

.func-compare .compare-table td.tb_red {
    color: #FF1F2C;
}

.func-compare .compare-table td.tb_blue {
    color: #0B7BF0;
}

.func-compare .compare-table td:nth-child(3),
.func-compare .compare-table td:nth-child(4),
.func-compare .compare-table td:nth-child(5),
.func-compare .compare-table td:nth-child(6),
.func-compare .compare-table td:nth-child(7) {
    /*width: 154px;*/
}

.func-compare .compare-table td img {
    width: 20px;
    height: 20px;
}

.func-compare .close {
    display: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    width: 60px;
    height: 60px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 16%);
    border-radius: 2px;
    background: url(../images/ic_close.png) no-repeat center;
    background-color: #222222;
    cursor: pointer;
}

.func-compare .loadMore {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 180px;
    height: 60px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 16%);
    border-radius: 2px;
    line-height: 60px;
    background: url(../images/ic_scroll.png) no-repeat;
    background-position: 25px 16px;
    background-color: black;
    color: #ffffff;
    transition: all 0.5s linear;
    cursor: default;
}

.func-compare .loadMore span {
    padding-left: 35px;
}

