*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
    resize: none;
    border: none;
}

html, body {
    height: 100%;
}

body {
    background: rgba(222, 222, 222, 0.4);
    font-family: "Yu Gothic", SimHei;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.471;
    /*background-image: url(img/cube.jpg);*/
    background-size: cover;
}

.form1 {
    background: rgba(255, 255, 255, 0.44);
    /*height: 100%;*/
}

input {
    -webkit-appearance: textfield;
    -webkit-user-select: text;
    background-color: white;
    cursor: auto;
}

.logo-box {
    background: transparent;
}

.center-margin {
    margin: 0 auto;
    float: none !important;
}
/*.main-content{
    top:-25px;
}*/
.main-content {
    padding-top: 8em;
}

.nav-icon1, .nav-icon2, .nav-icon3, .nav-icon4 {
    width: 18px;
    height: 14px;
    position: relative;
    margin: 18px;
    margin-left: 19px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .nav-icon1 span, .nav-icon3 span, .nav-icon4 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #337ab7;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        .nav-icon3 span:nth-child(2), .nav-icon3 span:nth-child(3) {
            top: 5px;
        }

        .nav-icon3 span:nth-child(4) {
            top: 10px;
        }

    .nav-icon3.open span:nth-child(1) {
        top: 6px;
        width: 0%;
        left: 50%;
    }

    .nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-icon3.open span:nth-child(4) {
        top: 6px;
        width: 0%;
        left: 50%;
    }

._ultiBox {
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    margin: auto;
    z-index: 10;
    /*width: 100%;*/
}

._ultiBox--search.z-auto {
    z-index: auto;
}

._ultiBox--search {
    white-space: normal;
    text-align: left;
    display: block;
    margin: auto 0;
    z-index: 10;
}

._ultiBox-content, ._ultiBox-root, ._ultiBox-search-menu {
    white-space: normal;
    text-align: left;
    display: block;
    margin: auto 0;
}
/*._ultiBox-search-menu.z-n{
    z-index:0 !important;
}*/
._ultiBox-search-menu {
    position: absolute;
    z-index: 11 !important;
}

._ultiBox-search-menu-btn {
    padding: 12px 16px;
    cursor: pointer;
    display: block;
}

._ultiBox--search {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 4px rgba(0, 0, 0, 0.02), 0 -1px 4px 1px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.3s background, box-shadow;
    transition: 0.3s background, box-shadow;
    padding: 0px 104px 0px 64px;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    background: #fff;
    min-height: 48px;
    display: block;
    width: 100%;
}

._ultiBox--search-box {
    font-family: Roboto, Arial, sans-serif;
    height: 50px !important;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top;
    line-height: 24px;
    text-align: left;
    font-size: 15px;
    width: 100%;
    z-index: 6;
    left: 0;
    text-indent: 2px;
}

._ultiBox--search-btn {
    /*padding: 12px 15px;*/
    /*padding-top: 12px;
    padding-right: 15px;*/
    position: absolute;
    display: block;
    cursor: pointer;
    right: 20px;
    top: 12px;
}

._ultiBox--search-clear {
    padding: 12px 15px;
    position: absolute;
    display: block;
    cursor: pointer;
    right: 40px;
    top: 0;
    color: rgba(128, 128, 128, 0.4);
}
/*._ultiBox--search-help {
    padding: 12px 15px 0 15px;
    position: absolute;
    display: block;
    cursor: pointer;
    right: 0;
    top: 0;
    color:rgba(128, 128, 128, 0.4);
}*/
._ultiBox--search-help {
    padding: 12px 0 0;
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
    color: rgba(128, 128, 128, 0.4);
}

.advance-content {
    position: absolute;
    z-index: 9;
    margin-top: -45px;
    top: 55px;
    transition: all .5s;
    width: 100%;
    padding: .5em;
    background: transparent;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity: 0;
    pointer-events: none;
}

    .advance-content.active {
        margin-top: -3px;
        /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 4px rgba(0, 0, 0, 0.02), 0 -1px 4px 1px rgba(0, 0, 0, 0.07);*/
        opacity: 1;
        pointer-events: auto;
    }

.search-content._hide .advance-content.active {
    opacity: 0;
    pointer-events: none;
}

.material a {
    /*margin: 0 20px;*/
    color: gray;
    text-decoration: none;
    padding: 10px;
}

    .material a:hover {
        color: #0070ff;
    }

a {
    background-color: transparent;
    transition: all 0.1s ease;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    color: #337ab7;
}

[class="mi"] {
    font-family: 'Material Icons';
    letter-spacing: normal;
    display: inline-block;
    text-transform: none;
    white-space: nowrap;
    font-weight: normal;
    font-style: normal;
    word-wrap: normal;
    font-size: 24px;
    line-height: 1;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.infinite-scroll {
    padding: 1em 1em;
}

.warp {
}

section.list-row {
    position: relative !important;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 940px;
    /*min-height: 80px;*/
    height: 150px;
    padding: 20px;
    background: #FFF;
    border-radius: 5px;
    /*box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2), 0 -1px 4px rgba(0, 0, 0, 0.02);*/
    transition: all .2s;
}

    section.list-row:hover {
        /*background: aquamarine;*/
        box-shadow: 0 2px 13px 4px rgba(0, 0, 0, 0.2), 0 -1px 4px rgba(0, 0, 0, 0.02);
    }

.list-row .title {
    margin-top: 0;
}

    .list-row .title a {
        color: inherit;
        transition: all .1s ease-in-out;
    }

        .list-row .title a:hover {
            color: #0070ff;
        }

        .list-row .title a:hover, .list-row .title a:focus {
            text-decoration: none;
        }

.list-row .abstract a {
    color: inherit;
    transition: all .1s ease-in-out;
}

    .list-row .abstract a:hover {
        color: #0070ff;
    }

    .list-row .abstract a:hover, .list-row .abstract a:focus {
        text-decoration: none;
    }

.list-row .abstract {
    overflow: hidden;
    height: 40px;
}

.list-row .content-footer {
    text-align: right;
    color: #0070ff;
    cursor: default;
}

@media (min-width: 300px) {
    *, *:before, *:after {
        word-wrap: break-word;
    }
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: gray;
    font-size: 1px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.hide {
    display: none;
}

.daterangepicker:before, .daterangepicker:after {
    content: none;
}
/*.search-content{
    position: sticky;
    z-index: 20;
    top: 0;
}*/
/**/
button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 5;
    transition: all .3s ease-in-out;
    opacity: .5;
}

    button.back-to-top:hover,
    button.back-to-top:active,
    button.back-to-top:focus {
        outline: 0 !important;
    }

    button.back-to-top::before {
        content: "\f077";
        font-family: "FontAwesome";
        display: block;
        vertical-align: middle;
        margin: -5px 0 auto;
    }

    button.back-to-top.tour::before {
        content: "";
    }

    button.back-to-top.show.tour {
        left: 25px;
    }

        button.back-to-top.show.tour .mi {
            vertical-align: middle;
            margin: -5px 0 auto;
            transform: rotate(180deg);
            font-weight: 600;
            font-size: 30px;
        }

    button.back-to-top.show {
        display: block;
        background: #fff;
        color: gray;
        font-size: 25px;
        right: 25px;
        bottom: 50px;
        height: 50px;
        width: 50px;
        visibility: visible;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

        button.back-to-top.show:hover {
            opacity: 1;
        }

        button.back-to-top.show:active {
            box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
        }
/**/
.material .dropdown-menu a {
    color: gray;
    margin: 0;
}

.material .dropdown-menu > li > a {
    padding: 5px 20px;
}

.material .dropdown-menu {
    border: none;
    min-width: auto;
}

    .material .dropdown-menu > li > a:focus,
    .material .dropdown-menu > li > a:hover {
        color: #0070ff;
    }

.material .dropdown-group {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}

@media (max-width: 769px) {

    .list-row .abstract {
        height: 56px;
        text-align: justify;
    }

    .logo-box {
        margin: 0 auto 15px;
        float: none;
    }

    .main-content {
        padding-top: 16em;
    }

    ._ultiBox {
        padding: 0;
    }

    .infinite-scroll {
        padding: 0
    }

    .list_hot.infinite-scroll {
        background: #FFF;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 4px rgba(0, 0, 0, 0.02), 0 -1px 4px 1px rgba(0, 0, 0, 0.07);
    }

    .list_hot .list-label {
        text-align: center;
    }

    .visible-xs .list_hot .list-label {
        border-bottom: none;
    }

    ._ultiBox--search {
        padding-left: 40px;
        padding-right: 55px;
        width: 90%;
    }

    ._ultiBox--search-help {
        position: absolute;
        right: 3.5%;
    }

    ._ultiBox--search-clear {
        right: 20px;
    }

    ._ultiBox--search-btn {
        right: 5px;
    }

    .nav-icon1, .nav-icon2, .nav-icon3, .nav-icon4 {
        margin: 18px 10px;
    }

    .advance-content.active {
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 4px rgba(0, 0, 0, 0.02), 0 -1px 4px 1px rgba(0, 0, 0, 0.07);
    }

    nav.material {
        display: flex;
        flex-direction: column;
    }

    .material a:hover {
        background: rgba(211, 211, 211, 0.22);
    }

    .list_hot section.list-row {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid rgba(128, 128, 128, 0.26);
        padding-top: 10px;
    }

        .list_hot section.list-row:hover {
            box-shadow: none;
        }

    section.list-row {
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2), 0 -1px 4px rgba(0, 0, 0, 0.02);
    }

    .main-content.visible-xs {
        padding-left: 0px;
        padding-right: 0px;
    }

    .material .dropdown-group {
        padding: 10px 0;
    }
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    right: 0px;
}

.popover {
    border: none;
}

.popover-title {
    font-size: 16px;
    font-weight: 600;
    background-color: white;
}

.popover.bottom > .arrow {
    border-top-width: 0;
    border-bottom-color: #b6b6b6;
}
/*.tour-backdrop, .tour-step-background {
    z-index: 3 !important;
}*/
.tour-step-background,
.tour-backdrop {
    position: fixed !important;
}

.tour-step-background {
    background: #fff !important;
}

.tour-step-backdrop {
    position: absolute !important;
}

.list-label .title {
    background: rgba(0, 0, 0, 0.65);
    padding: 5px 22px;
    color: white;
    font-size: 1.4em;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-label .total {
    color: #0070ff;
    margin-left: 10px;
}

.list-label {
    border-bottom: 1px solid;
}

.list_hot .list-label .title {
    background: rgba(208, 45, 45, 0.83);
}

.list_hot .list-label {
    /*text-align: center;*/
    border-bottom: 1px solid rgba(208, 45, 45, 0.83);
}

.search-content {
    position: fixed;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 35px;
    background: white;
    transition: 0.3s all;
    z-index: 100;
    box-shadow: 0px 1px 5px 0px rgba(128, 128, 128, 0.43);
}

    .search-content._hide {
        opacity: 0;
        pointer-events: none;
    }

button#hot_list_label {
    width: 100%;
    text-align: left;
}

    button#hot_list_label i {
        float: right;
    }

.list-label .btn {
    outline: 0;
    outline-offset: 0;
    border: 0;
    border-radius: 2px;
    transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

    .list-label .btn:focus,
    .list-label .btn:active,
    .list-label .btn.active,
    .list-label .btn:active:focus,
    .list-label .btn.active:focus {
        outline: 0;
        outline-offset: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

.btn-raised {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

    .btn-raised:active,
    .btn-raised.active,
    .btn-raised:active:focus,
    .btn-raised.active:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .btn-raised:focus {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1;
}

    .ink.animate {
        -webkit-animation: ripple .5s linear;
        -moz-animation: ripple .5s linear;
        -ms-animation: ripple .5s linear;
        -o-animation: ripple .5s linear;
        animation: ripple .5s linear;
    }

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple {
    100% {
        opacity: 0;
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes icon-bounce {
    from {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(0);
    }
}

#hot_list_label .fa.fa-angle-down {
    font-size: x-large;
}

.advance-content .fa.fa-chevron-down, .advance-content .fa.fa-angle-down {
    transition: .2s;
}

.fa.fa-chevron-down.rotate, .fa.fa-angle-down.rotate {
    transform: rotate(-180deg);
}

.sweet-alert {
    font-family: "Yu Gothic", SimHei;
}

    .sweet-alert .form-group input {
        display: block;
        text-indent: 40px;
    }

.daterangepicker.dropdown-menu {
    z-index: 100000;
}

.sweet-alert .daterange-input {
    position: relative;
}

    .sweet-alert .daterange-input i {
        position: absolute;
        /* right: 10px; */
        top: 0px;
        /* cursor: pointer; */
        z-index: 3;
        cursor: pointer;
        transition: .2s;
        left: 0px;
        padding: 13.6px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

        .sweet-alert .daterange-input i:hover {
            background: #0070ff;
            color: #fff;
        }
