@charset "utf-8";

@font-face {
    font-family: DomaineDisp;
    src: local('DomaineDisp-Semibold'), url(../Fonts/DomaineDisp-Semibold.woff2) format('woff2');
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: DomaineDisp;
    src: local('DomaineDisp-Bold'), url(../Fonts/DomaineDisp-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: DomaineDisp;
    src: local('DomaineDispMedium'), url(../Fonts/DomaineDispMedium.woff.woff2) format('woff2');
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Texta;
    src: local('Texta-Regular'), url(../Fonts/Texta-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: local('Gilroy-Regular'), url(../Fonts/Gilroy-Regular.woff2) format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: local('Gilroy-Bold'), url(../Fonts/Gilroy-Bold.woff2) format('woff2');
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: local('Gilroy-Extrabold'), url(../Fonts/Gilroy-Extrabold.woff2) format('woff2');
    font-weight: 800;
    font-display: swap;
    font-style: normal
}

body {
    font-size: 14px;
    line-height: 1;
    font-family: Texta, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, open sans, helvetica neue, sans-serif, serif;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nav,
a,
article,
body,
div,
dt,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
label,
li,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    font-family: Texta;
    font-size: 10px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #111
}

.nav,
article,
footer,
header,
main {
    display: block
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    display: inline-block;
    color: #111;
    cursor: pointer;
    outline: 0
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

input:focus {
    outline-offset: 0
}

button:focus,
input[type=text]:focus {
    outline: 0
}

button {
    border: none;
    border-radius: 0;
    padding: 0;
    background: 0 0
}

input::input-placeholder {
    color: #ccc
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

.wrapper {
    width: 1200px;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    font-size: 0
}

.advertisement {
    font-family: Gilroy;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4px;
    color: #8990a1;
}

header {
    position: relative;
    height: 80px;
    background-color: #151515;
    z-index: 9
}

.index-header {
    height: 112px;
    background: linear-gradient(#fff, #fff) no-repeat, #151515;
    background-size: 40% 100%
}

.logo {
    font-size: 0
}

.logo-img {
    width: 234px;
    margin: 24px 0
}

.index-header .logo-img {
    width: 234px;
    margin: 40px 0
}

.hd-menu {
    float: right
}

.nav {
    height: 80px;
    display: flex;
    align-items: center;
    transform: translateX(1px)
}

.index-header .nav {
    height: 112px;
    border-right: 1px solid rgb(255 255 255 / 4%)
}

.nav>li {
    margin-left: 30px;
    display: inline-block
}

.index-header .nav>li {
    margin: 0 30px 0 0
}

.nav>li>a {
    font-family: Texta;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    opacity: .4
}

.nav>li>a:hover {
    opacity: 1
}

.nav .down {
    opacity: 1
}

#menu-check {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

#backdrop {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0;
    z-index: 99;
    display: none
}

.inner {
    font-family: ProductSans;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    width: 500px;
    position: absolute;
    top: 240px;
    left: 24%
}

.arrow {
    width: 80px;
    position: absolute;
    top: -90px;
    transform: scaleX(-1) rotate(24deg)
}

.footer {
    background: #151515;
    padding: 50px 0 46px;
    margin-top: 120px
}

.footer .logo-img {
    margin: 0
}

.ft-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ft-support {
    display: flex
}

.ft-support li {
    margin-left: 24px
}

.ft-support li a {
    font-family: Texta;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #444;
    text-transform: uppercase;
    transition: all .3s
}

.ft-support li a:hover {
    color: #fff
}

.banner-swiper {
    width: 100%;
    background-color: #151515;
    position: relative;
    font-size: 0
}

.swiper-container1 {
    width: calc(50% + 584px);
    height: 800px;
    overflow: hidden;
    --swiper-pagination-color: #fff;
    margin: 0 !important;
    display: inline-block;
    border-right: 1px solid rgb(255 255 255 / 4%)
}

.swiper-container1:before {
    content: '';
    width: 601px;
    height: 1px;
    display: block;
    background-color: rgb(255 255 255 / 4%);
    position: absolute;
    top: 0;
    right: 0
}

.swiper-slide {
    position: relative
}

.swiper_slide_box {
    display: flex;
    flex-direction: row;
    align-items: center
}

.swiper_slide_left {
    width: calc(100% - 601px);
    height: 800px;
    object-fit: cover
}

.swiper_slide_right {
    width: 553px;
    margin-left: 48px
}

.swiper_slide_category {
    font-family: Texta;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
    color: #e61111;
    text-transform: uppercase
}

.swiper_slide_title {
    font-family: DomaineDisp;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    text-align: left;
    transform: translateX(-138px);
    margin: 48px 0 36px;
    text-shadow: 1px 1px 5px #000;
    text-shadow: 1px 1px 8px #565656
}

.swiper_slide_content {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-left: 20px;
    border-left: 2px solid #fff3;
    width: 80%
}

.swiper-pagination {
    display: inline-flex;
    margin-left: 64px;
    flex-direction: column;
    top: 50%;
    transform: translateY(-72px) !important
}
.swiper-pagination .swiper-pagination-bullet{
    width: 2px;
    height: 24px;
    background-color: #fff;
    opacity: 0.12;
    border-radius: 0;
    margin: 4px 0;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background-color: #e61111;
    opacity: 1
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.next-box {
    display: flex;
    align-items: center;
    width: 60%;
    height: 72px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.next-icon {
    width: 72px;
    height: 72px;
    background-color: #e61111;
    text-align: center;
    cursor: pointer
}

.next_icon {
    width: 24px;
    height: 72px;
    fill: #fff
}

.next-content h2 {
    font-family: DomaineDisp;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
    padding-left: 30px;
    transition: all .3s;
    transform: translateY(3px)
}

.next-box:hover .next-content h2 {
    color: #333
}

.swiper-container2 {
    height: 72px
}

.swiper-container2 .swiper-slide {
    display: flex;
    align-items: center
}

.ts {
    margin-top: 136px;
    overflow: hidden
}

.ts-title,
.ts-title span {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    color: #151515;
    margin-bottom: 45px
}

.ts-title span {
    font-family: Gilroy;
    font-weight: 700
}

.ts-list {
    margin-right: -36px;
    font-size: 0
}

.ts-list li {
    display: inline-block;
    width: 33.3333%;
    padding-right: 36px;
    vertical-align: top;
    font-size: 0;
    box-sizing: border-box;
    position: relative
}

.ts-pic {
    width: 100%;
    background-color: #f8f8f8;
    position: relative;
    padding-top: 75%;
    box-sizing: border-box;
    overflow: hidden
}

.ts-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .1s;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s
}

.ts-pic:hover img {
    transform: scale(1.1)
}

.ts-txt {
    width: 85%;
    background-color: #fff;
    transform: translateY(-32px);
    padding: 20px 16px 0 0
}

.ts-txt h3 a {
    font-family: DomaineDisp;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #111;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.ts-txt h3:after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #e61111;
    display: inline-block;
    margin: 16px 0
}

.ts-txt p a {
    font-family: Texta;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px
}

.center-swiper {
    position: relative;
    margin-top: 80px
}

.center-swiper-bg {
    width: calc(50% + 584px);
    height: 400px;
    background-color: #151515;
    position: absolute;
    top: 50%;
    transform: translateY(-46%)
}

.swiper-page {
    position: absolute;
    top: 0;
    bottom: auto !important;
    left: auto !important;
    right: -45px !important;
    width: 21px !important;
    display: flex;
    flex-direction: column;
    text-align: left
}

.swiper-pagination-customs {
    font-family: Texta;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #151515;
    opacity: .2;
    margin-bottom: 24px
}

.swiper-pagination-customs-active {
    opacity: 1
}

.center_swiper_box {
    display: flex;
    flex-direction: row;
    align-items: center
}

.center_swiper_left {
    width: calc(33.333% - 24px);
    height: 488px;
    object-fit: cover
}

.center_swiper_right {
    width: 600px;
    margin-left: 48px
}

.center_swiper_category {
    font-family: Texta;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 3px;
    color: #e61111;
    text-transform: uppercase
}

.center_swiper_title {
    font-family: DomaineDisp;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    text-align: left;
    margin-top: 20px
}

.center_swiper_content:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #e61111;
    display: block;
    margin: 28px 0
}

.center_swiper_content {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666
}

.swiper-next,
.swiper-prev {
    width: 72px;
    height: 72px;
    background-color: #e61111;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    cursor: pointer
}

.swiper-prev:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(17 17 17 / 50%);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s
}

.swiper-prev:hover:after {
    background-color: transparent
}

.swiper-prev {
    left: -20px
}

.swiper-next {
    right: -20px
}

.bn {
    position: relative;
    margin-top: 136px
}

.mp {
    font-family: Gilroy;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 2px #e61111;
    text-stroke: 2px #e61111;
    text-align: center;
    font-size: 140px;
    line-height: 1;
    position: absolute;
    top: -80px;
    width: 100%;
    z-index: 1;
    letter-spacing: 6px
}

.ban-link {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 52.7%;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
    display: block;
    margin: 0 auto
}

.ban-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.ban-title {
    padding: 20px 35px;
    background-color: #151515;
    width: 55%;
    margin: -6% auto 0;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 2px 12px 1px rgb(0 0 0 / 6%);
    box-shadow: 0 2px 12px 1px rgb(0 0 0 / 6%);
    display: flex;
    flex-direction: column
}

.ban-category {
    font-family: Texta;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    color: #e61111;
    text-transform: uppercase
}

.ban-title h1 {
    font-family: DomaineDisp;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    margin-top: 20px
}

.left {
    width: 728px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin-top: 40px;
    margin-left: calc(50% - 364px);
}

/*.right {*/
/*    width: 300px;*/
/*    vertical-align: top;*/
/*    display: inline-block;*/
/*    margin-left: 64px;*/
/*    text-align: left;*/
/*    margin-top: 78px;*/
/*    overflow: hidden*/
/*}*/

.dr-list {
    margin-top: 0
}

.dr-list li {
    width: 100%
}

.dr-list .ts-txt {
    padding: 13px 16px 0 0
}

.dr-list .ts-txt h3 a {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2
}

.bread_crumbs {
    text-align: left
}

.detail-main>h1 {
    text-align: left;
    font-size: 32px;
    line-height: 36px
}

.bread_crumbs span:first-child:before {
    content: none
}

.bread_crumbs span:before {
    content: ">";
    display: inline-block;
    margin: 0 8px
}

.bread_crumbs span i {
    font-style: normal;
    font-family: Texta;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #999;
    text-transform: uppercase
}

.bread_crumbs span:nth-child(2) i {
    color: #e61111
}

.bread_crumbs span i:hover {
    color: #e61111
}

.essay {
    width: 100%;
    margin: 0 auto;
    letter-spacing: normal
}

#title_h {
    font-family: DomaineDisp;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #111;
    margin: 19px 0 27px
}

.essay h2 {
    font-size: 27px;
    margin: 29px 0;
    text-align: inherit
}

.essay h2:after {
    content: none
}

.essay h3 {
    font-size: 25px;
    margin: 29px 0
}

.essay h4,
.essay h4 a {
    font-weight: 700;
    font-family: Gilroy;
    font-weight: 700;
    color: #333;
    margin: 30px 0;
    font-size: 24px;
    line-height: 28px
}

.essay h4 a {
    text-decoration: underline
}

.essay p {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    position: relative;
    margin: 27px 0
}

.essay p a {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #111;
    text-decoration: underline;
    font-style: italic;
    display: inline
}

.essay p a:hover {
    color: #e61111
}

.essay .old_img {
    display: block;
    width: 100%
}

.essay li p:before {
    content: '';
    display: inline-block;
    height: 6px;
    border-radius: 50%;
    width: 6px;
    background: #000;
    margin-right: 6px;
    margin-left: 10px;
    vertical-align: middle
}

#ads2 {
    margin: 32px 0
}

.ads3 {
    margin: 8px 0 31px
}
#ads1 {
    margin: 32px 0
}

.essay h4+.old_img,
.essay h4+div .old_img {
    margin-top: 29px
}

.essay p+h4 {
    margin-top: -9px
}

.essay h4+p {
    margin-top: -9px
}

.essay p+.old_img,
.essay p+div .old_img {
    margin-top: 26px
}

.essay p:last-child {
    margin-bottom: -6px
}

.essay>div+p {
    margin-top: 26px
}

.essay>.slide {
    margin-top: 32px
}

.next-essay {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    min-height: 90px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 10px 10px rgba(51, 51, 51, .15);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background: #bf0d0b
}

.next-essay img {
    width: 110px;
    min-width: 110px;
    height: 90px;
    margin: 0;
    object-fit: cover
}

.next-essay h1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: DomaineDisp;
    font-weight: 500;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
    padding: 0 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

.next-essay span {
    margin-right: 24px;
    transform: translateY(3px)
}

.essay .first-page {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: DomaineDisp;
    font-weight: 400;
    padding: 0 25px 0;
    border-radius: 0;
    line-height: 80px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgb(230 17 17 / 70%);
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    transition: .2s ease all
}

.essay .first-page:hover {
    background-color: #bb1617
}

.pageGo {
    margin-top: 0;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page_next,
.page_prev {
    width: 100%;
    height: 80px;
    background-color: #e61111;
    transition: .2s ease all;
    font-family: DomaineDisp;
    font-weight: 500;
    font-size: 32px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #fff
}

.page_next:hover,
.page_prev:hover {
    opacity: .8
}

.pageGo .page_1 {
    background-color: #f19191
}

.dt-ts {
    margin-top: 80px
}

.dt-tl,
.dt-tl span {
    font-size: 32px;
    margin-bottom: 32px
}

.dt-list {
    margin-right: -24px
}

.dt-list li {
    padding-right: 24px;
    margin-bottom: 24px
}

.dt-txt h3 {
    margin: 15px 0 8px
}

.dt-txt h3 a {
    font-family: DomaineDisp;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #111;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.dt-txt p a {
    font-family: Texta;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 2px;
    color: #666;
    text-transform: uppercase
}

.dt-ts li:hover p a {
    color: #e61111
}

.list-bg {
    width: 100%;
    height: 293px;
    margin-bottom: 64px;
    position: relative
}

.list-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1
}

.list-tl {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 64px;
    line-height: 293px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center
}

#center_pullup {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    display: none
}

#center_pullup img {
    max-width: 110px
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 45px;
    height: 45px;
    background-color: #151515;
    border-radius: 4px;
    display: none;
    z-index: 999
}
.back-to-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -14px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.about-main {
    overflow: hidden
}

.about {
    /*padding-top: 10px;*/
    text-align: left;
    min-height: 90vh;
}

.about h1 {
    font-family: Gilroy;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #111;
    margin: 0px 0 20px 0;
}

.about p {
    font-family: Gilroy;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111;
    position: relative;
    margin: 12px 0
}

.about b{
    font-size: 20px;
    line-height: 32px;
    font-family: Gilroy;
    font-weight: 700;
    margin: 18px 0 6px 0;
}

.about ul{
    display: block;
    list-style-type: disc;
    list-style-position: inside;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.about ul li{
    list-style: inside;
    font-size: 16px;
    font-family: Gilroy;
    font-weight: 400;
    color: #111;
    line-height: 24px;
    letter-spacing: .2px;
    margin: 6px 0;
    text-indent: -1.35em;
    padding-left: 1.35em;
}


.error>div{
    border: 8px solid #111;
    padding: 5px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.error .err_box{
    border: 4px solid #111;
    text-align: center;
    padding: 10px;
}
.err_box>h3{
    font-size: 24px;
    line-height: 40px;
    font-family: DomaineDisp;
    font-weight: 500;
    color: #ee0000;
    margin-top: 36px;
}
.err_box>h2{
    font-size: 48px;
    line-height: 50px;
    font-family: DomaineDisp;
    font-weight: 500;
    color: #111;
    margin-top: 36px;
}
.err_btn{
    display: block;
    width: 300px;
    height: 50px;
    background-color: #111;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: DomaineDisp;
    font-weight: 500;
    line-height: 50px;
    margin: 48px 0;
}

.wrong {
    color: red;
    font-size: 14px;
    text-align: left;
    width: 340px;
    margin: 5px auto 8px
}

.sub {
    width: 100%;
    text-align: center;
    padding: 26px 12px;
    box-sizing: border-box;
    margin-top: 9px;
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6
}

.sub h2 {
    font-size: 30px;
    line-height: 24px;
    font-family: DomaineDisp;
    font-weight: 500;
    color: #060606;
    margin-bottom: 16px;
    border: none;
    padding: 0
}

.sub p {
    font-size: 17px;
    line-height: 16px;
    font-family: Texta;
    font-weight: 400;
    color: #666;
    margin-bottom: 16px
}

.sub .sub_right {
    font-size: 0
}

.sub .emailbox {
    width: 222px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border: none
}

.sub .sign {
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #060606;
    color: #fff;
    font-size: 14px;
    font-family: Texta;
    font-weight: 700;
    transform: translate(-10px, 0);
    vertical-align: top
}

.content-top {
    position: relative;
    height: 666px;
    background: url(https://bf.silverextra.com/Public/Images/Banner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -170px;
    padding-top: 170px
}

.content-top .wrapper {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column
}

.date-box {
    width: 100px;
    text-align: center
}

.date-box div {
    font-family: AvantGardeBook;
    font-size: 50px;
    line-height: 50px;
    color: #f9f9f9;
    position: relative
}

.date-box:not(:last-child) div:after {
    content: ':';
    display: inline-block;
    font-family: ProductSans;
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #f9f9f9;
    opacity: .5;
    position: absolute;
    right: -5px;
    top: -5px
}

.content-bottom {
    position: relative;
    height: 518px;
    background: url(https://bf.silverextra.com/Public/Images/time.png);
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 32px;
    width: 100%;
    background-position: center;
    background-color: #370d09
}

.before-date {
    display: flex
}

.before-date span {
    width: 50%;
    font-family: AvantGardeBook;
    font-size: 16px;
    line-height: 26px;
    color: #ffdfc2
}

.before-date span:first-child {
    text-align: right;
    padding-right: 15px
}

.before-date span:last-child {
    text-align: left
}

.usetips {
    font-family: ProximaNova;
    font-weight: 400;
    width: 100%;
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(115, 115, 115, .9);
    z-index: -1;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity ease .25s;
    transition: opacity ease .25s;
    font-size: 13px;
    line-height: 16px;
    box-sizing: border-box
}

.desktop-usetips {
    color: #fff
}

.usetips-link {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    transform: translateY(-1px);
    display: inline-block
}

.usetips-ls {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex
}

.usetips-item {
    display: inline-block;
    width: 110px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 0;
    margin-right: 10px;
    height: 22px;
    line-height: 22px;
    font-size: 13px
}

span.usetips-item {
    background-color: #fff;
    color: #333;
    border-color: #fff
}

@media only screen and (max-width:1440px) {
    .usetips {
        padding: 10px
    }

    .usetips-ls {
        position: static;
        margin-top: 6px;
        transform: none
    }
}

@media only screen and (max-width:1300px) {
    .wrapper {
        width: 1056px
    }

    .nav {
        border-right: none
    }

    .index-header .nav>li {
        margin-right: 0;
        margin-left: 30px
    }

    .swiper-container1 {
        width: calc(50% + 495px);
        height: 710px;
        border-right: none;
        border-top: none
    }

    .swiper_slide_left {
        width: calc(100% - 428px);
        height: 710px
    }

    .swiper_slide_right {
        width: 392px;
        margin-left: 36px
    }

    .swiper_slide_title {
        font-size: 42px;
        line-height: 50px;
        margin: 36px 0;
        width: 500px
    }

    .swiper_slide_content {
        width: 90%
    }

    .swiper-pagination {
        margin-left: 0
    }

    .ts {
        margin-top: 60px
    }

    .center-swiper {
        margin-top: 60px
    }

    .center-swiper-bg {
        width: 100%
    }

    .center_swiper_right {
        margin-left: 36px
    }

    .center_swiper_content {
        display: none
    }

    .swiper-prev {
        left: 0
    }

    .swiper-next {
        right: 0
    }

    .swiper-page {
        top: 16px;
        right: 6px !important
    }

    .swiper-pagination-customs {
        color: #fff;
        margin-bottom: 16px
    }

    .bn {
        margin-top: 116px
    }

    .mp {
        font-size: 115px;
        top: -68px
    }

    /*.right {*/
    /*    width: 260px;*/
    /*    margin-left: 36px*/
    /*}*/
}

@media only screen and (max-width:1056px) {
    .wrapper {
        width: 1024px
    }

    /*.right {*/
    /*    width: 240px;*/
    /*    margin-left: 24px*/
    /*}*/
}

@media only screen and (max-width:1022px) {
    .index-header {
        background-size: 32% 100%
    }

    .index-header .logo-img {
        width: 210px;
        margin: 41px 0
    }

    .index-header .nav>li,
    .nav>li {
        margin-left: 16px
    }

    .wrapper {
        padding: 0 24px;
        width: 900px
    }

    .swiper-container1 {
        width: 100%;
        height: 690px
    }

    .swiper_slide_box {
        flex-direction: column
    }

    .swiper_slide_left {
        width: 100%;
        height: 500px
    }

    .swiper_slide_right {
        width: 100%;
        margin: 0;
        padding: 0 24px;
        display: flex;
        flex-direction: column-reverse;
        transform: translateY(-46px);
        box-sizing: border-box
    }

    .swiper_slide_title {
        width: 100%;
        transform: none;
        margin: 0 0 24px 0;
        min-height: 100px
    }

    .swiper_slide_content {
        display: none
    }

    .next-box {
        display: none
    }

    .swiper-pagination {
        display: flex;
        flex-direction: row;
        top: auto;
        bottom: 24px;
        right: 24px;
        transform: none !important
    }
    .swiper-pagination .swiper-pagination-bullet{
        width: 24px;
        height: 2px;
        margin: 0 4px;
    }
    .center_swiper_left {
        width: 40%
    }

    .swiper-prev {
        left: -20px
    }

    .swiper-next {
        right: -20px
    }

    .left{
        width: 100%;
        margin-left: 0
    }

    /*.right {*/
    /*    margin-top: 30px*/
    /*}*/

    .dr-list li {
        width: 33.3333%
    }
}

@media only screen and (max-width:900px) {
    .about {
        text-align: left;
    }
    .wrapper {
        width: 100%
    }

    .center-swiper-bg {
        height: 668px;
        transform: translateY(-40%)
    }

    .swiper-container3 {
        width: calc(100% + 24px);
        transform: translateX(-24px)
    }

    .center_swiper_box {
        flex-direction: column
    }

    .center_swiper_left {
        width: 100%
    }

    .center_swiper_right {
        width: 100%;
        margin: 32px 0 0;
        padding: 0 24px;
        display: flex;
        flex-direction: column;
        box-sizing: border-box
    }

    .swiper-prev {
        display: none
    }

    .swiper-next {
        right: 0
    }

    .swiper-page {
        display: none
    }

    .ec {
        margin-top: 130px
    }

    .mp {
        font-size: 80px;
        top: -48px
    }

    .bn {
        margin-top: 80px
    }
}

@media only screen and (max-width:768px) {
    header {
        height: 55px
    }

    .index-header {
        height: 55px;
        background-size: calc(100% - 70px) 100%
    }

    header .logo .logo-img {
        width: 150px;
        margin: 17px 0
    }

    .footer .logo-img {
        margin-bottom: 10px
    }

    .hd-menu {
        width: calc(100% + 48px);
        transform: translateX(-24px);
        float: none;
        overflow: hidden
    }

    .menu-btn {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 24px
    }

    .menu-btn span {
        background-color: #fff;
        width: 18px;
        height: 3px;
        position: absolute;
        right: 0;
        border-radius: 4px
    }

    .menu-btn span:first-child {
        width: 22px;
        top: 7px;
        transform-origin: 1px 2px
    }

    .menu-btn span:last-child {
        width: 12px;
        top: 14px;
        transform-origin: 0 1px
    }

    .index-header .nav,
    .nav {
        width: 100%;
        text-align: left;
        display: block;
        background-color: #111;
        height: 0;
        position: relative;
        z-index: 99;
        transition: ease .1s all;
        transform: none
    }

    .nav>li {
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        display: block;
        font-size: 0;
        overflow: hidden;
        margin-bottom: 10px
    }

    .nav>li>a.down,
    .nav>li>a:active,
    .nav>li>a:hover {
        background-color: rgba(0, 0, 0, .2);
        color: #fff
    }

    .nav>li>a {
        width: 100%;
        padding: 0;
        font-size: 0;
        text-align: center;
        text-indent: 0;
        margin: 0;
        float: left;
        color: #fff;
        display: inline-block;
        transition: ease .2s all;
        overflow: hidden
    }

    .nav li a:before {
        display: inline-block
    }

    #menu-check:checked+header .nav {
        width: 100%;
        height: 352px;
        padding-top: 30px;
        box-sizing: border-box
    }

    #menu-check:checked+header .nav>li {
        height: 48px;
        margin: 0
    }

    #menu-check:checked+header .nav>li>a {
        font-family: Texta-Regular;
        font-size: 24px;
        line-height: 48px;
        text-transform: none;
        padding: 0
    }

    .ts-list {
        margin-right: -16px
    }

    .ts-list li {
        padding-right: 16px
    }

    .ban-title {
        width: 75%
    }

    .swiper_slide_right {
        transform: translateY(-52px)
    }

    .swiper_slide_title {
        font-size: 28px;
        line-height: 36px
    }

    .center_swiper_title {
        font-size: 28px;
        line-height: 36px
    }

    .ft-box {
        flex-direction: column
    }

    .ft-support {
        flex-direction: column;
        align-items: center
    }

    .ft-support li {
        margin-top: 20px;
        margin-left: 0
    }

    .left{
        width: 100%
    }

    .left {
        margin-top: 8px
    }

    .content-bottom {
        padding-left: 100px;
        margin-left: -100px
    }

    .content-top {
        height: 460px
    }
}

@media only screen and (max-width:768px) {
    .bread_crumbs {
        display: none
    }

    #title_h {
        font-size: 22px;
        line-height: 30px;
        margin: 16px 0
    }

    .essay p {
        margin: 19px 0;
        font-size: 16px;
        line-height: 26px
    }

    .essay h4 {
        font-size: 18px;
        line-height: 24px;
        margin: 20px 0
    }

    .essay h4 a {
        font-size: 18px;
        line-height: 24px
    }

    #ads2 {
        margin: 24px 0
    }

    .essay h4+.old_img,
    .essay h4+div .old_img {
        margin-top: 21px
    }

    .essay p+.old_img,
    .essay p+div .old_img {
        margin-top: 19px
    }

    .essay p:last-child {
        margin-bottom: -5px
    }

    .essay>div+p {
        margin-top: 19px
    }

    .essay>.slide {
        margin-top: 24px
    }

    .essay .first-page {
        line-height: 60px;
        font-size: 24px;
        letter-spacing: 1px
    }

    .next-essay {
        min-height: 70px
    }

    .next-essay h1 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
        padding: 0 12px
    }

    .footer {
        margin-top: 30px
    }

    .content-top {
        margin-top: -48px;
        padding-top: 48px
    }
}

@media screen and (max-width:600px) {
    .about h1 {
        margin-top: 10px;
        margin-bottom:10px;
    }
    .swiper_slide_left {
        height: 330px
    }

    .swiper-container1 {
        height: 522px
    }

    .ts-title,
    .ts-title span {
        font-size: 28px;
        margin-bottom: 32px
    }

    .ts {
        margin-top: 40px
    }

    .ts-list li {
        width: 50%
    }

    .dt-ts {
        margin-top: 38px
    }

    .center-swiper {
        margin-top: 36px
    }

    .ec {
        margin-top: 76px
    }

    .mp {
        top: -113px;
        opacity: .75
    }

    .bn {
        margin-top: 115px;
        width: calc(100% + 48px);
        transform: translateX(-24px)
    }

    .ban-title {
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        padding: 30px 35px
    }

    .ban-title h1 {
        font-size: 28px;
        line-height: 32px
    }

    .list-bg {
        height: 200px;
        margin-bottom: 46px
    }

    .list-tl {
        font-size: 32px;
        line-height: 200px;
        letter-spacing: 2px
    }

    .content-bottom {
        height: 514px;
        background: url(https://bf.silverextra.com/Public/Images/time-360.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-color: #370d09;
        padding-left: 0;
        margin-left: 0
    }

    .before-date span {
        line-height: 30px
    }
}

@media only screen and (max-width:425px) {
    .mp {
        font-size: 60px;
        top: -87px
    }

    .ts-list li {
        width: 100%
    }

    .ts-txt h3 a {
        height: auto;
        display: block
    }

    .dr-list .ts-txt h3 a,
    .dt-txt h3 a {
        height: auto;
        display: block
    }

    .sub .emailbox {
        width: 100%;
        text-align: center;
        margin-bottom: 8px
    }

    .sub .sign {
        width: 100%;
        transform: translate(0)
    }

    .err_box>h2{
        font-size: 34px;
        line-height: 40px;
    }
    .err_btn{
        width: 240px;
    }


    .content-top {
        height: 320px
    }

    .date-box div {
        font-size: 32px;
        line-height: 32px
    }

    .date-box:not(:last-child) div:after {
        font-size: 32px;
        line-height: 32px
    }

    .content-bottom {
        margin-top: 24px
    }
}

@media only screen and (max-width:414px) {
    .content-bottom {
        padding-left: 50px;
        margin-left: -50px
    }
}
