@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/font/SourceSansPro-Light.ttf) format('truetype')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(/font/SourceSansPro-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(/font/SourceSansPro-SemiBold.ttf) format('truetype')
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(/font/SourceSansPro-Bold.ttf) format('truetype')
}
body {
    font-family: 'Source Sans Pro', 'Microsoft Yahei', "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; */
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #e6e6e6;
}

.form-control:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Firefox中有required属性的input会有默认的红色边框 */
input:required {
    box-shadow: none;
}

/* Remove boostrap th border bottom */
.table thead th {
    border-bottom: none;
}

.alert-msg {
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.userinfo {
    position: fixed;
    z-index: 1;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
    background-color: rgba(28, 28, 28, .3);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.userinfo .userface img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.userinfo .userface svg {
    vertical-align: sub;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
}

.footer ul {
    margin: 0;
    padding: 0 10px;
    margin: 0 0 0 10px;
    background-color: rgba(28, 28, 28, .3);
    border-radius: 1rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.footer ul:hover {
    background-color: rgba(28, 28, 28, .6);
}

.footer li {
    display: inline-block;
    list-style-type: none;
    padding: 2px 10px;
}

.footer li a {
    color: #ffffff;
}
h1 {
    font-weight: 700;
    font-size: 18px;
}

h2 {
    font-size: 15px;
}

.bg {
    background-size: 100% 100% !important;
}

.bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-position: center;
    background-size: cover;
    filter: blur(0px);
    transform: scale(1);
    transition: all 500ms ease;
    background: url(/images/1.jpg);
}

.main-box {
    color: #ffffff;
}

.pdf-main-box {
    padding-left: 15px;
    padding-right: 15px;
}

.search-box {
    margin: 20px auto 0 auto;
    max-width: 630px;

    position: relative;
    font-size: 13px;
}

.search-box .clear {
    position: absolute;
    top: 0.6rem;
    right: 3.5rem;
    z-index: 3;
    cursor: pointer;
}

.search-box .autocomplete {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.24) !important;
}

.search-box .autocomplete {
    /* width: 40vw; */
    width: 100%;
    height: auto;
    max-height: 40vh;
    background-color: #ffffff;
    text-align: left;
    /* line-height: 30px; */
    position: absolute;
    z-index: 1000;
    overflow-y: auto;
    border-radius: 0 0 .8rem .8rem;
    overflow-x: hidden;
}

.search-box .autocomplete .dropdown-item {
    padding-left: .63rem;
    width: 100%;
    height: 40px;
    line-height: 32px;
    display: flex;
}

.autocomplete .dropdown-item .seg-type {
    /* display: inline-block; */
    float: left;
    margin-right: .5rem;
    width: 24px;
}

.autocomplete .dropdown-item .seg {
    color: #000000;
    text-decoration: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.autocomplete .dropdown-item .seg-control span {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
}

.autocomplete .dropdown-item .seg-control span img {
    width: 22px;
    height: 22px;
}

.main-search {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.12) !important;
}

.main-search.round-radius {
    border-radius: 3rem;
}

.main-search-input {
    border: 0 !important;
    box-shadow: none !important;
}

.main-search-input {
    padding: 8px 36px 8px 0;
    font-size: 1rem;
}

.main-search-left {
    border-radius: 0.3rem 0 0 0.3rem;
    background: #ffffff;
}

.main-search-left.round-radius {
    border-radius: 2rem 0 0 2rem;
}

.main-search-left .dropdown-menu {
    min-width: 24px;
}

.main-search-left .dropdown-menu a {
    padding: 10px 26px 10px 12px;
}

.main-search-left .dropdown-menu a span {
    margin-left: .5rem;
    vertical-align: middle;
}

.main-search-left.on {
    box-shadow: none !important;
    border: 0 !important;
}

.main-search-left.on {
    border-radius: .8rem 0 0 0;
}

.main-search-left button {
    box-shadow: none !important;
    border: none !important;
}

.main-search-right {
    margin-left: -1px;
    margin-right: 0;
    border-radius: 0 0.3rem 0.3rem 0;
    background: #ffffff;
}

.main-search-right.round-radius {
    border-radius: 0 2rem 2rem 0;
}

.main-search-right.on {
    box-shadow: none !important;
}

.main-search-right.on {
    border-radius: 0 .8rem 0 0;
    border: 0;
}

.main-search-right button {
    box-shadow: none !important;
}

.dropdown-item {
    color: #000000 !important;
}

.dropdown-item:hover {
    background-color: #e6e4e4 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #e6e4e4 !important;
}

.pdf-h1 {
    background: rgba(27, 27, 27, .4);
    padding: 5px 14px;
    margin: 20px -15px 3vh -15px;
    text-align: center;
}

.pdf-h1 h1 {
    font-size: 22px;
}

.pdf-features {
    width: 70vw;
    text-align: center;
    margin: 20px auto 0 auto;
}

.pdf-features .guest-notice {
    background-color: rgba(0,0,0,.6);
    border-radius: 8px;
    min-height: 50px;
    max-height: 100px;
    overflow: auto;
    padding: 10px 20px;
    margin-bottom: 2vh;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.pdf-features .guest-notice .btn-sign {
    padding: 3px 15px;
}

.pdf-features .guest-notice ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pdf-features .guest-notice ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}

.pdf-features .guest-notice ul {
    margin-right: 1rem;
}

.pdf-features .guest-notice ul.no-logined li i::before {
    content: url(/images/deny.svg);
    position: relative;
    top: 4px;
}

.pdf-features .guest-notice ul.logined li i::before {
    content: url(/images/allow.svg);
    position: relative;
    top: 2px;
}

.pdf-features .upload-box {
    max-width: 300px;
}

.pdf-features .pdf-items {
    background-color: rgba(0,0,0,.6);
    border-radius: 8px;
    display: flex;
    flex-flow: row wrap;
    /* height: 200px; */
    max-height: 65vh;
    overflow-y: auto;
    margin-bottom: 30px;
    margin: auto;
}

.pdf-features .pdf-items .item {
    height: 180px;
    transition: all .5s ease-out;
    cursor: pointer;
    flex: 0 0 50%;
    padding: 20px;
    overflow: hidden;
    text-align: left;
    border-right: 1px solid #535353;
    border-bottom: 1px solid #535353;
}

@media (min-width: 576px) {
    .pdf-features .pdf-items .item {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .pdf-features .pdf-items .item {
        flex: 0 0 33.333%;
    }
}

@media (min-width: 992px) {
    .pdf-features .pdf-items .item {
        flex: 0 0 25%;
    }
}

@media (min-width: 1200px) {
    .pdf-features .pdf-items .item {
        flex: 0 0 20%;
    }
}

.pdf-features .pdf-items .item a {
    color: #ffffff;
    text-decoration: none;
}

.pdf-features .pdf-items .item h2.title {
    font-size: 19px;
    margin-top: 5px;
}

.pdf-features .pdf-items .description {
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pdf-features .pdf-items .item:hover {
    background: rgba(0,0,0,.4);
}

.pdf-features .icon-box img {
    border-radius: .25rem !important;
}

.pdf-features .icon-box img {
    width: 50px;
    height: 50px;
}
