@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Runoob, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    font-size: 12px;
    color: #343a40
}

a {
    /*color: #70AD47;*/
    font-size: 15px;
    color: #1FB8AA
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

header {
    /*background: #FCB22C url(../images/hemp.jpg) no-repeat;*/
    background-size: cover;
    color: white;
    height: 240px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-bottom: 3px solid #ddd;
    box-sizing: content-box;
}

    header .title {
        background: rgba(0,0,0,0.4);
        padding: 16px 32px;
    }

    header .title {
        text-align: center;
    }

        header .title p {
            margin-bottom: 0;
        }

    header .content img {
        width: 100%
    }

.main {
    flex: 1 0 auto;
}

    .main .main-info.pass {
        background: url(../images/n49-c-1080.png) no-repeat right top;
        background-size: 45%;
    }

    .main .main-info.pass-o {
        background: url(../images/n49-o-c-1080.png) no-repeat right top;
        background-size: 45%;
    }

    .main .content {
        padding-top: 1.1rem;
    }

        .main .content label {
            font-weight: bold;
            margin-bottom: 0;
        }

        .main .content p {
            margin-bottom: 1rem;
            word-wrap: break-word;
        }
.main_1 {
    flex: 1 0 auto;
}

    .main_1 .main-info.pass {
        /*background: url(../images/n49-c-1080.png) no-repeat right top;*/
        background-size: 45%;
    }

    .main_1 .main-info.pass-o {
        /*background: url(../images/n49-o-c-1080.png) no-repeat right top;*/
        background-size: 45%;
    }

    .main_1 .content {
        /*padding-top: 1.1rem;*/
    }

        .main_1 .content label {
            font-weight: bold;
            margin-bottom: 0;
            margin-top: 10px;
        }
       
        .main_1 .content p {
            margin-bottom: 1rem;
            word-wrap: break-word;
        }
.section {
    margin-top: 1.5rem;
}

    .section p {
        width: 100px;
        /*  background-color: #FCB22C;*/
        background-color: #1FB8AA;
        color: white;
        text-align: center;
        margin-bottom: 0 !important;
        padding: 4px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .section hr {
        /*border-color: #FCB22C;*/
        border-color: #1FB8AA;
        border-width: 2px;
        margin-top: 0;
    }

    .section img {
        color: white;
        /*height: 240px;*/
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        border-bottom: 3px solid #ddd;
        box-sizing: content-box;
    }

table {
}

    table td:first-child {
        font-weight: bold;
        text-align: right;
        padding-right: 8px;
    }

    table td {
        height: 2rem;
    }

ul {
    list-style-type: none;
}
.c_wrap1 {
    padding: 15px 0 10px 0;
    background: #fff;
    margin: 10px 0 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
}

ul.f_con {
    width: 100%;
    overflow: hidden;
    padding-left: 4%;
    margin-bottom: 0;
}

    ul.f_con li {
        width: 25%;
        float: left;
    }
        /*³¤·½ÐÎ
ul.f_con li div{width:88%; height:70px; border-radius:5px; display:block;background-size: 50px!important;}
ul.f_con li p{text-align:center;margin: 5px 10px 5px 0;}*/
        /*Ô²ÐÎ*/
       /* ul.f_con li div {
            width: 65px;
            height: 65px;
            border-radius: 50px;
            display: block;
            background-size: 40px !important;
            margin: 0 auto;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }*/
        ul.f_con li div {
            width: 50px;
            height: 50px;
            border-radius: 40px;
            display: block;
            background-size: 35px !important;
            margin: 0 auto;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }
        ul.f_con li p {
            text-align: center;
            margin: 5px 0px 5px 0;
        }

        ul.f_con li div.item-icon1 {
            background: #fff url(/q/tpl/5/ig/bt1.png) center center no-repeat;
            background-size: 50px;
        }

        ul.f_con li div.item-icon2 {
            background: #fff url(/q/tpl/5/ig/bt2.png) center center no-repeat;
            background-size: 50px;
        }

        ul.f_con li div.item-icon3 {
            background: #fff url(/q/tpl/5/ig/bt3.png) center center no-repeat;
            background-size: 50px;
        }

        ul.f_con li div.item-icon4 {
            background: #fff url(/q/tpl/5/ig/bt4.png) center center no-repeat;
            background-size: 50px;
        }

        ul.f_con li div.item-icon5 {
            background: #fff url(/q/tpl/5/ig/bt5.png) center center no-repeat;
            background-size: 50px;
        }

        ul.f_con li div.item-icon6 {
            background: #fff url(/q/tpl/5/ig/bt6.png) center center no-repeat;
            background-size: 50px;
        }

.tabs {
    width: 400`px;
    /*margin: 30px auto;*/
    border: 1px solid #eee;
    box-sizing: border-box;
}

    .tabs nav {
        height: 40px;
        text-align: center;
        line-height: 40px;
        overflow: hidden;
        background-color: #06f;
        display: flex;
    }

nav a {
    display: block;
    width: 100px;
    border-right: 1px solid #eee;
    color: #fff;
    text-decoration: none;
}

    nav a:hover {
        color: #fff;
        text-decoration: none;
    }

    nav a:last-child {
        border-right: 0 none;
    }

    nav a.active {
        background: #0f6;
        color: #fff;
        text-decoration: none;
    }

.cont {
    overflow: hidden;
    display: block;
}
.cont1 {
    overflow: hidden;
    display: none;
}

    .cont ol {
        line-height: 30px;
    }


.error {
    text-align: center;
    margin-top: 1.5rem;
}

    .error i {
        color: #ddd;
        font-size: 48px;
        margin-bottom: 1rem;
    }

    .error p {
        color: red;
    }

footer {
    /*background-color: #FCB22C;*/ /*#2d3236;*/
    color: #ddd;
    height: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.1rem;
    flex: 0 0 auto;
}

    footer p {
        margin-bottom: 0;
        font-size: 12px;
    }


#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


@media (min-width: 768px) {
    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* Made with http://icomoon.io/ */

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    /* The line */
    .cbp_tmtimeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0px;
        background: #1FB8AA;
        left: 10%;
        margin-left: 10px;
    }

    .cbp_tmtimeline > li {
        position: relative;
    }

        /* The date/time */
        .cbp_tmtimeline > li .cbp_tmtime {
            display: block;
            width: 40%;
            padding-right: 112px;
            position: absolute;
        }

            .cbp_tmtimeline > li .cbp_tmtime span {
                display: block;
                text-align: center;
            }

                .cbp_tmtimeline > li .cbp_tmtime span:first-child {
                    /*font-size: 2em;*/
                    /*color: #1FB8AA;*/
                }

                .cbp_tmtimeline > li .cbp_tmtime span:last-child {
                    /*font-size: 2.9em;*/
                    /*color: #1FB8AA;*/
                }


                .cbp_tmtimeline > li .cbp_tmtime span a {
                    font-size:12px;
                    font-weight:550;
                    /*font-size: 1em;*/
                    /*color: #1FB8AA;*/
                }
                .cbp_tmtimeline > li .cbp_tmtime  a {
                    font-size: 12px;
                    font-weight: 600;
                    /*font-size: 1em;*/
                    /*color: #1FB8AA;*/
                }
        .cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
            /*color: #1FB8AA;*/
        }

        /* Right content */
        .cbp_tmtimeline > li .cbp_tmlabel {
            margin: 0 0 15px 18%;
            /*background: #1FB8AA;*/
            /*color: #fff;*/
            padding: 0.5em;
            font-size: 12px;
            /*font-weight: 300;*/
            line-height: 1.4;
            position: relative;
            border-radius: 5px;
        }

        .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
            /*background: #27c3ad;*/
        }

        .cbp_tmtimeline > li .cbp_tmlabel h2 {
            margin-top: 0px;
            padding: 0 0 10px 0;
            border-bottom: 1px solid rgba(255,255,255,0.4);
        }

        /* The triangle */
        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #1FB8AA;
            border-width: 10px;
            top: 5px;
        }

        .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
            border-right-color: #1FB8AA;
        }

        /* The icons */

        .cbp_tmtimeline > li .cbp_tmicon {
            width: 30px;
            height: 30px;
            font-family: 'ecoico';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 1.4em;
            line-height: 30px;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            color: #fff;
            background: #1FB8AA;
            border-radius: 50%;
            box-shadow: 0 0 0 8px #27c3ad;
            text-align: center;
            left: 20%;
            top: 0;
            margin: 0 0 0 -25px;
        }
      /*  .cbp_tmtimeline > li .cbp_tmicon {
            width: 40px;
            height: 40px;
            font-family: 'ecoico';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 1.4em;
            line-height: 40px;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            color: #fff;
            background: #1FB8AA;
            border-radius: 50%;
            box-shadow: 0 0 0 8px #27c3ad;
            text-align: center;
            left: 20%;
            top: 0;
            margin: 0 0 0 -25px;
        }*/

.cbp_tmicon-phone:before {
    content: "\e000";
}

.cbp_tmicon-screen:before {
    content: "\e001";
}

.cbp_tmicon-mail:before {
    content: "\e002";
}

.cbp_tmicon-earth:before {
    content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        /*font-size: 1.5em;*/
    }
}
/*
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .cbp_tmtimeline > li .cbp_tmtime span {
            text-align: left;
        }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

        .cbp_tmtimeline > li .cbp_tmlabel:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #3594cb;
            top: -20px;
        }

    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #6cbfee;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}*/