@import (reference) "ui.less";

.footer {
    position: relative;
    height: 80px;
    margin-top: 58px;
    background-color: #788f9f;

    &.type2 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    img {
        position: absolute;
        left: 50%;
        bottom: 0;
        display: none;
        margin-left: -960px;
    }

    p {
        position: relative;
        z-index: 1;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 2;

        &:first-child {
            padding-top: 11px;
        }
    }
}

.header {
    position: relative;
    height: 60px;
    background-color: #0784dc;

    >div {
        width: 1200px;
        margin: 0 auto;
    }
}


.logo {
    float: left;
    display: inline-block;
    margin-top: 12px;
}

.index-back {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 16px;

    i {
        display: inline-block;
        vertical-align: middle;
        font-size: 28px;
        margin-right: 7px;
    }

    &:hover {
        color: #fff;
    }
}

.big-logo {
    display: block;
    margin: 65px auto 40px auto;
}

.preface {
    position: relative;
    height: 73px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.502);
    font-size: 18px;
    line-height: 1.9;
    color: #777;
    padding: 20px 35px;
    margin-bottom: 30px;

    &:before {
        content: "";
        position: absolute;
        left: 18px;
        top: -12px;
        display: inline-block;
        width: 31px;
        height: 19px;
        background: url(../images/icon-yinhao1.png) no-repeat center center;
    }

    &::after {
        content: "";
        position: absolute;
        right: 18px;
        bottom: -6px;
        display: inline-block;
        width: 31px;
        height: 19px;
        background: url(../images/icon-yinhao2.png) no-repeat center center;
    }
}

.w717 {
    width: 717px;
    border: 1px solid #dcdfe4;
    background-color: rgba(249, 251, 253, 0.502);
    box-shadow: 0px 5px 10px 0px rgba(225, 231, 238, 0.76);
    height: 408px;
}

.w409 {
    width: 409px;
    border: 1px solid #dcdfe4;
    background-color: rgba(249, 251, 253, 0.502);
    box-shadow: 0px 5px 10px 0px rgba(225, 231, 238, 0.76);
    padding: 27px 0;
    height: 354px;
}

.bg-white {

    background-color: #fff;
}

.index-box {
    position: relative;
    height: 152px;
    padding: 27px 35px;

    &.borer-top-1px {
        border-top: 1px solid #dcdfe4;
        padding: 30px 35px;
    }
}

.index-title {
    font-size: 24px;
    color: #0784dc;
    padding-bottom: 22px;
    line-height: 1;

}

.pl35 {
    padding-left: 35px;
    padding-bottom: 10px !important;
}

.index-title-next {
    font-size: 20px;
    padding-bottom: 13px;
    line-height: 1;
    color: #000;
}

.select-box {
    position: relative;

    &:after {
        content: "";
        display: table;
        clear: both;
    }

    &.type2 {
        .bd {
            width: 940px;

            input {
                width: 750px;
            }
        }

    }

    .bd {
        float: left;
        width: 510px;
        border: 1px solid #e7eaee;
        border-radius: 4px;
        height: 44px;

        &::after {
            content: "";
            display: table;
            clear: both;
        }

        i {
            float: left;
            font-size: 28px;
            color: #e8e8e8;
            margin: 7px 10px 0 15px;
        }

        input {
            float: left;
            display: block;
            width: 330px;
            height: 44px;
            line-height: 44px;
            border: none;
            background: none;
            font-size: 18px;
        }

        a {
            float: right;
            display: inline-block;
            width: 97px;
            height: 44px;
            text-align: center;
            line-height: 44px;
            font-size: 22px;
            color: #fff;
            background-color: #f49f0b;
            border-radius: 4px;
            transition: all 0.3s;

            &:hover {
                background-color: #da900f;
            }
        }
    }
}

.ether-link {
    float: right;
    display: inline-block;
    width: 120px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    border-radius: 4px;
    background-color: #0784dc;
    font-size: 22px;
    transition: all 0.3s;

    &:hover {
        color: #fff;
        background-color: #0b6bae;
    }

    &.orange {
        background-color: #f49f0b;

        &:hover {
            background-color: #da900f;
        }
    }
}

.select-hot {
    position: relative;
    display: block;
    font-size: 13px;
    padding-top: 10px;

    span {
        color: #0784dc;
    }

    a {
        display: inline-block;
        color: #777;
        margin-left: 10px;

        &:hover {
            color: #0784dc;
        }
    }
}

.index-policy {
    position: relative;

    li {
        padding: 6px 0;

        &:before {
            content: "•";
            position: relative;
            font-size: 18px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px;
        }

        position: relative;

        a {
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            color: #777;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 620px;

        }

        &:hover {
            &:before {
                color: #3da7e4;
            }

            a {
                color: #3da7e4;
            }
        }
    }
}

.index-mate {
    position: relative;

    li {
        position: relative;
        overflow: hidden;
        padding: 28px 35px;

        &:first-child {
            border-bottom: 1px solid #dcdfe4;
        }

        img {
            float: left;
            display: block;
            margin-right: 10px;
            animation-duration: 0.8s;
            animation-fill-mode: both;
        }

        &:hover {
            img {
                animation-name: fadeInLeft;
            }

        }

        .word {
            float: left;
            width: 215px;
        }

        .title {
            display: inline-block;
            font-size: 20px;
            white-space: nowrap;
            max-width: 215px;
            color: #000;
            line-height: 1;
            padding: 10px 0 6px 0;

            &:hover {
                color: #3da7e4;
            }
        }

        &:first-child {
            .more {
                color: #0f987e;

                &::after {
                    color: #0f987e;
                }
            }

            .title:hover {
                color: #0f987e;
            }
        }
    }

    p {
        font-size: 14px;
        color: #777;
        height: 41px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .more {
        font-size: 16px;
        color: #3da7e4;



        &:after {
            content: ">";
            display: inline-block;
            margin-left: 5px;
            font-family: SimSun;
            font-weight: bold;
            color: #3da7e4;
        }
    }

}

//关键字
.main-box {
    position: relative;
    border: 1px solid #dcdfe4;
    background-color: rgba(249, 251, 253, 0.502);
    box-shadow: 0px 5px 10px 0px rgba(225, 231, 238, 0.76);
}

.main-box-hd {
    background-color: #fff;
    padding: 35px;

    border-bottom: 1px solid #dcdfe4;
}

.choose {
    position: relative;

}

.choose-hd {
    padding-bottom: 15px;
    overflow: hidden;

    ul {
        float: left;
        margin-left: -15px;

        li {
            position: relative;
            display: inline-block;
            font-size: 22px;
            margin: 0 15px;
            cursor: pointer;

            &.active {
                color: #0784dc;
            }

            &:first-child:after {
                content: "";
                position: absolute;
                right: -15px;
                top: 8px;
                display: inline-block;
                width: 1px;
                height: 20px;
                background-color: #ededed;
            }
        }
    }
}

.choose-bd {
    display: none;

    &.active {
        display: block;
    }
}

.back-1 {
    display: inline-block;
    font-size: 18px;
    color: #a2a8b0;

    i {
        display: inline-block;
        font-size: 20px;
        color: #c8ced7;
        margin-right: 5px;
    }
}

.choose-result {
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #ecf0f5;
    font-size: 18px;
    color: #3f4f5f;
    padding: 0 35px;

    span {
        display: inline-block;
        color: #f49f0b;
        padding: 0 10px;
    }
}

.main-box-bd {
    position: relative;
    padding: 35px;
}

.list-style1 {
    position: relative;
    margin-top: -10px;

    li {
        position: relative;
        float: left;
        width: 490px;
        height: 110px;
        padding: 40px 0;

        &:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 520px;
            height: 1px;
            background-color: #d1d1d1;
        }

        &:after {
            content: "";
            position: absolute;
            right: 0;
            top: 12px;
            bottom: 12px;
            display: block;
            width: 1px;
            background-color: #d1d1d1;
        }

        &:nth-of-type(2n+1) {
            padding-right: 45px;
        }

        &:nth-of-type(2n) {
            padding-left: 45px;

            &:before {
                left: 12px;
            }

            &:after {
                display: none;
            }
        }

        &:first-child {
            &::before {
                display: none;
            }

            padding-top: 20px;
        }

        &:nth-of-type(2) {
            &::before {
                display: none;
            }

            padding-top: 20px;
        }

        &:hover {
            .title {
                color: #01baab;
            }

            .right-btn {
                background-color: #2cbeb2;
                color: #fff;
            }
        }

        .title {
            font-size: 20px;
        }

        p {
            font-size: 16px;
            color: #666;
            padding-top: 10px;
        }

        .link-box {
            position: relative;
            padding-top: 20px;

            a {
                display: inline-block;
                width: 110px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                border: 1px solid #c8c8c8;
                background-color: #f5f5f5;
                border-radius: 3px;
                margin-right: 5px;
                font-size: 16px;
                cursor: pointer;

                transition: all 0.3s;

                &:hover {
                    background-color: #fff;
                }

                i {
                    position: relative;
                    top: -1px;
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 20px;
                    margin-right: 3px;
                }
            }
        }

        .word {
            float: left;
            width: 370px;
        }

        .right-btn {
            float: right;
            display: inline-block;
            width: 102px;
            height: 102px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #2cbeb2;
            color: #2cbeb2;

            transition: all 0.5s;

            i {
                display: inline-block;
                margin-top: 17px;
                font-size: 38px;
                line-height: 1;
            }

            span {
                display: block;
                font-size: 16px;
                line-height: 2;
            }
        }
    }
}

.screen {
    position: relative;
}

.screen-table {
    width: 100%;

    th {
        background-color: #f8f8f8;
        border: 1px solid #e6e6e6;
        padding: 13px 20px;
        width: 70px;
        font-size: 16px;
        font-weight: normal;
    }

    td {
        border: 1px solid #e6e6e6;
        padding: 0px 20px;
    }
}

.screen-list {
    position: relative;

    li {
        float: left;
        font-size: 16px;
        padding: 5px 8px;
        color: #716b6b;
        margin: 10px;
        cursor: pointer;
        border-bottom: 1px solid #fff;

        &.on {
            color: #fff;
            background-color: #00aced;
        }
    }
}

.talent-content {
    position: relative;
    border: 1px solid #dcdfe4;
    background-color: rgba(249, 251, 253, 0.502);
    box-shadow: 0px 5px 10px 0px rgba(225, 231, 238, 0.76);
}

.talent-title {
    position: relative;
    height: 60px;
    line-height: 60px;
    background-color: #0784dc;
    padding: 0 40px;
    color: #fff;
    font-size: 22px;
}

.talent-scrool {
    position: relative;
    margin: 50px 60px;

    .hd {
        position: absolute;
        top: -86px;
        right: -24px;

        ul {
            li {
                display: inline-block;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background-color: #bae7ff;
                overflow: hidden;
                text-indent: 100em;
                cursor: pointer;
                margin-right: 5px;

                &.on {
                    background-color: #fff;
                }
            }
        }
    }

    .bd {
        ul {
            li {
                position: relative;
                overflow: hidden;

                .row {
                    float: left;
                    width: 215px;
                    height: 140px;
                    padding: 40px 60px;
                    text-align: center;
                    border-top: 1px solid #dcdfe4;
                    border-right: 1px solid #dcdfe4;
                    transition: all .5s;

                    .icon {
                        display: inline-block;
                        font-size: 50px;
                        color: #2c7dbe;
                        line-height: 1;
                        animation-duration: .8s;
                        animation-fill-mode: both;
                    }

                    .title {
                        display: block;
                        padding: 10px 0;
                        font-size: 18px;
                    }

                    p {
                        text-align: left;
                        font-size: 14px;
                        color: #666;
                    }

                    &:nth-of-type(3n) {
                        border-right: none;
                    }

                    &:nth-of-type(1) {
                        border-top: none;
                    }

                    &:nth-of-type(2) {
                        border-top: none;
                    }

                    &:nth-of-type(3) {
                        border-top: none;
                    }

                    &:hover {
                        background-color: #f9fafd;
                        box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
                        border-color: #f9fafd;

                        .icon {
                            -webkit-backface-visibility: visible !important;
                            backface-visibility: visible !important;
                            animation-name: flipInY;
                        }
                    }
                }
            }
        }
    }
}

.step {
    position: relative;
    text-align: center;

    .hd {
        font-size: 20px;
        color: #0784dc;
        margin: 30px 0;
    }

    .bd {
        a {
            display: inline-block;
            width: 275px;
            height: 54px;
            border: 1px solid #0784dc;
            text-align: center;
            line-height: 54px;
            font-size: 24px;
            color: #0784dc;
            margin: 0 15px;
            border-radius: 5px;
            transition: all 0.3s;

            .icon {
                display: inline-block;
                font-size: 24px;
            }

            &:hover {
                background-color: #0784dc;
                color: #fff;
            }
        }
    }
}

//精准匹配
.navigation-content {
    position: relative;
    border: 1px solid #dcdfe4;
    background-color: rgba(249, 251, 253, 0.502);
    box-shadow: 0px 5px 10px 0px rgba(225, 231, 238, 0.76);

    .layui-form-radio {
        margin: 0 10px 15px 0;

        div {
            font-size: 18px;
        }

        .layui-icon {
            font-size: 22px;
        }
    }

    .layui-form-radio>i:hover,
    .layui-form-radioed>i {
        color: #06a2e9;
    }

    .layui-input,
    .layui-textarea {

        font-size: 18px;
        margin-bottom: 10px;
    }


    &:after {
        content: "";
        display: table;
        clear: both;
    }

    .left-box {
        float: left;
        width: 430px;
        background-color: #f9fafd;
        border-right: 1px solid #dcdfe4;
        min-height: 375px;

        .title {
            position: relative;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background-color: #0784dc;
            color: #fff;
            font-size: 22px;
            text-shadow: 0.602px 0.799px 0px rgba(0, 0, 0, 0.39);

            &::after {
                content: "";
                position: absolute;
                right: -20px;
                top: 0;
                display: inline-block;
                width: 0;
                height: 0;
                border-top: 30px solid transparent;
                border-left: 20px solid #0784dc;
                border-bottom: 30px solid transparent;
                z-index: 1;
            }
        }

        >.bd {
            position: relative;
            padding: 35px;
        }

        .rows {
            position: relative;
            margin-bottom: 30px;

            .rows-hd {
                font-size: 20px;
            }

            .rows-bd {
                padding: 15px 0 0 30px;

            }
        }
    }

    .right-box {
        float: left;
        width: 717px;
        border-left: 1px solid #dcdfe4;
        margin-left: -1px;
        min-height: 375px;

        .hd {
            height: 60px;
            line-height: 60px;
            overflow: hidden;
            background-color: #2cbeb2;
            padding-left: 90px;
            padding-right: 40px;

            span {
                float: left;
                color: #fff;
                font-size: 22px;
                text-shadow: 0.602px 0.799px 0px rgba(0, 0, 0, 0.39);
            }

            a {
                float: right;
                font-size: 18px;
                color: #fff;

                i {
                    position: relative;
                    top: -1px;
                    display: inline-block;
                    font-size: 22px;
                    vertical-align: middle;
                    margin-right: 5px;
                }
            }
        }

        .bd {
            position: relative;
            padding: 35px;
            background-color: #fff;
        }
    }
}

.my-data {
    position: relative;
    width: calc(~"100% - 40px");

    .icon {
        position: absolute;
        right: 15px;
        top: 7px;
        font-size: 22px;
        color: #a3a3a3;
    }
}

.my-input {
    width: calc(~"100% - 40px");
}

.btn-more-thing {
    display: block;
    font-size: 20px;
    color: #0784dc;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border: 1px solid #06a2e9;
    border-radius: 3px;
}

.right-box-title {
    position: relative;
    font-size: 24px;
    color: #0784dc;
    border-bottom: 1px solid #dbe7ee;
    padding-bottom: 10px;
}

.step-img {
    position: relative;
    text-align: center;

    img {
        display: block;
        margin: 40px auto;
    }

    p {
        font-size: 24px;
        color: #a6a6a6;
    }
}

.list-style2 {
    position: relative;

    li {
        position: relative;
        height: 106px;
        padding: 25px;

        .icon-pipei {
            position: absolute;
            left: 6px;
            top: 24px;
            color: #ea992d;
            font-size: 18px;
        }

        &:nth-of-type(2n) {
            background-color: #f3f4f6;
        }

        &:first-child {
            &::before {
                display: none;
            }

            padding-top: 20px;
        }

        &:nth-of-type(2) {
            &::before {
                display: none;
            }

            padding-top: 20px;
        }

        &:hover {
            .title {
                color: #01baab;
            }

            .right-btn {
                background-color: #2cbeb2;
                color: #fff;
            }
        }

        .title {
            display: inline-block;
            font-size: 20px;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        p {
            font-size: 18px;
            color: #666;
        }

        .link-box {
            position: relative;
            padding-top: 20px;

            a {
                display: inline-block;
                width: 110px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                border: 1px solid #c8c8c8;
                background-color: #f5f5f5;
                border-radius: 3px;
                margin-right: 5px;
                font-size: 16px;
                cursor: pointer;

                transition: all 0.3s;

                &:hover {
                    background-color: #fff;
                }

                i {
                    position: relative;
                    top: -1px;
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 20px;
                    margin-right: 3px;
                }
            }
        }

        .word {
            float: left;
            width: 440px;
        }

        .right-btn {
            float: right;
            display: inline-block;
            width: 102px;
            height: 102px;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #2cbeb2;
            color: #2cbeb2;

            transition: all 0.5s;

            i {
                display: inline-block;
                margin-top: 17px;
                font-size: 38px;
                line-height: 1;
            }

            span {
                display: block;
                font-size: 16px;
                line-height: 2;
            }
        }
    }
}

.right-select-box {
    position: relative;
    text-align: center;
    padding: 40px 0 25px 0;

    a {
        display: inline-block;
        width: 205px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        font-size: 20px;
        color: #fff;
        border-radius: 3px;
        background-color: #0784dc;
        margin: 0 7px;
        transition: all 0.3s;

        &:hover {
            background-color: #1f7abb;
        }
    }
}

.more-list {
    position: relative;
    margin-bottom: 120px;

    li {
        position: relative;
        padding: 15px 10px;
        border-bottom: 1px dashed #6b6b6b;
        transition: all 0.3s;

        &:hover {
            background-color: #f3f4f6;
        }

        i {
            display: inline-block;
            width: 54px;
            height: 48px;
            background-color: #1ab0b3;
            color: #fff;
            line-height: 48px;
            text-align: center;
            margin-right: 10px;
            font-size: 30px;
            border-radius: 3px;
        }

        a {
            display: inline-block;
            font-size: 20px;
            max-width: 520px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #0b0b0b;

            &:hover {
                color: #01baab;
            }
        }
    }
}

// 弹出框
.tabs-three {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 622px;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.popups {
    display: none;
    position: fixed;
    left: 100px;
    top: 100px;
    width: 466px;
    padding-bottom: 20px;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);

    .popups-title {
        font-size: 18px;
        color: rgb(71, 71, 71);
        line-height: 42px;
        text-align: left;
        background-color: #eff4f9;
        padding: 0 15px;
        border-bottom: 1px #93c2e8 solid;
    }

    .popups-hint {
        font-size: 14px;
        color: #f36c10;
        line-height: 1.25;
        margin: 0 20px;
    }

    .popups-btn {
        display: block;
        border-radius: 3px;
        background-color: rgb(7, 132, 220);
        width: 111px;
        height: 32px;
        line-height: 32px;
        color: #ffffff;
        text-align: center;
        margin: 20px auto auto;
        cursor: pointer;
    }

    table {
        border-collapse: collapse;
        width: calc(100% - 20px);
        // border-bottom: 1px #dedede solid;
        margin: 20px;

        td {
            // border-top: 1px #dedede solid;
            padding: 5px;
            vertical-align: middle;

            &:first-child {
                //  border-right: 1px #dedede solid;
            }

            i {
                vertical-align: middle;
                display: inline-block;
                width: 18px;
                height: 18px;
                line-height: 18px;
                background-color: #7f7f7f;
                color: #ffffff;
                text-align: center;
                margin-right: 5px;
                font-size: 14px;
            }

            .box {
                padding: 1px 0;
            }
        }

        span {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            padding: 0 5px;
            height: 18px;
            line-height: 18px;
            border-radius: 4px;
            margin-right: 5px;
            font-size: 12px;
        }

        span.am {
            background-color: rgb(89, 143, 193);
            color: #ffffff;

        }

        span.pm {
            background-color: #7793ae;
            color: #ffffff;
        }

        tr:first-child {
            td {
                //  border-top: 1px #000000 solid;
            }
        }
    }
}

.icon-bendishenghuo {
    margin-left: 3px;
    margin-top: -1.5px;
}

.accurate-box {}

.accurate-content {
    position: relative;
    padding-top: 138px;
    overflow: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.accurate-intro {
    background-color: #fff;
}

.intro-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 138px;
    padding: 0 150px 0 30px;
    z-index: 100;
    background: url("../images/titlebg1.jpg") no-repeat;
    border-radius: 6px 6px 0 0;
    overflow: hidden;

    .title {
        display: block;
        padding-top: 23px;
        font-size: 20px;
        color: #fff;
        overflow: hidden;
        max-height: 57px;
    }
}

.title-intar {
    line-height: 42px;
    margin-left: -100px;
    vertical-align: middle;
}

.accurate-scroll {
    position: relative;
    overflow: hidden;
    padding: 0 30px;
    /*height: 530px;*/
    border: #d0e2eb solid 1px;
    background-color: #fff;
}

.intro-content {
    margin-top: 15px;
}

.s-title {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    line-height: 36px;

    &::after {
        content: "";
        display: table;
        clear: both;
    }
}

.s-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 18px;
    background-color: #1bc3e1;
}

.intro-write {
    margin-top: 10px;
}

.accurate-table {
    width: 100%;
}

.accurate-table td {
    border-bottom: #dedede solid 1px;
    padding: 15px 40px;
    font-size: 20px;
}

.accurate-table td:first-child {
    border-right: #dedede solid 1px;
    font-size: 18px;
    color: #727272;
    width: 120px;
}

.table-name .icon {
    display: inline-block;
    background-color: #7f7f7f;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
}

.time-list span {
    position: relative;
    top: -1px;
    width: 62px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #598fc1;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    vertical-align: middle;
    margin: 7px 18px 7px 0;
}

.time-list.pm span {
    background-color: #7793ae;
}

.accurate-link {
    font-size: 0;
    padding: 15px 0 10px;
}

.accurate-link a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #2cbeb2;
    border-radius: 4px;
    width: 87px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 18px;
    cursor: pointer;
}

.accurate-link a:first-child {
    margin-left: 0;
}

.accurate-link a:hover {
    background-color: #07b8dc;
}

.accurate-link a.active {
    background-color: #999;
}

.accurate-type {
    margin-top: 15px;
    overflow: hidden;
}

.accurate-share {
    float: right;
    width: 164px;
}

.share-content {
    margin-top: 14px;
    background: url("../images/code-bg.png") no-repeat;
    width: 135px;
    height: 135px;
    padding: 2px 0 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.share-content img {
    width: 126px;
    height: 126px;
}

.code-tips {
    font-size: 18px;
    margin-top: 5px;
}

.matter {
    float: left;
    width: 346px;
}

.matter-list {
    border-top: #d0e2eb solid 1px;
    margin-top: 10px;
    max-height: 237px;
    overflow: auto;
    padding: 15px 0;
}

.matter-list ul li {
    padding: 7px 0;
    overflow: hidden;
}

.matter-list p {
    font-size: 16px;
    line-height: 1.6;
}

.matter-list p strong {
    line-height: 2;
}

.matter-icon {
    float: left;
    width: 54px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #1ab0b3;
    border-radius: 3px;
    margin-right: 15px;
}

.matter-icon .icon {
    font-size: 28px;
    color: #fff;
}

.matter-name {
    height: 48px;
    overflow: hidden;
    float: left;
    width: 270px;
}

.matter-name a {
    font-size: 16px;
    line-height: 24px;
    display: table;
    height: 100%;
}

.matter-name a:hover {
    color: #0784dc;
}

.matter-name a span {
    display: table-cell;
    vertical-align: middle;
}

.none-img {
    display: block;
    margin: 0 auto;
}

.accurate-btn {
    text-align: center;
    margin: 50px 0;
}

.theme-btn {
    display: inline-block;
    width: 190px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border: #0371be solid 1px;
    border-radius: 2px;
    color: #fff;
    font-size: 24px;
    background-color: #0784dc;
    cursor: pointer;
}

.theme-btn:hover {
    background-color: #0371be;
}


.live-box {
    .check {
        input:checked+i {
            background-color: #0f8137;
            border-color: #00af50;
        }
    }
}

.business-tree {
    .check {
        input:checked+i {
            background-color: #ed7d31;
            border-color: #ed9b00;
        }
    }
}

//   下拉框
.handle {
    border: #d0e2eb solid 1px;
    background-color: #fff;
}

.handle-title {
    height: 49px;
    border-bottom: #d0e2eb solid 1px;
    position: relative;

    &:after {
        content: '';
        clear: both;
        display: table;
    }

    span {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        color: #333;
        line-height: 48px;

        &.handle-icon {
            background-color: #2d7ccf;
            color: #fff;
            width: 48px;
            height: 48px;
            text-align: center;
            margin-right: 15px;

            .icon {
                font-size: 20px;
            }
        }
    }
}

.handle-select {
    position: relative;
    float: right;

    &:after {
        content: '';
        clear: both;
        display: table;
    }

    .handle-option {
        border: #d0e2eb solid 1px;
        height: 34px;

        .handle-select-name {
            float: left;
            width: 195px;
            height: 34px;
            line-height: 34px;
            padding: 0 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 16px;
        }

        .down-icon {
            float: right;
            width: 34px;
            height: 34px;
            text-align: center;
            line-height: 34px;
            cursor: pointer;

            .icon {
                display: inline-block;
                transition: all 0.5s ease 0s;
                color: #666666;
                font-size: 18px;
            }
        }

        &.active {
            .down-icon {
                .icon {
                    transform: rotate(-180deg);
                    -webkit-transform: rotate(-180deg);
                }
            }
        }
    }
}

.handle-down {
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    box-shadow: 0 1px 5px #b5b7b8;
    width: 100%;
    display: none;
    z-index: 10;
    max-height: 234px;
    overflow-y: auto;

    ul {
        list-style: none;
        padding: 5px 0;
        margin: 0;

        li {
            padding: 8px 15px;
            font-size: 16px;
            color: #333;
            line-height: 20px;
            cursor: pointer;
            margin-top: 1px;

            &:first-child {
                margin-top: 0;
            }

            &:hover {
                background-color: #e7f6fe;
                color: #0784dc;
            }

            &.active {
                background-color: #e7f6fe;
                color: #0784dc;
            }
        }
    }
}

.handle-tab {
    margin-top: 20px;
}

.handle-con {
    padding: 24px 20px;
    background: url("../images/shadow.jpg") no-repeat left top;
}

.handle-list {
    display: none;

    &:first-child {
        display: block;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            overflow: hidden;
            margin-top: 15px;

            &:first-child {
                margin-top: 0;
            }

            .handle-name {
                float: left;
                width: 100px;
                font-size: 16px;
                color: #727272;
                margin-right: 5px;

                .icon {
                    display: inline-block;
                    background-color: #7f7f7f;
                    color: #fff;
                    width: 22px;
                    height: 22px;
                    text-align: center;
                    line-height: 22px;
                    margin-right: 8px;
                }
            }

            .handle-write {
                float: left;
                width: 215px;
                font-size: 16px;

                .time-list {
                    span {
                        margin-right: 10px;
                    }

                    &:first-child {
                        margin-bottom: 10px;
                    }
                }
            }
        }
    }
}

.handle-btn {
    text-align: center;

    a {
        display: inline-block;
        width: 120px;
        height: 36px;
        background-color: #0784dc;
        color: #fff;
        text-align: center;
        line-height: 36px;
        border-radius: 4px;
        font-size: 17px;
        margin: 0 10px;
        cursor: pointer;

        &:hover {
            background-color: #0579cb;
        }
    }
}

.close-box {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 101;
    cursor: pointer;

    i {
        color: #fff;
        font-size: 28px;
    }
}

.box-showd {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    display: none;
}

.path-content {
    .path-hd {
        height: 180px;
        text-align: center;


        ul {
            li {
                position: relative;
                display: inline-block;
                width: 180px;
                height: 180px;
                margin: 0 15px;

                cursor: pointer;

                &::before {
                    content: '';
                    position: absolute;
                    left: -30px;
                    top: 50%;
                    display: inline-block;
                    width: 22px;
                    height: 16px;
                    margin-top: -8px;
                    background: url(../images/arrowbg.png) no-repeat center center;
                }

                &:first-child {
                    &::before {
                        display: none;

                    }
                }

                &.type1 {

                    background: url(../images/01-1.png) no-repeat center center;
                }

                &.type2 {
                    background: url(../images/02-1.png) no-repeat center center;
                }

                &.type3 {
                    background: url(../images/03-1.png) no-repeat center center;

                }

                &.active {
                    &::before {
                        left: -39px;
                    }

                    &.type1 {
                        background: url(../images/01-2.png) no-repeat center center;
                    }

                    &.type2 {
                        background: url(../images/02-2.png) no-repeat center center;
                    }

                    &.type3 {
                        background: url(../images/03-2.png) no-repeat center center;
                    }

                }

            }
        }
    }

    .path-bd {
        position: relative;

        .first-img {
            position: absolute;
            right: -15px;
            top: 48px;
            display: none;
        }

        .second-img {
            position: absolute;
            top: 243px;
            left: -15px;
            display: none;
        }

        .three-img {
            position: absolute;
            right: -15px;
            top: 438px;
            display: none;
        }

        &.three-more {
            .first-img {
                display: block;
            }
        }

        &.six-more {
            .first-img {
                display: block;
            }

            .second-img {
                display: block;
            }
        }

        &.nine-more {
            .first-img {
                display: block;
            }

            .second-img {
                display: block;
            }

            .three-img {
                display: block;
            }
        }
    }
}

.path-list {
    position: relative;
    margin-top: 30px;
    padding: 0 46px;
    z-index: 1;

    li {
        position: relative;
        float: left;
        width: 185px;
        height: 195px;

        >a {
            position: relative;
            z-index: 1;
            display: block;
            margin: 0 10px;
            text-align: center;
            animation-duration: .5s;
            animation-fill-mode: both;
            animation-name: fadeInLeft;
        }

        &:nth-of-type(2) {
            >a {
                animation-delay: .15s;
            }
        }

        &:nth-of-type(3) {
            >a {
                animation-delay: .3s;
            }
        }

        &:nth-of-type(4) {
            >a {
                animation-name: fadeInRight;
                animation-delay: .45s;
            }
        }

        &:nth-of-type(5) {
            >a {
                animation-name: fadeInRight;
                animation-delay: .6s;
            }
        }

        &:nth-of-type(6) {
            >a {
                animation-name: fadeInRight;
                animation-delay: .75s;
            }
        }

        &:nth-of-type(7) {
            >a {
                animation-delay: .9s;
            }
        }

        &:nth-of-type(8) {
            >a {
                animation-delay: 1.05s;
            }
        }

        &:nth-of-type(9) {
            >a {
                animation-delay: 1.2s;
            }
        }

        &:nth-of-type(10) {
            >a {
                animation-name: fadeInRight;
                animation-delay: 1.35s;
            }
        }

        &:nth-of-type(11) {
            >a {
                animation-name: fadeInRight;
                animation-delay: 1.5s;
            }
        }

        &:nth-of-type(12) {
            >a {
                animation-name: fadeInRight;
                animation-delay: 1.65s;
            }
        }

        &:nth-of-type(4),
        &:nth-of-type(5),
        &:nth-of-type(6),
        &:nth-of-type(10),
        &:nth-of-type(11),
        &:nth-of-type(12) {
            float: right;
        }

        &:nth-of-type(4),
        &:nth-of-type(5),
        &:nth-of-type(10),
        &:nth-of-type(11) {
            .arrow {
                right: auto;
                left: 0;
                background: url(../images/jiantou2.png) no-repeat center center;
            }
        }

        &:nth-of-type(3n),
        &:last-child {
            .arrow {
                display: none;
            }
        }

    }

    .tit {
        font-size: 18px;
    }

    .nmb {
        position: relative;
        z-index: 1;
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        border-radius: 50%;
        background-color: #27ad46;
        border: 7px #a9deb5 solid;
        margin: 10px 0;
    }

    p {
        text-align: left;
        color: #858585;
    }

    .line {
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        display: block;
        height: 3px;
        background-color: #c4e3f8;
    }

    .arrow {
        position: absolute;
        right: 0;
        top: 45px;
        display: inline-block;
        width: 6px;
        height: 10px;
        background: url(../images/jiantou1.png) no-repeat center center;
    }
}

.policy-details {
    position: relative;
    min-height: 600px;
    background-color: #fff;
    border: 1px solid #d1d1d1;

    .title {
        height: 100px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        background: url(../images/titlebg2.jpg) no-repeat center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 150px 10px 35px;
        overflow: hidden;
        line-height: 42px;

        div {
            display: table;
            height: 100%;
        }

        span {
            display: table-cell;
            vertical-align: middle;
        }
    }

    .back {
        position: absolute;
        right: 34px;
        top: 38px;
        color: #fff;
        font-size: 16px;
    }

    .hd {
        position: absolute;
        left: 0;
        top: 1px;
        bottom: 0;
        width: 157px;
        border-right: 1px solid #d1d1d1;

        .row {
            display: block;
            width: 157px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            color: #969799;
            background-color: #f9fafd;
            border-bottom: 1px solid #d1d1d1;
            border-right: 1px solid #d1d1d1;
            border-top: 1px solid #d1d1d1;
            margin-top: -1px;
            cursor: pointer;

            &.active {
                background-color: #0785dd;
                border-color: #0785dd;
                color: #fff;

                i {
                    color: #fff;
                }
            }

            i {
                position: relative;
                top: -1px;
                display: inline-block;
                vertical-align: middle;
                font-size: 20px;
                margin-right: 10px;
            }
        }
    }

    .bd {
        float: left;
        width: 830px;
        padding: 30px 0;
        margin-left: 200px;

        .tit {
            font-size: 22px;
            color: #0784dc;
            padding-bottom: 20px;

            &:before {
                content: "";
                display: inline-block;
                width: 14px;
                height: 14px;
                position: relative;
                top: -1px;
                background-color: #0784dc;
                margin-right: 10px;
            }
        }

        p {
            font-size: 16px;
            color: #5d5d5d;
            line-height: 2;
            padding: 0 10px;
        }
    }
}

.policy-details-tabs {
    position: relative;

    &:after {
        content: "";
        display: table;
        clear: both;
    }
}

.label-text {
    position: relative;
    border: 1px solid #0784dc;
    background-color: rgba(15, 155, 228, 0.051);
    border-radius: 4px;
    margin-right: 5px;

    .lable {
        position: absolute;
        left: 845px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid #0f9be4;
        border-radius: 3px;
        min-width: 60px;
        text-align: center;
        font-size: 16px;

        &::before {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -9px;
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-right: 9px solid #0f9be4;
            border-bottom: 5px solid transparent;
        }
    }
}

/*index-new*/
.index-main {
    position: relative;

    >img {
        width: 100%;
    }

    .content {
        position: absolute;
        left: 50%;
        top: 0;
        width: 1200px;
        height: 100%;
        margin-left: -600px;

        >img {
            display: block;
            margin: 8% auto 0 auto;
        }

        .row {
            position: absolute;
            z-index: 1;
            bottom: -76px;
            width: 591px;
            height: 240px;
            overflow: hidden;
            background-color: rgba(255, 255, 255, 0.8);
            box-shadow: 0px 17px 38px 0px rgba(30, 67, 114, 0.23);

            &:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                display: block;
                height: 6px;
                background-color: #f49f0b;
            }

            .bd {
                position: relative;
                padding: 36px 30px 0 30px;
                overflow: hidden;

                >img {
                    float: left;
                    display: block;
                }

                .word {
                    float: left;
                    margin-left: 20px;
                    width: 360px;
                    padding-top: 12px;

                    a {
                        display: inline-block;
                    }

                    p {
                        font-size: 18px;
                        color: #333;
                        padding-top: 22px;
                    }
                }
            }

            .fd {
                position: absolute;
                left: 0;
                bottom: 6px;
                height: 70px;
                padding-left: 177px;

                a {
                    line-height: 70px;
                    display: inline-block;

                    span {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 20px;
                        color: #f49f0b;
                    }

                    i {
                        position: relative;
                        top: -2px;
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 36px;
                        margin-left: 20px;
                    }
                }
            }

            .nmb {
                position: absolute;
                right: 40px;
                bottom: 9px;
                font-size: 54px;
                font-weight: lighter;
                color: #fef3e1;
            }

            // 动画
            .cool {
                display: none;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 1;
                background-color: #fff;

                .cool-bubble {
                    display: inline-block;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    line-height: 32px;
                    border-radius: 50%;
                    border: 8px solid #000;
                    background-clip: padding-box;

                    .icon {
                        color: #fff;
                    }
                }

                // 第一个
                .cool1-img1 {
                    position: absolute;
                    bottom: 12px;
                    left: 78px;
                }

                .cool1-img2 {
                    position: absolute;
                    top: 24px;
                    left: 197px;
                    z-index: 1;
                }

                &.type1 {
                }

                .cool1-bubble1 {
                    position: absolute;
                    left: 38px;
                    top: 17px;
                    text-align: center;

                    .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .cool-bubble {
                        background-color: #3587ee;
                        border: 8px solid rgba(40, 141, 255, 0.2);
                        animation: qiqiu2 3s ease-in-out infinite;
                        animation-direction: alternate;
                    }
                }

                .cool1-bubble2 {
                    position: absolute;
                    left: 124px;
                    top: 60px;
                    text-align: center;

                    .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .cool-bubble {
                        background-color: #bc84eb;
                        border: 8px solid rgba(156, 40, 255, 0.2);
                        animation: qiqiu1 2.5s ease-in-out infinite;
                        animation-direction: alternate;
                    }

                }

                .cool1-bubble3 {
                    position: absolute;
                    left: 25px;
                    bottom: 60px;
                    text-align: center;

                    .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .cool-bubble {
                        background-color: #ec8080;
                        border: 8px solid rgba(246, 38, 38, 0.2);

                        animation: qiqiu3 2s ease-in-out infinite;
                        animation-direction: alternate;
                    }
                }

                .cool1-bubble4 {
                    position: absolute;
                    right: 127px;
                    top: 63px;
                    text-align: center;

                    .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .cool-bubble {
                        background-color: #f89e61;
                        border: 8px solid rgba(255, 102, 0, 0.2);

                        animation: qiqiu2 2s ease-in-out infinite;
                        animation-direction: alternate;
                    }
                }

                .cool1-bubble5 {
                    position: absolute;
                    right: 41px;
                    top: 21px;
                    text-align: center;

                    .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .cool-bubble {
                        background-color: #8bd770;
                        border: 8px solid rgba(72, 213, 23, 0.2);
                        animation: qiqiu1 2.5s ease-in-out infinite;
                        animation-direction: alternate;
                    }
                }

                .cool1-bubble6 {
                    position: absolute;
                    right: 40px;
                    bottom: 60px;
                    text-align: center;

                    .text {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        padding-top: 5px;
                    }

                    .cool-bubble {
                        background-color: #71d0d6;
                        border: 8px solid rgba(60, 191, 199, 0.2);
                        animation: qiqiu3 3s ease-in-out infinite;
                        animation-direction: alternate;
                    }

                }

                @keyframes qiqiu1 {
                    from {
                        -webkit-transform: translate3d(0, 3px, 0);
                        transform: translate3d(0, 3px, 0)
                    }

                    to {
                        -webkit-transform: translate3d(0, -3px, 0);
                        transform: translate3d(0, -3px, 0)
                    }
                }

                @keyframes qiqiu2 {
                    from {
                        -webkit-transform: translate3d(0, 4px, 0);
                        transform: translate3d(0, 4px, 0)
                    }

                    to {
                        -webkit-transform: translate3d(0, -4px, 0);
                        transform: translate3d(0, -4px, 0)
                    }
                }

                @keyframes qiqiu3 {
                    from {
                        -webkit-transform: translate3d(0, 5px, 0);
                        transform: translate3d(0, 5px, 0)
                    }

                    to {
                        -webkit-transform: translate3d(0, -5px, 0);
                        transform: translate3d(0, -5px, 0)
                    }
                }

                .radar {
                    position: absolute;
                    left: 187px;
                    top: 44px;
                    width: 220px;
                    height: 220px;
                    border-radius: 50%;
                    transform: rotateX(77deg);
                    background: url(../images/images/banyuan2.png) no-repeat;
                    box-shadow: 0 5px 1px 0 rgba(147, 172, 255, 0.58);
                    background-size: cover;
                }

                .radar:before {
                    content: '';
                    display: block;
                    width: 15px;
                    height: 15px;
                    position: relative;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    border-radius: 50%;
                    background-color: #92b4df;
                }

                .radar:after {
                    content: ' ';
                    display: block;
                    background: url(../images/images/banyuan.png) no-repeat center center;
                    background-size: 100% auto;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    animation: radar-beam 5s infinite;
                    animation-timing-function: linear;
                    transform-origin: center;
                }

                @keyframes radar-beam {
                    0% {
                        transform: rotate(0deg);
                    }

                    100% {
                        transform: rotate(360deg);
                    }
                }

                //第二个
                &.type2 {
                    background: url(../images/images/cool-bg2.png) no-repeat;
                    background-size: cover;
                }

                .cool2-img1 {
                    position: absolute;
                    left: 22px;
                    top: 27px;
                    animation: cool2img 30s linear infinite;
                    z-index: 1;
                }

                @keyframes cool2img {
                    from {
                        transform: rotate(0deg);
                    }

                    to {
                        transform: rotate(-360deg);
                    }
                }

                .loader {
                    width: 221px;
                    height: 221px;
                    font-size: 10px;
                    position: absolute;
                    left: 23px;
                    top: 10px;
                }

                .loader .face {
                    position: absolute;
                    border-radius: 50%;
                    border-style: solid;
                    animation: animate 5s linear infinite;
                    z-index: 1;
                }

                .loader .face:nth-child(1) {
                    width: 100%;
                    height: 100%;
                    color: #12a2ee;
                    border-color: currentColor transparent transparent currentColor;
                    border-width: 0.2em 0.2em 0em 0em;
                    --deg: -45deg;
                    animation-direction: normal;
                }

                .loader .face:nth-child(2) {
                    width: 100%;
                    height: 100%;
                    color: #02bce2;
                    border-color: currentColor currentColor transparent transparent;
                    border-width: 0.2em 0em 0em 0.2em;
                    --deg: -135deg;
                    animation-direction: reverse;
                }

                .loader .face .circle {
                    position: absolute;
                    width: 50%;
                    height: 0.1em;
                    top: 50%;
                    left: 50%;
                    background-color: transparent;
                    transform: rotate(var(--deg));
                    transform-origin: left;
                }

                .loader .face .circle::before {
                    position: absolute;
                    top: -0.5em;
                    right: -0.5em;
                    content: '';
                    width: 1em;
                    height: 1em;
                    background-color: currentColor;
                    border-radius: 50%;
                    box-shadow: 0 0 2em,
                        0 0 4em,
                        0 0 6em,
                        0 0 8em,
                        0 0 10em,
                        0 0 0 0.5em rgba(255, 255, 0, 0.1);
                }

                @keyframes animate {
                    to {
                        transform: rotate(1turn);
                    }
                }

                .cool2-img2 {
                    position: absolute;
                    left: 24px;
                    top: 11px;
                    z-index: 1;
                }

                .cool2-box1 {
                    position: absolute;
                    left: 226px;
                    top: 22px;
                    height: 48px;

                    >img {
                        float: left;
                        display: block;
                        margin-top: 24px;
                    }

                    .cool-bubble {
                        float: left;
                        background-color: #3587ee;
                        border: 8px solid rgba(40, 141, 255, 0.2);
                        animation: around 3s ease-in-out infinite;
                    }

                    .text {
                        display: inline-block;
                        font-size: 16px;
                        color: #666;
                        letter-spacing: 2px;
                        line-height: 48px;
                        padding-left: 10px;
                    }

                    &:after {
                        content: "";
                        display: table;
                        clear: both;
                    }

                }

                .cool2-box2 {
                    position: absolute;
                    left: 244px;
                    top: 99px;
                    height: 48px;

                    >img {
                        float: left;
                        display: block;
                        margin-top: 24px;
                    }

                    .cool-bubble {
                        float: left;
                        background-color: #ffb23a;
                        border: 8px solid rgba(255, 186, 21, 0.2);
                        animation: around 2s ease-in-out infinite;
                    }

                    .text {
                        display: inline-block;
                        font-size: 16px;
                        color: #666;
                        letter-spacing: 2px;
                        line-height: 48px;
                        padding-left: 10px;
                    }

                    &:after {
                        content: "";
                        display: table;
                        clear: both;
                    }
                }

                .cool2-box3 {
                    position: absolute;
                    left: 223px;
                    top: 178px;
                    height: 48px;

                    >img {
                        float: left;
                        display: block;
                        margin-top: 3px;
                    }

                    .cool-bubble {
                        float: left;
                        background-color: #5bdddb;
                        border: 8px solid rgba(42, 212, 210, 0.2);
                        animation: around 4s ease-in-out infinite;
                    }

                    .text {
                        display: inline-block;
                        font-size: 16px;
                        color: #666;
                        letter-spacing: 2px;
                        line-height: 48px;
                        padding-left: 10px;
                    }

                    &:after {
                        content: "";
                        display: table;
                        clear: both;
                    }
                }

                @keyframes around {
                    0% {
                        opacity: 0.4;
                        transform: scale(0.8)
                    }

                    50% {
                        opacity: 0.6;
                        transform: scale(1)
                    }

                    100% {
                        opacity: 0.4;
                        transform: scale(0.8)
                    }
                }

                .cool2-img3 {
                    position: absolute;
                    left: 416px;
                    top: 108px;
                    z-index: 1;
                    animation: rightan 1.5s ease-in-out infinite;
                }

                @keyframes rightan {

                    from {
                        transform: translate3d(-5px, 0, 0);
                        opacity: .5;
                    }

                    to {
                        transform: translate3d(5px, 0, 0);
                        opacity: 1;
                    }
                }

                .right-text {
                    position: absolute;
                    right: 36px;
                    top: 36px;
                    display: block;
                    width: 68px;
                    height: 160px;
                    border-radius: 8px;
                    border: 1px solid #54a0fb;
                    padding: 20px 7px;
                    font-size: 22px;
                    color: #3587ee;
                    box-sizing: border-box;
                    background-color: rgba(165, 219, 255, 0.302);
                }

                .letter {
                    animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
                    display: inline-block;
                    transform: translate3d(0, 0, 0);
                    margin-top: 0.2em;
                }

                .letter:nth-child(1) {
                    animation-delay: 0s;
                }

                .letter:nth-child(2) {
                    animation-delay: 0.0833333333s;
                }

                .letter:nth-child(3) {
                    animation-delay: 0.1666666667s;
                }

                .letter:nth-child(4) {
                    animation-delay: 0.25s;
                }

                .letter:nth-child(5) {
                    animation-delay: 0.3333333333s;
                }

                .letter:nth-child(6) {
                    animation-delay: 0.4166666667s;
                }


                @keyframes bounce {
                    0% {
                        transform: translate3d(0, 0, 0);
                        text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
                    }

                    100% {
                        transform: translate3d(0, -1em, 0);
                        text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
                    }
                }

                .cool2-xian1 {
                    position: absolute;
                    left: 22px;
                    top: 57px;
                    animation: toup 7s linear infinite;
                }

                .cool2-xian2 {
                    position: absolute;
                    left: 48px;
                    bottom: 43px;
                    animation: toup 6.5s linear infinite;
                }

                .cool2-xian3 {
                    position: absolute;
                    left: 130px;
                    top: 0px;
                    animation: toup 5s linear infinite;
                }

                .cool2-xian4 {
                    position: absolute;
                    left: 120px;
                    bottom: 90px;
                    animation: todown 6s linear infinite;
                }

                .cool2-xian5 {
                    position: absolute;
                    left: 217px;
                    bottom: 26px;
                    animation: todown 5s linear infinite;
                }

                .cool2-xian6 {
                    position: absolute;
                    right: 110px;
                    bottom: 40px;
                    animation: todown 7s linear infinite;
                }

                .cool2-xian7 {
                    position: absolute;
                    right: 28px;
                    top: 23px;
                    animation: toup 8s linear infinite;
                }

                .cool2-xian8 {
                    position: absolute;
                    right: 13px;
                    top: 137px;
                    animation: toup 9s linear infinite;
                }

                .cool2-xian9 {
                    position: absolute;
                    left: 100px;
                    top: 137px;
                    animation: toup 7s linear infinite;
                }

                .cool2-xian10 {
                    position: absolute;
                    left: 150px;
                    top: 137px;
                    animation: toup 5s linear infinite;
                }

                .cool2-xian11 {
                    position: absolute;
                    right: 191px;
                    top: 137px;
                    animation: toup 8s linear infinite;
                }

                .cool2-xian12 {
                    position: absolute;
                    right: 25px;
                    top: 137px;
                    animation: toup 10s linear infinite;
                    transform-origin: top;
                }

                @keyframes toup {
                    from {
                        transform: translate3d(0, 200px, 0);
                    }

                    to {
                        transform: translate3d(0, -200px, 0);
                    }
                }

                @keyframes todown {
                    from {
                        transform: translate3d(0, -200px, 0);
                    }

                    to {
                        transform: translate3d(0, 200px, 0);
                    }
                }
            }
        }

        .row:first-child {
            left: 0;
        }

        .row:last-child {
            right: 0;

            &:after {
                background-color: #2fd296;
            }

            .fd {
                a {
                    span {
                        color: #25c188;
                    }
                }
            }

            .nmb {
                color: #e6f9f2;
            }
        }
    }
}

.footer-img {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 280px;
    background: url(../images/start-bg.png) no-repeat center center;
}

.index-new-select {
    position: relative;
    display: block;
    width: 800px;
    margin: 140px auto 0 auto;
    overflow: hidden;

    >img {
        float: left;
    }

    .bd {
        float: left;
        width: 550px;
        height: 46px;
        line-height: 46px;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #d5deec;

        i {
            float: left;
            display: inline-block;
            color: #eaeaea;
            font-size: 26px;
            margin: 0 9px 0 13px;
        }

        input {
            float: left;
            width: 390px;
            height: 46px;
            font-size: 22px;
            color: #333;
            border: none;
            background: none;
        }

        a {
            float: right;
            display: inline-block;
            width: 77px;
            height: 46px;
            text-align: center;
            line-height: 46px;
            color: #fff;
            font-size: 18px;
            background-color: #f49f0b;
            border-radius: 5px;
        }
    }

    .btn {
        float: left;
        display: inline-block;
        width: 100px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        background-color: #6498bc;
        color: #fff;
        font-size: 18px;
        border-radius: 5px;
        margin-top: 1px;
        margin-left: 8px;
    }
}

/*index-new*/
.layui-layer-loading {
    margin-left: 170px !important;
}

/*弹出框调整*/
.map-a {
    float: right;
    margin-left: 15px;
    cursor: pointer;
}

.accurate-info {
    background-color: #f5fbfe;
    padding: 10px 20px;
    border: #d0e2eb solid 1px;
}

.yellow {
    color: #ff6c00;
    margin-right: 5px;
}

.accurate-top {
    font-size: 16px;
    color: #333333;

    ul {
        li {
            margin: 8px 0;
            overflow: hidden;
        }
    }

    .accurate-top-write {
        float: left;
        width: 430px;

        span {
            margin-right: 30px;

            &:last-child {
                margin-right: 0;
            }
        }

        .yellow {
            color: #ff6c00;
        }
    }

    .accurate-top-name {
        margin-right: 15px;
        float: left;
        width: 70px;
    }
}

.share-title {
    line-height: 36px;
    width: 135px;
    text-align: center;
}


/*弹出框调整*/
// 回到顶部
.back-to-top {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 80px;
    text-align: center;
}

.back-to-top i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: #0784dc;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.accordion {
    position: relative;
}

.accordion-title {
    position: relative;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin: 20px 0;

    >i {
        position: relative;
        z-index: 1;
        float: left;
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        color: #fff;
        background-color: #ccc;
        animation-duration: .8s;
        animation-fill-mode: both;
    }

    &:hover {
        >i {
            animation-name: flipInY;
        }
    }

    .accordion-lable {
        position: relative;
        z-index: 1;
        float: left;
        display: inline-block;
        background-color: #fff;
        font-size: 20px;
        padding-left: 10px;
    }

    .accordion-nmb {
        position: relative;
        z-index: 1;
        float: left;
        font-size: 20px;
        display: inline-block;
        background-color: #fff;
    }

    em {
        position: relative;
        z-index: 1;
        float: right;
        font-size: 24px;
        color: #dbe0e5;
        transition: all .3s;
    }

    &:before {
        content: "";
        position: absolute;
        left: 55px;
        right: 30px;
        top: 17px;
        display: block;
        height: 1px;
        background-color: #dbe1e7;
    }

    &.type1 {
        >i {
            background-color: #095cc2;
        }

        .accordion-nmb {
            color: #095cc2;
        }

        &.on {
            em {
                color: #095cc2;
                transform: matrix(-1.000000, 0.000000, -0.000000, -1.000000, 0, 0);
            }
        }
    }

    &.type2 {
        >i {
            background-color: #00a3e6;
        }

        .accordion-nmb {
            color: #00a3e6;
        }

        &.on {
            em {
                color: #00a3e6;
                transform: matrix(-1.000000, 0.000000, -0.000000, -1.000000, 0, 0);
            }
        }
    }

    &.type3 {
        >i {
            background-color: #00b9dc;
        }

        .accordion-nmb {
            color: #00b9dc;
        }

        &.on {
            em {
                color: #00b9dc;
                transform: matrix(-1.000000, 0.000000, -0.000000, -1.000000, 0, 0);
            }
        }
    }

    &.type4 {
        >i {
            background-color: #1cbf97;
        }

        .accordion-nmb {
            color: #1cbf97;
        }

        &.on {
            em {
                color: #1cbf97;
                transform: matrix(-1.000000, 0.000000, -0.000000, -1.000000, 0, 0);
            }
        }
    }

    &.type5 {
        >i {
            background-color: #747df4;
        }

        .accordion-nmb {
            color: #747df4;
        }

        &.on {
            em {
                color: #747df4;
                transform: matrix(-1.000000, 0.000000, -0.000000, -1.000000, 0, 0);
            }
        }
    }

    &.type6 {
        >i {
            background-color: #ef9f40;
        }

        .accordion-nmb {
            color: #ef9f40;
        }

        &.on {
            em {
                color: #ef9f40;
                transform: matrix(-1.000000, 0.000000, -0.000000, -1.000000, 0, 0);
            }
        }
    }

    &.type7 {
        >i {
            background-color: #f6666d;
        }

        .accordion-nmb {
            color: #f6666d;
        }

        &.on {
            em {
                color: #f6666d;
                transform: matrix(-1.000000, 0.000000, -0.000000, -1.000000, 0, 0);
            }
        }
    }

}

.animated-idnex {
    animation-duration: .5s;
    animation-fill-mode: both;
}

.animated-idnex1 {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated-idnex2 {
    animation-duration: 1.3s;
    animation-fill-mode: both;
}

.animated-idnex3 {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

//transform: rotateX(52deg);