﻿.pages{
    overflow:hidden;
}

#divVue1{
    height:100%;
}

.c_co {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.tit {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cc_title {
    position: relative;
    z-index: 0;
    margin-top: 2.5rem;
}

    .cc_title::before {
        content: "";
        position: absolute;
        top: 7px;
        left: 0;
        width: 100%;
        height: 50%;
        background: url(/Images/layout/testament_bg2.png) no-repeat top center/100% 3.2vw;
        z-index: -1;
    }

    .cc_title::after {
        content: "";
        position: absolute;
        bottom: 7px;
        left: 0;
        width: 100%;
        height: 50%;
        background: url(/Images/layout/testament_bg.png) no-repeat top center/100% 3.2vw;
        z-index: -1;
        transform: rotate(180deg);
    }

    .cc_title .txtBox {
        text-align: center;
        background: #fff;
        margin-top: 3.8vw;
        padding-top: 3.5rem;
        box-sizing: border-box;
    }

        .cc_title .txtBox .m_tit {
            font-size: 2rem;
            line-height: 1.55;
            font-weight: bold;
            margin-bottom: 2rem;
        }

        .cc_title .txtBox .m_txt {
            font-size: 1.4rem;
            line-height: 1.55;
            font-weight: 300;
        }

    .cc_title .circle_chart {
        width: 100%;
        padding: 3rem 0 2.5rem;
        box-sizing: border-box;
        height: 230px;
        background: #fff;
    }

        .cc_title .circle_chart .chart {
            position: relative;
            /*background: #f2f3f5;*/
            width: 175px;
            height: 175px;
            margin: 0 auto;
            border-radius: 50%;
        }

            .cc_title .circle_chart .chart::before {
                content: "";
                width: 160px;
                height: 160px;
                background: #fff;
                border-radius: 50%;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                box-shadow: 1px 1px 3px rgba(0, 2, 0, 20%);
                z-index: 1;
            }

            .cc_title .circle_chart .chart .bar_ready,
            .cc_title .circle_chart .chart .bar {
                width: 175px;
                height: 175px;
                border-radius: 50%;
                text-align: center;
                background: conic-gradient( rgb(104, 100, 255) var(--angle), #f2f3f5 0 360deg );
            }



            @property --angle {
                syntax: "<angle>"; 
                initial-value: 0deg;
                inherits: false;
            }

            .cc_title .circle_chart .chart .bar_ready img,
            .cc_title .circle_chart .chart .bar img {
                position: absolute;
                width: 175px;
                height: 175px;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                z-index: 1;
            }
            .cc_title .circle_chart .chart .first {
                text-align: center;
                position: absolute;
                top: 20%;
                left: 50%;
                transform: translateX(-50%);
                z-index: 1;
            }

            .cc_title .circle_chart .chart .second {
                text-align: center;
                position: absolute;
                top: 22%;
                left: 50%;
                transform: translateX(-50%);
                z-index: 1;
            }

            .cc_title .circle_chart .chart .second .percent {
                font-size: 1.9rem;
                font-weight: bold;
                color: #5d7cf9;
                margin-bottom: 1.6rem;
                z-index: 1;
            }

            .cc_title .circle_chart .chart a {
                width: 25px;
                height: 25px;
                position: absolute;
                bottom: 35px;
                left: 50%;
                transform: translateX(-50%);
                z-index: 1;
            }

    .cc_title .order {
        background: #fff;
        padding: 0 2.7rem 0 2.5rem;
    }

        .cc_title .order ul li {
            padding: 6px 0
        }

            .cc_title .order ul li:nth-child(2n) {
                padding: 0 0 0 1.13rem;
            }

                .cc_title .order ul li:nth-child(2n) span {
                    width: 2px;
                    height: 2px;
                    margin-bottom: 0.3rem;
                    background: #cad2dd;
                    border-radius: 50%;
                    display: block;
                }

            .cc_title .order ul li >p {
                float: left;
                font-size: 1.4rem;
                font-weight: 500;
                line-height: 22px;
            }

                .cc_title .order ul li p.num {
                    font-weight: bold;
                    color: #5d7cf9;
                    border-radius: 50%;
                    border: 2px solid #5d7cf9;
                    width: 20px;
                    text-align: center;
                    line-height: 20px;
                    font-size: 1.15rem;
                }
                .cc_title .order ul li p .calc {
                    width: 24px;
                    height:24px;
                }
                    .cc_title .order ul li p.o_tit {
                        padding-left: 0.9rem;
                    }

                .cc_title .order ul li .o_txt {
                    float: right;
                    color: #828282;
                }

    .cc_title .tip {
        padding: 3.1rem 2.5rem 3.7rem;
        background: #fff;
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-bottom: 3.8vw;
    }

        .cc_title .tip img {
            width: 55px;
            height: 25px;
            margin-top: 0.2rem;
        }

        .cc_title .tip .t_txt {
            font-size: 1.3rem;
            color: #828282;
            line-height: 1.5;
            padding-left: 1.4rem;
            box-sizing: border-box;
        }


.cc_box {
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
}
    .cc_box .arrow {
        width: 7px;
        height: 14px;
        position: absolute;
        right: 1.6rem;
        bottom: 1.6rem;
    }

    .cc_box > div {
        width: 47.5%;
        border-radius: 10px;
        position: relative;
        background: #fff;
    }

        .cc_box > div .imgBox {
            height: 85px;
            background: #4260d0;
            position: relative;
        }

            .cc_box > div .imgBox img {
                width: 115px;
                position: absolute;
                top: 57%;
                left: 56%;
                transform: translate(-50%,-50%);
                height: auto;
            }

        .cc_box > div .txtBox {
            padding: 1.6rem;
        }

.arrow {
    width: 7px;
    height: 14px;
    float: right;
    padding-left: 8px;
}

    .arrow img {
        width: 100%;
        height: 100%;
    }


.cc_reference {
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin-top: 3.7rem;
    padding: 1.6rem;
    z-index: 1;
    height: 85px;
    box-sizing: border-box;
}

    .cc_reference .imgBox {
        position: absolute;
        bottom: 0px;
        right: 0;
        max-width: 133px;
        z-index: 2;
        width:41%;
    }

        .cc_reference .imgBox img {
            width: 100%;
        }

.cc_tax {
    margin-top: 50px;
}

    .cc_tax .m_tit {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 2.5rem;
    }

    .cc_tax .taxBox {
        padding: 1.6rem;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 7rem;
        position: relative;
    }

        .cc_tax .taxBox .amount {
            font-size: 1.9rem;
            color: #5d7cf9;
            font-weight: bold;
            float: left;
        }

        .cc_tax .taxBox .shape {
            width: 72px;
            height: 30px;
            border-radius: 5px;
            background: #5d7cf9;
            text-align: center;
            color: #fff;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 30px;
            margin-bottom: 1.6rem;
        }

        .cc_tax .taxBox .ic {
            position: absolute;
            top: 18px;
            right: 18px;
            width: 80px;
        }

/* ---------------
    tax-expert
  --------------- */
.t_result{

}
    .t_result .c_wrap .topBox img.back {
        width: 13px;
        height: 18.5px;
        padding: 0 10px 10px 0;
        cursor: pointer;
    }
    .t_result .c_wrap .c_top {
        box-sizing: border-box;
        padding-top: 2.5rem;
        text-align: center;
    }
        .t_result .c_wrap .c_top p {
            letter-spacing: -0.2px;
            color: #a3b1ff;
        }
        .t_result .c_wrap .tbox_form {
            background: #fff;
            box-sizing: border-box;
            padding: 2.3rem 2.5rem;
            position: relative;
            margin-bottom: 7rem;
        }
            .t_result .c_wrap .tbox_form .no_will {
                text-align: center;
                padding: 17% 0 20%;
            }
            .t_result .c_wrap .tbox_form .no_will img {
                width: 24px;
                height: auto;
                margin-bottom:15px;
            }
            .t_result .c_wrap .tbox_form .no_will p {
                text-align: center;
                line-height: 1.55;
            }
            .t_result .c_wrap .tbox_form:before {
                content: '';
                position: absolute;
                height: 3rem;
                width: 100%;
                background: url(/Images/layout/testament_bg.png) no-repeat top center/100% 3.2vw;
                top: -6px;
                left: 0;
            }
        .t_result .c_wrap .tbox_form:after {
            content: '';
            position: absolute;
            height: 3rem;
            width: 100%;
            background: url(/Images/layout/testament_bg.png) no-repeat top center/100% 3.2vw;
            transform: rotate(180deg);
            bottom: -6px;
            left: 0;
        }
        .t_result .c_wrap .tbox_form .list_classify {
            padding: 10px 0;
            box-sizing: border-box;
            border-top: 1px solid #e1e4e9;
            border-bottom: 1px solid #e1e4e9;
        }
            .t_result .c_wrap .tbox_form .list_classify.n_bt {
                border-top:none;
            }
            .t_result .c_wrap .tbox_form .list_classify.n_bb {
                border-bottom:none;
            }
            .t_result .c_wrap .tbox_form .list_classify li {
                display: flex;
                justify-content: space-between;
                margin-bottom: 3px;
            }
                .t_result .c_wrap .tbox_form .list_classify li.li_ex{
                    display:block;
                }
                    .t_result .c_wrap .tbox_form .list_classify li.li_ex .q_box {
                        text-align: left;
                        background: #e6e9f2;
                        padding: 9px 18% 9px 10px;
                        margin: 6px 0;
                    }
                        .t_result .c_wrap .tbox_form .list_classify li.li_ex .q_box div {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            margin: 0;
                        }
            .t_result .c_wrap .q_box {
                background: #e6e9f2;
                height: auto;
                display: none !important;
                padding: 8px 10px;
            }
                .t_result .c_wrap .q_box.on {
                    display: block !important;
                }
                            .t_result .c_wrap .tbox_form .list_classify div:first-child {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                margin-top: 1px;
                            }
                .t_result .c_wrap .tbox_form .list_classify div:first-child img {
                    width: 1rem;
                    height: 1rem;
                    margin-right: 1rem;
                }
    .t_result .q_ic {
        width: 20px !important;
        height: auto !important;
        margin-left: 10px;
    }
                    .t_result .c_wrap .tbox_form .list_classify div:last-child {
                        text-align: right;
                        margin: 0
                    }
    .t_result .c_wrap .table_form{
        border-radius:10px;
        padding: 9px 14px;
        box-sizing:border-box;
        background:#fff;
    }
    .t_result .c_wrap .table_form table{
        border-collapse:collapse;
    }
        .t_result .c_wrap .table_form table tr th {
            text-align: right;
            border-bottom: 1px solid;
            padding: 0.5rem 0rem 0.7rem;
        }
            .t_result .c_wrap .table_form table tr th:first-child {
                text-align: left;
                padding: 0.5rem 0.5rem 0.7rem 35px;
            }
            .t_result .c_wrap .table_form table tr th:last-child {
                padding-right: 5px;
            }
            .t_result .c_wrap .table_form table tr td:first-child {
                width: 44%;
                text-align: left;
            }
        .t_result .c_wrap .table_form table tr td {
            padding: 8px 0px;
            text-align: right;
            letter-spacing: -0.7px;
        }
            .t_result .c_wrap .table_form table tr td:last-child{
                padding-right:5px;
            }
            .t_result .c_wrap .table_form table tr td i {
                width: 35px;
                height: 22px;
                display: inline-block;
            }
                .t_result .c_wrap .table_form table tr td i img {
                    display: block;
                    margin: 0 auto;
                    height: 100%;
                    width: auto;
                }
    .t_result .c_wrap .dotList li{
        position:relative;
        padding-left:12px;
        box-sizing:border-box;
        margin-bottom:15px;
    }
        .t_result .c_wrap .dotList li .calc_btn {
            border-radius: 5px;
            width: fit-content;
            padding: 4px 25px 4px 10px;
            background: #5d7cf9 url(/Images/icon/i_arrow_right_w.png) no-repeat top 9px right 9px / 7px;
            display:block;
        }

            .t_result .c_wrap .dotList li:before {
                content: "";
                position: absolute;
                top: 9px;
                left: 1px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #313131;
            }
    .t_result .c_wrap .bottom_i{
        padding:0 10%;
        box-sizing:border-box;
    }
    .t_result .c_wrap .bottom_i img {
        width: 100%;
        height: auto;
    }
.t_result .m_btn {
    display: block;
    height: 50px;
    border-radius: 6px;
    background: #5d7cf9;
    text-align: center;
    line-height: 5rem;
}
    .t_result .m_btn:hover {
        background: #3f5ed8 !important;
    }

.cs_q_popup .popup_top .popup_input div:focus-within {
    border-color: #5d7cf9;
}

.cs_q_popup .popup_top .popup_input input.date:focus-within {
    border-color: #5d7cf9;
}

.cs_q_popup .popup_top .popup_input div select {
    color: #5d7cf9;
}
.cs_q_popup .popup_top .popup_input input.date {
    color: #5d7cf9;
}