@charset "UTF-8";

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

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

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

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

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

input:focus {
    outline-offset: 0
}

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

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

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5pc;
    position: relative
}

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

.inner {
    font-family: ProductSans-Regular;
    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)
}

.content {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

body {
    margin: 0;
    padding: 0;
    color: #212121;
    font-size: 14px;
    font-family: Savoy, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, open sans, helvetica neue, sans-serif, serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.nav ul li a:before {
    font-family: iconfont !important;
    font-size: 1pc
}

article,
aside,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
img,
li,
main,
nav,
p,
section,
span,
table,
ul {
    margin: 0 auto;
    padding: 0
}

img {
    border: none;
    width: 100%
}

a {
    text-decoration: none
}

a,
ul li {
    list-style: none
}

.cl {
    clear: both
}

header {
    background: #fff;
    display: flex;
    height: 64px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .07);
    position: relative
}

.header {
    position: relative;
    width: 100%;
    height: 64px;
    width: 1100px;
    padding: 0 16px;
    box-sizing: border-box
}

.logo {
    float: left;
    height: 64px;
    max-width: 200px;
    display: flex;
    align-items: center
}

.logo img {
    margin-top: 10px
}

.logo a {
    display: inline
}

.nav {
    font-size: 18px;
    width: calc(100% + -290px)
}

.nav,
.nav ul {
    float: right;
    height: 64px
}

.nav ul li {
    float: left;
    height: 100%
}

.nav ul li a {
    color: #333;
    text-transform: uppercase;
    display: block;
    font-family: OpenSans;
    padding: 0 .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 64px
}

.nav ul li .star {
    display: none
}

.nav . .nav a.down,
.nav a:active,
.nav a:hover {
    color: #dc1a0b
}

.nav-icon,
input[type=checkbox] {
    position: absolute;
    width: 25px;
    height: 25px
}

.nav-icon {
    background: url(https://ac.silverextra.com/Public/Images/nav_bg.png) no-repeat;
    display: none;
    height: 20px;
    width: 20px;
    position: absolute;
    cursor: pointer
}

input[type=checkbox] {
    z-index: 9999;
    opacity: 0;
    cursor: pointer
}

.wrapper {
    width: 1100px;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 auto
}

h2 {
    text-align: center;
    margin: 20px 0
}

.banner_title {
    margin: 20px auto 30px;
    width: 70%;
    text-align: center
}

.banner_title h1 a {
    font-family: Savoy;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0;
    color: #111
}

.banner_title .category {
    font-family: ProximaNova;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 2px;
    color: #dc1a0b
}

.c-h2 {
    margin: 0 0 30px;
    position: relative;
    text-align: center
}

.c-h2 span {
    font-family: Savoy;
    font-size: 40px;
    font-weight: Bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #111;
    position: relative;
    background: #fff
}

.c-h2 span:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #111;
    display: inline-block;
    position: absolute;
    left: -120px;
    top: 50%
}

.c-h2 span:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #111;
    display: inline-block;
    position: absolute;
    right: -120px;
    top: 50%
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 30px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 280px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 24px
}

.swiper-slide>div {
    width: 100%
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    overflow-x: scroll
}

.swiper-container::-webkit-scrollbar {
    width: 0 !important;
    display: none !important
}

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

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

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

.ts-pic img {
    width: 100%;
    /*height: 280px;*/
    /*object-fit: cover;*/
}

.ts-text {
    padding: 5px 5px 0
}

.ts-text a {
    font-family: Savoy;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0;
    color: #111
}

.l-h2 {
    position: relative;
    text-align: left
}

.l-h2 span {
    font-family: Savoy;
    font-size: 32px;
    font-weight: Bold;
    font-style: italic;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 3px;
    color: #111;
    position: relative;
    text-transform: uppercase
}

.l-h2 span:after {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #111;
    display: inline-block;
    position: absolute;
    right: -120px;
    top: 50%
}

.index-must-list li:not(:last-child) {
    margin-bottom: 40px
}

.index-must-list li.l-li {
    margin: 0 0 30px
}

.index-must-list li>a:nth-child(1) {
    width: 43%;
    display: inline-block;
    overflow: hidden;
    padding-top: 28%;
    position: relative;
    background-color: #f8f8f8
}

.index-must-list img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%
}

.iml-category {
    width: 54%;
    display: inline-block;
    padding-left: 2%;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box
}

.iml-category .category {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 2px;
    color: #dc1a0b
}

.iml-category h3 {
    font-family: Savoy;
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0;
    color: #111
}

.iml-category .index-content {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: #999
}

.index-must {
    margin-bottom: 30px
}

.wrapper-index hr {
    width: 100%;
    height: 2px;
    background-color: #dc1a0b;
    opacity: .3;
    border: 0;
    margin-top: 64px;
    margin-bottom: 40px
}

.article-index {
    overflow: hidden;
    margin-right: -15px;
    font-size: 0
}

.article-index li {
    display: inline-block;
    width: 33.333333%;
    padding-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-sizing: border-box
}

.article-index li p {
    text-align: center
}

.article-index li img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover
}

.article-index .article-index-img {
    width: 100%;
    margin-bottom: 3px;
    position: relative
}

.article-index .article-index-img a {
    display: block;
    overflow: hidden;
    padding-top: 75%;
    background-color: #fbfbfb;
    position: relative
}

.article-index .article-index-img .first-page {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    font-family: OpenSans, sans-serif;
    bottom: 0;
    position: absolute;
    opacity: .9;
    padding: 0 25px 0;
    border-radius: 0;
    line-height: 60px;
    text-transform: uppercase;
    background-color: #dc1a0b;
    box-sizing: border-box;
    text-decoration: none;
    padding-top: 0
}

.article-index p a {
    font-family: ProximaNova;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #dc1a0b
}

.article-index span {
    transition: all .4s ease 0s;
    width: 100%;
    display: block;
    height: 52px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center
}

.article-index span a {
    font-family: Savoy;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0;
    color: #111;
    text-align: center
}

.article-index li a:hover,
.article-index li:hover span a {
    color: #e41f3a
}

.list-h2 span {
    display: inline-block;
    line-height: 65px;
    margin-top: 30px
}

.list-h2 span:before {
    width: 120px;
    background-color: #aaa;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.list-h2 span:after {
    display: none
}

.list-post {
    font-family: Savoy;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0;
    color: #666;
    text-align: center;
    margin-bottom: 30px
}

.center img {
    width: 10%
}

.wrapper-list {
    text-align: center;
    font-size: 0;
    margin-top: 10px
}

.wrapper-list hr {
    margin-bottom: 1rem;
    margin-top: .5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.ads-detail-five,
.left,
.right {
    vertical-align: top;
    display: inline-block;
    text-align: left
}

.left {
    width: 728px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.left h5 {
    font-family: OpenSans;
    font-weight: 700
}

.left .slideshow {
    width: 100%;
    float: left
}

.right {
    width: 300px;
    margin-left: 40px;
    display:none;
}

.right .also-like-list li {
    margin-top: 15px;
    width: 100%
}

h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: .25rem;
    margin-top: .25rem;
    color: #111
}

.article p {
    letter-spacing: .2px;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 14px
}

.article p b {
    display: initial
}

.article b {
    font-family: OpenSans;
    font-weight: 700
}

.pageGo {
    margin: 10px 0 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0;
    display: flex
}

.pageGo a {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    width: 100%
}

.pageGo a span {
    width: 100%;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    font-family: OpenSans, sans-serif;
    text-align: center;
    line-height: 80px;
    color: #fff;
    text-decoration: none !important;
    padding: 0;
    font-size: 38px;
    margin: 0 auto;
    height: 80px;
    overflow: hidden;
    background: #dc1a0b
}

.pageGo a span i {
    font-style: normal;
    transform: translateY(1px);
    display: inline-block
}

.pageGo a span:hover {
    background-color: #a01005
}

.page_num {
    width: 200px;
    flex-shrink: 0;
    display: inline-block;
    font-family: OpenSans;
    font-weight: 400;
    font-size: 35px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #dc1a0b;
    vertical-align: middle
}

.top-page {
    display: none;
    margin-bottom: 10px;
    width: 100%
}

.nextslide {
    width: 100%;
    background-color: #dc1a0b;
    border-radius: 6px;
    box-sizing: border-box
}

.nextslide a {
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 80px;
    color: #fff;
    text-decoration: none !important;
    padding: 0;
    font-size: 38px;
    margin: 0 auto;
    height: 80px;
    overflow: hidden
}

.next-button {
    background-color: #dc1a0b;
    width: 100%;
    float: right
}

.fixed_pageGo {
    display: none
}

.category-items {
    width: 100%;
    font-size: 85%;
    color: #b3c2bf;
    font-family: ProximaNova;
    font-weight: 400;
    box-sizing: border-box
}

.category-items a {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.like a {
    line-height: 19px;
    margin-top: 8px;
    font-family: ProximaNova;
    font-weight: 400;
    line-height: 29px
}

.category-items span {
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-left: 10px
}

.category-items p {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    font-family: ProximaNova;
    font-weight: 400;
    margin-bottom: .5rem;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #2a2a2a
}

.people-like hr {
    margin-bottom: 1rem;
    margin-top: .5rem;
    border: 0;
    background-color: rgba(0, 0, 0, .1)
}

.right .category-items p:hover {
    color: #ef3b39;
    transition: all .25s ease-in-out
}

.ads-detail-first {
    margin-top: 10px;
    margin-bottom: 14px
}

.ads {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
    font-size: 14px
}

.ads-detail-five {
    width: 300px;
    margin-right: 20px
}

.text-404 {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #8c8b8b
}

.text-404 img {
    width: 500px
}

.h2_404 {
    margin-top: 90px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #464637
}

footer {
    clear: both;
    background-color: #222;
    box-sizing: border-box;
    text-align: center;
    margin-top: 48px
}

.sidebar-footer {
    display: flex
}

.sidebar-footer>li {
    padding: 0 20px;
    margin: 40px 0;
    width: 33.333%;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.sidebar-footer>li:first-child {
    border-left: none
}

.ft-logo {
    text-align: left
}

.copyright {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #666
}

.footer-logo {
    width: 210px;
    margin: 0;
    margin-bottom: 10px
}

.menus {
    display: flex
}

.menus li a {
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0;
    color: #999
}

.footer .sub {
    background: 0 0;
    font-size: 0;
    text-align: left
}

.footer .sub h2 {
    font-family: Savoy;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #999;
    text-align: left
}

.footer .sub .emailbox {
    width: 180px;
    height: 40px;
    border: solid 1px #999;
    border-radius: 0;
    margin-right: 0;
    background: 0 0;
    color: #fff
}

.footer .sub .sign {
    width: 100px;
    height: 40px;
    background-color: #999;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: Bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: #222;
    border-radius: 0
}

h5 {
    font-size: 28px;
    margin-top: 14px
}

.wrapper-archive {
    font-size: 8px;
    margin-bottom: 120px;
}

.archives {
    min-height: 100vh
}

.wrapper-archive h1{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
    font-family: OpenSans;
}


.archives p {
    margin: 12px 0;
    font-size: 16px;
    font-family: OpenSans;
    font-weight: 400;
    line-height: 24px;
}

.archives>b {
    font-size: 20px;
    line-height:32px;
    display: inline-block;
    font-family: OpenSans;
    font-weight: 700
    margin: 18px 0 6px 0;
}

.archives p b {
    font-family: OpenSans;
    font-weight: 700
}

.archives 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;
}

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


.archives div {
    margin: 10px 0;
    font-size: 1pc
}

.essay {
    width: 728px;
    margin: 0 auto;
    letter-spacing: normal
}

.essay .pageGo {
    margin-bottom: 15px
}

.ads-detail-second {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px
}

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

.essay h2:after {
    content: none
}

.essay h3 {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 14px
}

.essay h4 {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    font-family: OpenSans;
    line-height: 30px;
    color: #242424;
    margin-bottom: 5px;
    margin-top: 5px
}

.essay p {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-family: OpenSans;
    color: #242424;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.essay a {
    text-decoration: underline
}

.essay img {
    margin-top: 10px;
    display: block
}

.essay .first-page {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    font-family: OpenSans, sans-serif;
    bottom: 0;
    position: absolute;
    opacity: .9;
    padding: 0 25px 0;
    border-radius: 0;
    line-height: 80px;
    text-transform: uppercase;
    background-color: #dc1a0b;
    box-sizing: border-box;
    text-decoration: none
}

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

.essay table {
    margin-top: 9pt;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0
}

.long_article h1 {
    margin-top: 11px
}

.long_article .ads {
    margin: 21px 0 19px
}

.long_article .essay p,
.long_article .essay p a {
    margin-bottom: 19px
}

.long_article .essay h3,
.long_article .essay h4,
.long_article .essay h4 a {
    line-height: 36px;
    margin-bottom: 17px
}

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

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

.long_article .essay img {
    margin-bottom: 17px
}

.choice {
    margin-top: 24px
}

.choice button {
    background-color: #f1f1f1;
    color: #2d3069;
    cursor: pointer;
    font-size: 16px;
    margin-top: 8px;
    padding: 12px 20px;
    text-align: left;
    transition: background-color .1s ease;
    width: 100%;
    box-sizing: border-box;
    font-family: georgia;
    color: #333;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.choice button.selected {
    background-color: #fb0;
    font-weight: 700
}

.answer_alert {
    width: 320px;
    height: 220px;
    background-color: #fff;
    box-shadow: 0 0 13px 1px rgba(0, 0, 0, .12);
    border-radius: 16px;
    border: solid 6px #e00;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    box-sizing: border-box;
    display: none;
    z-index: 999
}

.answer_alert div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%
}

.answer_alert p {
    font-size: 75px;
    line-height: 85px
}

.answer_alert h3 {
    font-family: georgia;
    font-weight: 700;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0;
    color: #fb0;
    text-align: center
}

.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;
    font-weight: 700;
    color: #fff;
    font-family: OpenSans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    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)
}

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

.sub {
    width: 100%;
    background-color: rgba(220, 26, 11, .1);
    text-align: center;
    padding: 30px 16px 24px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 0
}

.sub h2 {
    font-family: Savoy;
    font-size: 32px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 2px;
    color: #dc1a0b;
    margin: 0 auto 16px;
    text-transform: uppercase
}

.sub p {
    font-family: ProximaNova;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: #923730;
    margin-bottom: 16px
}

.sub b {
    font-weight: 700
}

.sub .emailbox {
    width: 212px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    box-shadow: 2px 1px 4px -4px rgba(0, 0, 0, .75);
    margin-right: 8px
}

.sub .sign {
    width: 120px;
    height: 40px;
    line-height: 42px;
    background-color: #ef3b39;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-family: Nexa;
    font-weight: 700;
    vertical-align: top
}

.nextpage {
    position: relative;
    display: block;
    margin-bottom: 15px;
    background: #dc1a0b;
    display: flex;
    flex-direction: row
}

.nextpage img {
    height: 90px;
    margin: 0;
    object-fit: cover;
    width: 110px;
    max-width: 110px
}

.nextpage .next_title {
    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;
    font-weight: 700;
    color: #fff;
    font-family: gilroy;
    text-transform: uppercase;
    width: 100%;
    padding: 0 24px;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    transform: translateY(2px)
}

.nextpage span {
    vertical-align: middle;
    display: inline-flex;
    align-items: center
}

.nextpage h1 {
    font-family: OpenSans;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    width: 100%;
    line-height: 32px
}

.d-list h2 {
    text-transform: uppercase;
    margin: 0 0 15px;
    font-size: 24px;
    font-family: OpenSans;
    font-weight: 700;
    color: #222;
    text-align: left;
    margin-top: 25px
}

.red {
    color: #e00;
    font-style: normal
}

.d-list ul {
    margin-right: -14px
}

.d-list li {
    display: inline-block;
    width: 33.3333333%;
    margin-bottom: 17px;
    padding-right: 14px;
    box-sizing: border-box;
    vertical-align: top
}

.ln-pic {
    display: block;
    width: 100%;
    padding-top: 75%;
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden
}

.ln-pic img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover
}

.ts-txt {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative
}

.ts-txt p {
    text-align: center
}

.ts-txt h3 a {
    font-size: 12px;
    line-height: 28px;
    font-weight: 700;
    color: #e00;
    padding: 0 20px;
    text-transform: uppercase;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20px);
    letter-spacing: 1.2px
}

.ts-txt p a {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    padding: 0 5px;
    font-family: ProximaNova;
    font-weight: 400;
    display: block
}

.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
}
.advertisement {
    font-family: ProximaNova;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 4px;
    color: #8990a1;
    text-align: left;
}
@media screen and (max-width:1150px) {
    .usetips {
        padding: 10px
    }

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

@media screen and (max-width:1110px) {
    .swiper-slide {
        width: 16.6% !important
    }

    footer {
        clear: both;
        width: 100%
    }

    .header,
    .wrapper-index {
        clear: both;
        width: 100%
    }

    .wrapper-list {
        width: 100%;
        text-align: center;
        clear: both
    }

    .article-index span {
        line-height: 26px;
        height: 74px;
        margin-bottom: 6px;
        font-size: 15px
    }

    .right {
        margin-left: 0;
        width: 728px;
        margin-bottom: 48px
    }

    .left {
        width: 728px
    }

    .archives {
        min-height: 40vh
    }

    .right .also-like-list li {
        display: inline-block;
        width: 33.3333333%;
        margin-bottom: 17px;
        padding-right: 14px;
        box-sizing: border-box
    }
}

@media screen and (max-width:1023px) {
    .essay {
        width: 100%
    }

    .next-essay span {
        margin-right: 5px
    }

    .slideshow h1 {
        width: 100%
    }

    .ads-detail-four {
        display: none
    }

    .category-ul a {
        padding-right: .7rem
    }

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

    .footer .sub .sign {
        width: 80%
    }

    .iml-category h3 {
        font-size: 28px;
        line-height: 32px
    }
}

@media screen and (max-width:768px) {
    .content {
        position: absolute;
        right: 10px;
        width: auto
    }

    .header {
        width: 100%
    }

    input[type=checkbox] {
        left: 5px;
        top: 15px
    }

    .nav-icon {
        display: block;
        top: 22px
    }

    input:checked~nav {
        height: 166px;
        margin-right: 0;
        margin-top: 50px
    }

    .header nav {
        clear: both;
        width: calc(100% + 32px);
        transform: translateX(16px);
        background: #fff;
        height: 0;
        overflow: hidden;
        transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -ms-transition: all .6s ease-in-out
    }

    .nav ul {
        float: none;
        height: 50px
    }

    .nav ul li {
        width: 50%
    }

    .nav ul li a {
        border-bottom: 1px solid #ddd;
        display: block;
        margin: 0;
        height: 35px;
        line-height: 38px;
        float: left;
        width: 99%;
        color: #333;
        padding: 4px 0 0 16px
    }

    .nav ul li:nth-child(1) {
        border-top: 0
    }

    .nav a.down,
    .nav a:active,
    .nav ul li a:hover {
        background: #fff
    }

    .nav ul li a:nth-child(2n) {
        float: right
    }

    .nav ul li .star {
        width: 22px;
        height: 18px;
        fill: #d34457;
        display: inline-block;
        transform: translateY(2px)
    }

    .nav li a:before {
        font-size: 24px;
        line-height: 30px;
        padding-left: 9px;
        margin-right: -1px;
        display: none;
        width: 30px;
        height: 30px;
        text-indent: 0;
        float: left;
        color: #d34457
    }

    .logo {
        height: 60px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-left: auto !important;
        border: none !important;
        position: absolute;
        left: 0;
        right: 0
    }

    .logo img {
        margin-top: 12px
    }

    .essay {
        width: 100%
    }

    .left h1 {
        font-size: 25px
    }

    .essay p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 10px
    }

    .footer .sub .emailbox,
    .footer .sub .sign {
        width: 100%
    }

    .article-index .article-index-img .first-page {
        font-size: 20px;
        padding: 0
    }
}

@media screen and (max-width:767px) {

    .footer .container,
    .wrapper-index,
    .wrapper-list {
        display: block;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box
    }

    .left,
    .right {
        width: 100%
    }

    .nav-icon {
        left: 16px
    }

    .article-index li img {
        width: 100%
    }

    .header.header-detail,
    .wrapper-list {
        display: block
    }

    h2 {
        font-size: 180%
    }

    .category-ul a {
        padding-right: 2.8rem
    }

    .category h4 {
        padding-left: 30px
    }

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

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

    .banner_title {
        margin: 15px auto
    }

    .banner_title h1 a {
        font-size: 32px;
        line-height: 40px
    }

    .banner_title .category {
        line-height: 28px
    }

    .swiper-slide {
        width: 25% !important
    }

    .ts-text {
        padding: 0 5px
    }

    .index-must-list li:not(:last-child) {
        margin-bottom: 25px
    }

    .index-must-list li.l-li {
        margin: 0 0 10px
    }

    .iml-category h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 6px 0
    }

    .iml-category .category {
        line-height: 18px
    }

    .article .d-list:last-child,
    .right.d-list {
        display: none
    }

    .essay .choice p {
        margin-bottom: 8px
    }

    .top-page {
        display: inline-block
    }
}

@media screen and (max-width:748px) {
    #ads1 {
        height: 280px
    }

    .ads-detail-second {
        margin-top: 21px
    }

    .sidebar-footer {
        flex-direction: column-reverse;
        margin-left: 0;
        margin-right: 0
    }

    .sidebar-footer>li {
        width: 100%;
        padding: 40px 0;
        margin: 0;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        text-align: center
    }

    .footer-logo {
        margin: 0 auto 10px
    }

    .footer .sub h2 {
        text-align: center
    }

    .footer .sub .emailbox,
    .footer .sub .sign {
        width: 280px;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width:728px) {
    h2 {
        margin: 8px 0 10px
    }

    .post {
        margin-top: 10px
    }

    .desktop {
        display: none
    }

    .d-list li:nth-child(n) {
        width: 50%
    }
}

@media screen and (max-width:650px) {
    .next-button {
        font-size: 28px
    }

    .iml-category .index-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

@media screen and (max-width:600px) {
    header {
        height: 50px
    }

    .header {
        margin-bottom: 0;
        height: 50px
    }

    .logo {
        height: 46px;
        max-width: 170px
    }

    .banner_title {
        margin: 8px auto 24px
    }

    .banner_title h1 a {
        font-size: 24px;
        line-height: 24px
    }

    .archives {
        min-height: auto
    }

    .article-index li {
        width: 100%;
        height: auto;
        margin-bottom: 12px
    }

    .article-index span {
        height: auto;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .ads {
        margin-bottom: 15px;
        margin-top: 15px
    }

    .essay picture {
        display: block;
        width: 100%;
        margin-top: 8px;
        margin-bottom: 9px
    }

    .nav-icon {
        background: url(https://ac.silverextra.com/Public/Images/nav_bg1.png) no-repeat;
        height: 20px;
        width: 20px;
        position: absolute;
        cursor: pointer;
        top: 16px
    }

    .swiper-slide {
        width: 33.3% !important
    }

    .nextpage .next_title {
        margin-top: 0;
        padding: 0 12px
    }

    .next_title h1 {
        font-size: 16px;
        line-height: 20px
    }

    .page_num {
        width: 100px;
        font-size: 22px
    }

    .pageGo a span {
        font-size: 24px
    }
}

@media screen and (max-width:580px) {
    .category ul {
        margin-top: 20px
    }
}

@media screen and (max-width:490px) {
    .essay .first-page {
        font-size: 1.5rem;
        line-height: 61px;
        height: 60px
    }

    .category-ul a {
        padding-right: 1.8rem
    }

    .index-must-list li>a:nth-child(1) {
        width: 100%;
        padding-top: 66%
    }

    .iml-category {
        width: 100%;
        padding-left: 0;
        margin-top: 6px
    }

    .iml-category h3 {
        font-size: 22px
    }

    .c-h2 span {
        padding: 0 25px
    }

    .c-h2:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #111;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%
    }

    .c-h2 span:before {
        content: none
    }

    .c-h2 span:after {
        content: none
    }
}

@media screen and (max-width:414px) {
    .article {
        padding: 0
    }

    h2 {
        font-size: 130%;
        line-height: 150%;
        margin: 4px 0 5px
    }

    .sub .emailbox {
        width: 182px
    }

    .sub .sign {
        width: 90px
    }

    .swiper-slide {
        width: 50% !important
    }

    .d-list li:nth-child(n) {
        width: 100%
    }
}

@media screen and (max-width:360px) {
    .next-essay h1 {
        font-size: 15px
    }

    .swiper-slide {
        width: 80% !important
    }

    .sub h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .sub p {
        font-size: 16px
    }

    .sub .emailbox {
        width: 165px
    }

    .pageGo a span {
        font-size: 20px
    }
}
