/*html{*/
/*    filter: grayscale(100%);*/
/*    !* -webkit-filter: grayscale(100%); *!*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    -webkit-filter: grayscale(1);*/
/*}*/

[v-cloak] {
    display: none;
}

html, body, p {
    font-family: Arial, "Microsoft YaHei", serif !important;
    font-size: 16px !important;
    /*background: -webkit-linear-gradient(left,#c00000 0,#fff 25%, #fff 50%,#fff 75%,#c00000 100%) !important;*/
    /*background: -ms-linear-gradient(left,#c00000 0,#fff 25%, #fff 50%,#fff 75%,#c00000 100%) !important;*/
    /*background: -moz-linear-gradient(left,#c00000 0,#fff 25%, #fff 50%,#fff 75%,#c00000 100%) !important;*/
    /*background: -o-linear-gradient(left,#c00000 0,#fff 25%, #fff 50%,#fff 75%,#c00000 100%) !important;*/
    /*background: linear-gradient(left,#c00000 0,#fff 25%, #fff 50%,#fff 75%,#c00000 100%) !important;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab3d44', endColorstr='#ab3d44',GradientType=1 );*/
    /*background-color: #DAE4E6 !important;*/
}
.bigd-footer{
    padding-bottom: 50px !important;
}
/*.ui.statistics{*/
/*    margin:auto !important;*/
/*}*/

@media only screen and (min-width: 1200px){
    .ui.container:not(.fluid) {
        width: 1200px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .ui.grid.container {
        width: calc(1200px + 2rem) !important
    }

    .ui.relaxed.grid.container {
        width: calc(1200px + 3rem) !important
    }

    .ui.very.relaxed.grid.container {
        width: calc(1200px + 5rem) !important
    }
}

/*.ui.modal.scrolling{*/
/*    top: 5%;*/
/*    height: 100%;*/
/*}*/

.table-responsive{
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
}

.ui.text.justified{
    text-align: justify !important;
}

.goto::before {
    content: "";
    display: block;
    height: 80px; /* fixed header height*/
    margin: -80px 0 0; /* negative fixed header height */
}


@media only screen and (min-width: 1200px) {
    .toc.menu .toc.item {
        display: none;
    }

}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .toc.menu .toc.item {
        display: block !important;
    }
}

.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

/*a {*/
/*    color: #9B2226 !important;*/
/*}*/

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
}

.ui.secondary.menu .item.active {
    background-color: #eee !important;
}

.my {
    background-color: #09243C !important;
    margin-bottom: 15px !important;
    color:#fff !important;
}

.content img {
    margin-bottom: 5px;
}
.topnav {
    border-radius: 0 !important;
    color: #fff !important;
    background: #0c85d0 !important;
}

.topnav .item{
    /*margin: 0 5px 0 5px !important;*/
    padding: 0 15px !important;
}

.ui.list a.item>.content>.header{
    color: #0c85d0;!important;
}

.ui.theme.button, .ui.theme.buttons .button {
    background-color: #09243C;
    color: #fff;
    text-shadow: none;
    background-image: none;
}

.ui.theme.button:hover{
    background-color: #051a2c;
}

.ui.inverted.b.segment {
    background-color: #09243C;
    color: #fff;
}

.ui.inverted.c.segment {
    background-color: #E7C9A1;
    color: #fff;
}

.ui.inverted.a.segment {
    background-color: #FFFAEC;
    color: #000;
}

.ui.inverted.a.segment > .ui.header {
    color: #09243C;
}

.advanced {
    text-decoration:underline;
    margin-left: 15px;
    padding-top: 10px;
    color: #0d71bb;
    font-size: 20px;
    /*font-weight: bold;*/
}

.segment.banner{
    background: url("../image/banner1.png") no-repeat !important;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
    margin-top: 50px !important;
    padding: 0;
    border-bottom: 3px solid #09243C !important;
}

.a.column{
    background-color: #09243C;
}
.b.column{
    background-color: #FFFAEC;
}

.a:hover, .b:hover{
    background: #2f68b6;
}

.ui.statistic .label{
    text-transform: none !important;
}

.banner .ui.menu{
    margin: 0 auto;
}

@media (min-width: 768px) {
    .segment.banner{
        min-height: 150px;
    }

    .searchFrom{
        max-width: 80%;
        margin: 15px auto !important;
        border-radius: 15px !important;
    }
}

@media (max-width: 768px) {
    .segment.banner{
        margin: 0 0 15px 0;
        padding: 0;
    }

    .searchFrom.segment{
        max-width: 100%;
        margin: 15px auto !important;;
        border-radius: 15px !important;;
    }

    .searchFrom.segment .ui.form{
        max-width: 100% !important;
    }
}

.mobile.menu {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .ui.topnav.menu {
        display: none !important;
    }

    .mobile.menu {
        display: block !important;
    }
}

.ui.items>.item>.content>a.header.inverted {
    color: #fff;
}

a.inverted.card.teal:hover{
    background: #00b5ad !important;
}

a.inverted.card.orange:hover{
    background: #ec7726 !important;
}

a.inverted.card.blue:hover{
    background: #0d71bb !important;
}

.card.inverted.blue{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #0d71bb;
}

.card.inverted.teal{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #00b5ad;
}

.card.inverted.orange{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #ec7726;
}

.ui.three.cards>.card {
    width: calc(33.33333333% - 0.5em);
    margin: 0.25em 0.25em;
    height: 130px;
}

.ui.two.cards>.card {
    width: calc(50% - 0.5em);
    margin: 0.25em 0.25em;
}
.card.inverted > .content{
    padding: 1em 0.5em !important;
}

.card.inverted >.content >.header {
    color: #fff !important;
    margin-top: 15px !important;
}

.card.inverted >.content >.description {
    color: #fff !important;
    margin-top: 15px !important;
}


.card.inverted > .content >.header > p{
    color: #fff !important;
}

.card.inverted > .content >.description > p{
    color: #fff !important;
}

.ui.breadcrumb.inverted{
    margin-top: 30px;
    color: #fff;
}

.ui.breadcrumb.inverted i{
    color: #fff !important;
}

.ui.breadcrumb.inverted a{
    color: #fff !important;
}

.ui.simple.dropdown.item > a.header{
    color: #555;
    padding: 15px
}

.about > p {
    padding: 5px 0 !important;
    margin: 0 0 0.2em !important;
}

.countryTable td{
    padding: .49em .7em !important;
}

.footer {
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 300px; !* Set the fixed height of the footer here *!*/
    border-top: 3px solid #00b5ad;
    background: -webkit-linear-gradient(left,#d3dde7 0,#fff 20%, #fff 50%,#fff 80%, #d3dde7 100%);
    padding: 30px 15px;
}

.ui.vertical.menu .item > .menu {
    margin: 0 auto !important;
}

.inline {
    display: inline-block; /* 将div元素设为行内块元素 */
}
.inline img {
    margin-right: 10px; /* 在图片和文字之间添加一些间隔 */
}
