.data-null-img {
    background: url("../images/function/pic-empty.png") no-repeat center top;
    width: 390px;
    height: 291px;
    margin: 0 auto;
}

.body .el-tabs--card > .el-tabs__header {
    border: 0;
    box-shadow: 0px 5px 20px 0px #0410210d;
    margin: 0;
}

.body .el-tabs--card > .el-tabs__header .el-tabs__nav {
    border: 0;
}

.body .el-tabs__nav-scroll {
    text-align: center;
}

.body .el-tabs__nav {
    float: none;
}

.body .el-tabs--card > .el-tabs__header .el-tabs__item {
    border: 0;
}

.body .el-tabs__item {
    font-size: 16px;
    color: #333;
    height: 60px;
    line-height: 60px;
    margin-left: 85px;
    padding: 0;
}

.body .el-tabs__item:hover {
    color: #F20D23;
}

.body .el-tabs__item:first-child {
    margin-left: 0;
}

.body .el-tabs__item.is-active {
    color: #F20D23;
}

.section-1 .text .pic-3 p {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 36px;
    letter-spacing: 10px;
}

.section-1 .text .pic-3 {
    width: 780px;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
}

.function .section-1 .text .pic-3 {
    padding-top: 45px;
}

.btn-line-big {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
}

/*功能列表*/
.section-1 .btn-wrap a {
    width: auto;
    padding: 0 20px;
}

table {
    border-collapse: collapse;
    font-size: 16px;
    background: #fff;
    width: 100%;
}

table .ftx03 {
    color: #23a2fb;
}

table td, table th {
    border: 1px solid #dcdcdc;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

table th {
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-top: 2px solid #ec5051;
}

table .th1 {
    width: 400px;
}

table .td3 {
    width: 165px;
}

table .th3 {
    width: 628px;
}

table .td1 {
    width: 68px;
}

.concise table .td1 {
    width: 200px;
}

table .td1 span {
    width: 20px;
    display: block;
    line-height: 20px;
    padding: 0 24px;
    font-size: 20px;
    color: #333;
}

.concise table .td1 span {
    width: 200px;
}

table .td2 {
    text-align: left;
    padding-left: 30px;
    color: #333;
    background: #fff4f4;
}

table .td2.red {
    color: #333 !important;
}

table .td2[colspan] { /* background: transparent; */
}

table .td4 {
    text-align: left;
    padding-left: 50px;
    padding-right: 10px;
}

table td img.ml5 {
    vertical-align: -3px;
}

table td .icon {
    width: 27px;
    height: 25px;
    display: block;
    float: left;
    background-position: 0 0;
    margin-left: 65px;
}

table td .icon.ok {
    width: 24px;
    height: 20px;
    background: url(../images/authorization/03-icon.png) no-repeat;
}

table td .icon.error {
    background-position: -54px -265px;
}

table td .row1 {
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}

table td .row2 {
    line-height: 30px;
}

.section-1 {
    height: 300px;
    background: url(../images/function/00-banner.jpg) no-repeat center top;
}

.function .section-1 {
    height: 300px;
    background: url(../images/function/banner-2.jpg) no-repeat center center;
}

.el-tabs .item {
    margin: 60px auto;
    width: 1200px;
}

.el-tabs .item li {
    width: 150px;
    overflow: hidden;
}

.el-tabs .item li:last-child {
    border-right: 1px solid #E6E6E6;
}

.el-tabs .item li .number {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #f62216;
}

.el-tabs .item li .info {
    float: left;
    width: calc(100% - 70px);
    margin-left: 20px;
}

.el-tabs .item li .info .ask {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
}

.el-tabs .item li .info .answer {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 30px;
}

.course_main2 ul {
    font-size: 0;
    text-align: center;
}

.course_main2 .service_tabs {
    margin-bottom: 50px;
}

.course_main2 ul li {
    min-width: 160px;
    height: 54px;
    float: none;
    display: inline-block;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    color: #888888;
    font-size: 16px;
    line-height: 54px;
    cursor: pointer;
    padding: 0 10px;
}

.course_main2 ul li:hover {
    color: #F20D23;
}

.course_main2 ul li.current {
    color: #FFFFFF;
    background: linear-gradient(0deg, #F14A23, #F20D23);
}

.go_fun {
    text-align: center;
    margin-top: 70px;
}

.go_fun a {
    font-size: 18px;
    font-weight: 500;
    color: #f20d23;
    line-height: 40px;
    position: relative;
}

.go_fun a:before {
    content: '';
    position: absolute;
    display: inline-block;
    border-left: 1px solid #f20d23;
    border-bottom: 1px solid #f20d23;
    width: 8px;
    height: 8px;
    right: -10px;
    top: 5px;
    transform: rotate(225deg);
}

@media screen and (max-width: 768px) {
    html {
        background: #f4f5f5;
    }

    table {
        width: 100%;
        display: none;
    }

    table .first-row th:nth-child(1) {
        width: 35%;
    }

    table .first-row th:nth-child(2) {
        width: 15%;
    }

    table td, table th {
        border: 1px solid #dcdcdc;
    }

    table .td2 {
        background: #fff4f4;
    }

    table td .icon.ok {
        width: 2rem;
        height: 2rem;
        background: url(../images/authorization/03-icon.png) no-repeat;
        display: inline-block;
    }

    .el-collapse-item__content {
        padding-bottom: 0;
    }

    .collapse-3 .el-collapse-item__content {
        padding-bottom: 3rem;
    }

    .el-collapse-item__header {
        font-size: 1.6rem;
        text-indent: 1rem;
    }

    .collapse-2 .el-collapse-item__header {
        text-indent: 1.5rem;
        background-color: #fafafa;
        font-size: 1.5rem;
    }

    .collapse-3 .el-collapse-item__header {
        text-indent: 2rem;
        background-color: #f2f2f2;
        font-size: 1.4rem;
    }
}
