.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}


.ch-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 50px;
    color: #656565
}

    .ch-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

    .ch-container:hover input ~ .checkmark {
        background-color: #656565
    }

    .ch-container input:checked ~ .checkmark {
        background-color: #fff
    }

        .ch-container input:checked ~ .checkmark:after {
            display: block
        }

    .ch-container .checkmark:after {
        left: 4px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #656565;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #656565;
    border-radius: 3px
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.cr-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 10px;
    color: #656565
}

    .cr-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

    .cr-container:hover input ~ .cr-checkmark {
        background-color: #656565
    }

    .cr-container input:checked ~ .cr-checkmark {
        background-color: #fff
    }

        .cr-container input:checked ~ .cr-checkmark:after {
            display: block
        }

    .cr-container .cr-checkmark:after {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: "";
        background-color: #656565
    }

.cr-checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #656565;
    border-radius: 50%
}

    .cr-checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

    .popup .body-popup {
        border-radius: 4px;
        width: 95%;
        max-width: 815px;
        height: 80vh;
        overflow: scroll;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto
    }

    .popup .dim {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .3;
        position: absolute;
        top: 0;
        left: 0
    }

    .popup .set-btn {
        color: #fff;
        font-size: 14px;
        width: 91px;
        height: 31px;
        display: block;
        border-radius: 4px;
        text-align: center;
        line-height: 31px;
        cursor: pointer
    }

    .popup.p1 .p1 {
        display: block
    }

    .popup.p2 .p2 {
        display: block
    }

    .popup.p3 .p3 {
        display: block
    }

    .popup.p4 .p4 {
        display: block
    }

    .popup.p4 table {
        border: none
    }

        .popup.p4 table th.invi {
            background-color: #fff;
            border-bottom: 0 !important
        }

        .popup.p4 table th:last-child {
            border-right: 1px solid #1a6ad8;
            border-top-right-radius: 4px
        }

        .popup.p4 table td.invi {
            border-top: 0;
            border-right: 0;
            border-bottom: 0 !important
        }

        .popup.p4 table td:last-child {
            border-right: 1px solid #1a6ad8
        }

        .popup.p4 table tr td:nth-child(2) {
            border-left: 1px solid #1a6ad8
        }

        .popup.p4 table tr:first-child th:nth-child(2) {
            border-top-left-radius: 4px
        }

        .popup.p4 table tr:last-child td:nth-child(2) {
            border-bottom-left-radius: 4px
        }

        .popup.p4 table tr:last-child td {
            border-bottom: 1px solid #1a6ad8
        }

            .popup.p4 table tr:last-child td:last-child {
                border-bottom-right-radius: 4px
            }

    .popup .p-content {
        display: none;
        position: relative;
        padding: 20px
    }

    .popup .topic {
        margin-bottom: 10px;
        font-size: 16px;
        color: #656565
    }

    .popup .ct-tab .wrap-ctt-header {
        position: relative;
        display: block;
        overflow: hidden;
        margin-left: -2%;
        margin-right: -2%
    }

    .popup .ct-tab .ctt-header {
        display: inline-block;
        width: 16%;
        margin-left: 2%;
        margin-right: 2%;
        cursor: pointer;
        margin-bottom: 20px
    }

        .popup .ct-tab .ctt-header:after {
            background-color: #1a6ad8;
            display: block;
            width: 0;
            height: 2px;
            content: "";
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .popup .ct-tab .ctt-header.active:after {
            width: 80%
        }

    .popup .ct-tab .bt-item {
        display: none
    }

        .popup .ct-tab .bt-item.active {
            display: block
        }

    .popup .head-pc {
        font-size: 25px;
        color: #000
    }

        .popup .head-pc:after {
            margin-top: 8px;
            content: "";
            display: block;
            width: 98%;
            height: 1px;
            background-color: #F0F0F1;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px
        }

    .popup .more-bottom {
        margin-bottom: 30px !important
    }

    .popup table {
        border: 1px solid #1a6ad8;
        border-radius: 4px;
        border-collapse: initial;
        border-spacing: 0
    }

        .popup table .cc-icon {
            text-align: center;
            vertical-align: middle
        }

        .popup table .icon {
            font-size: 26px;
            cursor: pointer
        }

        .popup table .invi .ch-container {
            vertical-align: top;
            margin-right: 0;
            padding-left: 18px
        }

        .popup table th {
            font-size: 14px;
            background-color: #1a6ad8;
            color: #fff;
            text-align: center;
            border-right: 1px solid #fff
        }

            .popup table th:last-child {
                border-right: initial
            }

        .popup table td {
            vertical-align: top;
            text-align: left;
            font-size: 16px;
            background-color: #fff;
            color: #656565;
            border-right: 1px solid #1a6ad8
        }

            .popup table td:last-child {
                border-right: initial
            }

    .popup .pc-form {
        margin-bottom: 50px
    }

        .popup .pc-form .contain-input {
            font-size: 18px;
            color: #000;
            overflow: hidden;
            margin-bottom: 35px
        }

            .popup .pc-form .contain-input.cover {
                border: 1px solid #1a6ad8;
                border-radius: 4px;
                padding: 28px
            }

                .popup .pc-form .contain-input.cover .label {
                    width: 34%
                }

                .popup .pc-form .contain-input.cover .ci-input {
                    width: 66%;
                    overflow: hidden
                }

            .popup .pc-form .contain-input input, .popup .pc-form .contain-input textarea {
                width: 100%;
                border-radius: 4px;
                border: 1px solid #1A6AD8;
                padding: 0 10px
            }

            .popup .pc-form .contain-input input {
                height: 29px
            }

            .popup .pc-form .contain-input textarea {
                height: 78px;
                resize: none
            }

            .popup .pc-form .contain-input .label, .popup .pc-form .contain-input .ci-input {
                display: block;
                float: left
            }

            .popup .pc-form .contain-input .label {
                width: 30%
            }

            .popup .pc-form .contain-input .ci-input {
                width: 70%;
                overflow: hidden
            }

        .popup .pc-form .ci-button {
            font-size: 12px;
            color: #fff;
            display: inline-block;
            background-color: #1a6ad8;
            padding: 5px 10px;
            border-radius: 4px;
            cursor: pointer
        }

            .popup .pc-form .ci-button.abs {
                position: absolute;
                right: 2%
            }

            .popup .pc-form .ci-button .icon {
                width: 14px;
                height: 14px;
                margin-right: 5px;
                display: inline-block;
                background-image: url(../images/icon/new_template.svg);
                background-repeat: no-repeat;
                vertical-align: middle
            }

            .popup .pc-form .ci-button .sign, .popup .pc-form .ci-button .txt {
                vertical-align: middle;
                display: inline-block
            }

            .popup .pc-form .ci-button .sign {
                margin-right: 5px
            }

        .popup .pc-form .ci-in-part {
            width: 100%;
            display: inline-block;
            overflow: hidden;
            vertical-align: top;
            margin-bottom: 15px
        }

            .popup .pc-form .ci-in-part.ci-1-3, .popup .pc-form .ci-in-part.ci-2-3 {
                margin-bottom: 0
            }

            .popup .pc-form .ci-in-part.ci-part-3 .wrap-p-3 {
                margin-left: -1.16%;
                margin-right: -1.16%;
                overflow: hidden
            }

            .popup .pc-form .ci-in-part.ci-part-3 .part-3 {
                width: 31%;
                margin-right: 1.16%;
                margin-left: 1.16%;
                float: left
            }

            .popup .pc-form .ci-in-part.ci-1-3 {
                width: 31%;
                margin-right: 7%
            }

            .popup .pc-form .ci-in-part.ci-2-3 {
                width: 60%
            }

            .popup .pc-form .ci-in-part .half {
                margin-left: .5%;
                margin-right: .5%;
                width: 49%;
                float: left
            }

        .popup .pc-form .ci-select {
            position: relative;
            display: inline-block;
            width: 100%;
            max-width: 180px
        }

            .popup .pc-form .ci-select select {
                border: 1px solid #1A6AD8;
                border-radius: 4px;
                width: 100%;
                max-width: initial;
                color: #656565;
                font-size: 16px;
                height: 29px;
                position: relative;
                padding: 0;
                z-index: 2;
                background-color: transparent;
                -webkit-appearance: none;
                -moz-appearance: none;
                text-indent: 1px;
                text-overflow: '';
                cursor: pointer
            }

            .popup .pc-form .ci-select .sign-sss {
                width: 28px;
                height: 28px;
                background-color: #1a6ad8;
                cursor: pointer;
                display: inline-block;
                position: absolute;
                margin-top: auto;
                margin-bottom: auto;
                top: 0;
                bottom: 0;
                right: 0;
                z-index: 1;
                text-align: center;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px
            }

                .popup .pc-form .ci-select .sign-sss .icon {
                    position: relative;
                    font-size: 14px;
                    line-height: 28px;
                    color: #fff
                }

    .popup .submit-area {
        overflow: hidden;
        display: block
    }

    .popup .btn-close {
        float: left;
        background-color: #656565
    }

    .popup .btn-submit {
        float: right;
        background-color: #1a6ad8
    }

a {
    color: #1a6ad8
}

    a:hover, a:focus, a:active {
        color: #1a6ad8;
        text-decoration: initial
    }

.detail .ic {
    padding: 30px 22px;
    position: relative
}

.edit-sign {
    position: absolute;
    top: 30px;
    right: 20px;
    display: inline-block;
    border-radius: 4px;
    background-color: #1A6AD8;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)
}

    .edit-sign .icon {
        font-size: 14px;
        display: block;
        margin-bottom: 2px;
        margin-left: 2px;
        color: #e6e6e6
    }

    .edit-sign .line {
        display: block;
        width: 19px;
        height: 3px;
        background-color: rgba(0,0,0,.36)
    }

.contain-topic, .contain-ic {
    display: block;
    margin-bottom: 20px
}

    .contain-topic:last-child, .contain-ic:last-child {
        margin-bottom: 0
    }

.line-border {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #E0E0E0;
    margin-bottom: 30px
}

.a-topic {
    font-size: 14px;
    color: #717171
}

.b-topic {
    font-size: 24px;
    color: #1a6ad8;
    padding-right: 40px
}

.ic-desc {
    font-size: 14px;
    color: #1a6ad8;
    margin-bottom: 11px
}

    .ic-desc .hhh {
        color: #000;
        margin-right: 1px;
        margin-bottom: 4px
    }

    .ic-desc .hhh, .ic-desc .txt {
        display: inline-block;
        vertical-align: middle
    }

    .ic-desc.top {
        margin-bottom: 21px
    }

        .ic-desc.top .hhh, .ic-desc.top .txt {
            vertical-align: top
        }

.ic-warning {
    background-color: #FFE3E3;
    font-size: 14px;
    color: #FD0F0F;
    border-radius: 4px;
    padding: 17px 10px 18px
}

    .ic-warning .txt, .ic-warning .icon {
        display: inline-block;
        vertical-align: middle
    }

    .ic-warning .icon {
        font-size: 20px;
        margin-right: 8px;
        margin-bottom: 8px
    }

.wrap-input-search {
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    overflow: hidden;
    display: block
}

    .wrap-input-search .input-search {
        padding-left: 45px;
        padding-right: 15px;
        width: 100%;
        border-radius: 4px;
        height: 34px;
        margin-right: 20px;
        border: 2px solid #1a6ad8
    }

    .wrap-input-search .sign {
        display: inline-block;
        font-size: 18px;
        color: #1a6ad8;
        cursor: pointer;
        position: absolute;
        left: 8px;
        top: 2px;
        bottom: 0;
        margin-left: 10px;
        margin-top: auto;
        margin-bottom: auto
    }

.att-block {
    position: relative;
    display: inline-block;
    width: 196px;
    height: 41px;
    padding: 6px 8px;
    border: 1px solid #1a6ad8;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px
}

    .att-block:before {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 0 8px;
        border-color: #fff #fff #fff #1a6ad8
    }

    .att-block .att-sign {
        width: 13px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px
    }

    .att-block .att-text {
        color: #000;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 14px;
        width: calc(100% - 23px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

.block-body-tab {
    font-size: 12px;
    color: #333
}

    .block-body-tab .bbt-item {
        cursor: pointer;
        padding: 5px 18px;
        display: inline-block;
        border-right: 1px solid #DDD
    }

        .block-body-tab .bbt-item:last-child {
            border-right: initial
        }

.page-header {
    padding-top: 20px;
    position: relative;
    z-index: 2
}

    .page-header .h-icon {
        margin-right: 11px
    }

    .page-header .menu, .page-header .tab-content {
        margin-left: -10px;
        margin-right: -10px
    }

        .page-header .menu .menu-item, .page-header .tab-content .menu-item, .page-header .menu .tab-content-item, .page-header .tab-content .tab-content-item {
            cursor: pointer;
            display: block;
            font-size: 18px;
            float: left;
            margin-left: 25px;
            margin-right: 25px;
            position: relative;
            padding-bottom: 10px;
            color: #000;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

            .page-header .menu .menu-item:before, .page-header .tab-content .menu-item:before, .page-header .menu .tab-content-item:before, .page-header .tab-content .tab-content-item:before {
                content: "";
                width: 0;
                height: 2px;
                background-color: #1a6ad8;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin-right: auto;
                margin-left: auto;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

            .page-header .menu .menu-item:hover, .page-header .tab-content .menu-item:hover, .page-header .menu .tab-content-item:hover, .page-header .tab-content .tab-content-item:hover {
                color: #1a6ad8
            }

            .page-header .menu .menu-item.active, .page-header .tab-content .menu-item.active, .page-header .menu .tab-content-item.active, .page-header .tab-content .tab-content-item.active {
                color: #1a6ad8
            }

                .page-header .menu .menu-item.active:before, .page-header .tab-content .menu-item.active:before, .page-header .menu .tab-content-item.active:before, .page-header .tab-content .tab-content-item.active:before {
                    width: 96%
                }

                .page-header .menu .menu-item.active .h-icon.icon-off, .page-header .tab-content .menu-item.active .h-icon.icon-off, .page-header .menu .tab-content-item.active .h-icon.icon-off, .page-header .tab-content .tab-content-item.active .h-icon.icon-off {
                    display: none
                }

                .page-header .menu .menu-item.active .h-icon.icon-active, .page-header .tab-content .menu-item.active .h-icon.icon-active, .page-header .menu .tab-content-item.active .h-icon.icon-active, .page-header .tab-content .tab-content-item.active .h-icon.icon-active {
                    display: inline-block
                }

            .page-header .menu .menu-item .h-icon, .page-header .tab-content .menu-item .h-icon, .page-header .menu .tab-content-item .h-icon, .page-header .tab-content .tab-content-item .h-icon {
                display: none
            }

                .page-header .menu .menu-item .h-icon.icon-off, .page-header .tab-content .menu-item .h-icon.icon-off, .page-header .menu .tab-content-item .h-icon.icon-off, .page-header .tab-content .tab-content-item .h-icon.icon-off {
                    display: inline-block
                }

        .page-header .menu .wrap-tab-content-item-list, .page-header .tab-content .wrap-tab-content-item-list {
            display: inline-block;
            position: relative
        }

            .page-header .menu .wrap-tab-content-item-list:hover .tab-content-item-list, .page-header .tab-content .wrap-tab-content-item-list:hover .tab-content-item-list {
                opacity: 1;
                visibility: visible
            }

            .page-header .menu .wrap-tab-content-item-list:hover .icon-active, .page-header .tab-content .wrap-tab-content-item-list:hover .icon-active {
                display: inline-block
            }

            .page-header .menu .wrap-tab-content-item-list:hover .icon-off, .page-header .tab-content .wrap-tab-content-item-list:hover .icon-off {
                display: none
            }

            .page-header .menu .wrap-tab-content-item-list:hover .tab-content-item, .page-header .tab-content .wrap-tab-content-item-list:hover .tab-content-item {
                color: #1a6ad8
            }

            .page-header .menu .wrap-tab-content-item-list .tab-content-item, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item {
                float: none
            }

                .page-header .menu .wrap-tab-content-item-list .tab-content-item:after, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item:after {
                    margin-left: 6px;
                    display: inline-block;
                    content: "";
                    width: 0;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-top: 6px solid #1a6ad8;
                    vertical-align: middle
                }

            .page-header .menu .wrap-tab-content-item-list .tab-content-item-list, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item-list {
                opacity: 0;
                visibility: hidden;
                border-radius: 4px;
                width: 250px;
                position: absolute;
                bottom: -128px;
                box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12);
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out
            }

                .page-header .menu .wrap-tab-content-item-list .tab-content-item-list .tcil-item, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item-list .tcil-item {
                    font-size: 13px;
                    padding: 6px 10px;
                    display: block;
                    background-color: #fff;
                    color: #717171;
                    position: relative;
                    -webkit-transition: all .3s ease-in-out;
                    -moz-transition: all .3s ease-in-out;
                    -ms-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out
                }

                    .page-header .menu .wrap-tab-content-item-list .tab-content-item-list .tcil-item:hover, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item-list .tcil-item:hover {
                        color: #fff;
                        background-color: #1a6ad8
                    }

                        .page-header .menu .wrap-tab-content-item-list .tab-content-item-list .tcil-item:hover:first-child:before, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item-list .tcil-item:hover:first-child:before {
                            border-bottom-color: #1a6ad8
                        }

                    .page-header .menu .wrap-tab-content-item-list .tab-content-item-list .tcil-item:first-child:before, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item-list .tcil-item:first-child:before {
                        content: "";
                        width: 0;
                        height: 0;
                        border-radius: 4px;
                        border-left: 12px solid transparent;
                        border-right: 12px solid transparent;
                        border-bottom: 12px solid #fff;
                        position: absolute;
                        top: -10px;
                        right: 3px;
                        -webkit-transition: all .3s ease-in-out;
                        -moz-transition: all .3s ease-in-out;
                        -ms-transition: all .3s ease-in-out;
                        -o-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out
                    }

.card-tab {
    display: none
}

    .card-tab.active {
        display: block
    }

.container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.page-content {
    padding: 0
}

.card {
    padding: 13px 25px
}

    .card.no-border {
        border: none
    }

    .card.no-bg {
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .card.no-pm {
        padding: 0;
        margin: 0
    }

.title-ic {
    font-size: 33px;
    position: relative;
    margin-bottom: 21px
}

    .title-ic .back-home {
        text-align: center;
        margin-right: 23px;
        vertical-align: middle;
        display: inline-block;
        font-size: 12px;
        width: 20px;
        height: 30px;
        line-height: 30px
    }

    .title-ic.detail {
        font-size: 25px;
        color: #1a6ad8
    }

    .title-ic:last-child {
        margin-bottom: 0
    }

    .title-ic .tt-ic {
        color: #1a6ad8;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto
    }

    .title-ic.nl {
        margin-bottom: 0
    }

        .title-ic.nl .tt-ic {
            color: #000
        }

.ic {
    margin-bottom: 13px;
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 16px 22px
}

.wrap-row-ic.active .wri-body {
    display: block
}

.wrap-row-ic .wri-header {
    display: block;
    cursor: pointer;
    position: relative
}

.wrap-row-ic .att-list {
    display: block;
    overflow: hidden
}

.wrap-row-ic .hic-item {
    display: inline-block;
    vertical-align: top
}

.wrap-row-ic .ic-name {
    font-size: 15px;
    padding-right: 30px;
    width: 20%
}

    .wrap-row-ic .ic-name .ic-sign {
        text-align: center;
        line-height: 30px;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #1a6ad8;
        color: #fff;
        margin-right: 10px;
        display: inline-block
    }

    .wrap-row-ic .ic-name .ttt {
        width: calc(100% - 40px);
        font-size: 18px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000
    }

.wrap-row-ic .ic-desc {
    width: 30%
}

.tt-h tt-h1 {
    font-size: 14px;
    overflow: hidden;
    position: relative;
    line-height: 1.6em;
    max-height: 4.8em;
    text-align: left;
    margin-right: 1em;
    padding-right: 0.5em;
    min-height: 67px;
}

    .wrap-row-ic .ic-desc .tt1, .wrap-row-ic .ic-desc .tt2, .wrap-row-ic .ic-desc .att-list {
        display: block
    }

    .wrap-row-ic .ic-desc .tt1 {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px
    }

    .wrap-row-ic .ic-desc .tt2 {
        font-size: 14px;
        color: #717171;
        margin-bottom: 10px
    }

.wrap-row-ic .ic-vol {
    width: 20%;
    color: #677680;
    font-size: 13px;
    text-align: right
}

.wrap-row-ic .wri-body {
    padding-top: 25px;
    padding-left: 115px;
    font-size: 16px;
    color: #717171;
    display: none
}

    .wrap-row-ic .wri-body .bb {
        color: #333
    }

    .wrap-row-ic .wri-body .wrib-txt {
        margin-bottom: 8px
    }

@media (max-width:767px) {
    .popup table td, .popup table th {
        padding: 10px
    }

    .popup .ct-tab .wrap-ctt-header {
        margin-left: -1.16%;
        margin-right: -1.16%
    }

    .popup .ct-tab .ctt-header {
        width: 31%;
        margin-left: 1.16%;
        margin-right: 1.16%;
        float: left
    }

    .popup .pc-form .ci-button.abs {
        position: relative;
        right: initial;
        margin-bottom: 20px
    }

    .popup .pc-form .contain-input.cover {
        padding: 10px
    }

    .popup .pc-form .contain-input .label {
        width: 100%;
        margin-bottom: 10px
    }

    .popup .pc-form .contain-input .ci-input {
        width: 100%
    }

    .popup .pc-form .contain-input .ci-in-part {
        width: 100% !important;
        margin-bottom: 10px !important;
        margin-right: 0 !important
    }

        .popup .pc-form .contain-input .ci-in-part .half {
            width: 100%
        }

    .page-header .menu .menu-item, .page-header .tab-content .menu-item, .page-header .menu .tab-content-item, .page-header .tab-content .tab-content-item {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
        float: left;
        margin-bottom: 10px
    }

    .page-header .menu .wrap-tab-content-item-list, .page-header .tab-content .wrap-tab-content-item-list {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%
    }

        .page-header .menu .wrap-tab-content-item-list .tab-content-item, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item {
            width: 100%;
            margin-left: initial;
            margin-right: initial
        }

        .page-header .menu .wrap-tab-content-item-list .tab-content-item-list, .page-header .tab-content .wrap-tab-content-item-list .tab-content-item-list {
            left: 0;
            text-align: left
        }

    .block-body-tab .bbt-item {
        padding: 5px 10px
    }

    .wrap-row-ic .hic-item {
        width: 100%;
        margin-bottom: 10px
    }

    .wrap-row-ic .ic-vol {
        text-align: left
    }
}
