﻿@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../assets/SourceHanSansCN-Light.otf')format('opentype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'SourceHanSansJP';
    src: url('../Content/SourceHanSansJP-Light.otf')format('opentype'), /* Safari, Android, iOS */
}

*[lang^='zh-CN'] .ms-Fabric,
.ms-Fabric *[lang^='zh-cn'],
.ms-Fabric[lang^='zh-cn'] {
    font-family: 'SourceHanSansCN'，'SourceHanSansJP', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
}

body {
    font-family: 'SourceHanSansCN'，'SourceHanSansJP', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 1208px;
}

.jumbotron {
    border-radius: 25px;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eeeeee;
    width: 120%;
    z-index: 1;
    overflow: hidden;
}
.bg {
    background-image: url(https://api.dujin.org/bing/1920.php);
    width: 100%;
    height: 750px;
    line-height: 750px;
}

.bg-blur {
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(9px);
    -moz-filter: blur(9px);
    filter: blur(9px);
}

.jumbotron::before {
    -webkit-filter: blur(9px);
    -moz-filter: blur(9px);
    filter: blur(9px);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: -1;
    margin: -30px;
}

.new-button {
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    font-family: 'SourceHanSansCN','Segoe UI WestEuropean', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    display: inline-block;
    height: 43px;
    min-width: 80px;
    padding: 4px 20px 6px;
}
.new-button-delta {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid rgb(250, 226, 131);
    transform:rotate(90.00deg);
}

.container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
}
@media screen and (min-width: 768px) {
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container {
        max-width: 750px;
    }

}
@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}



