body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box
}

html {
    font-size: 100px
}

body {
    line-height: 26px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: normal
}

ul,
ol,
li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #222;
    transition: all .3s ease-in-out
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
    color: #f56c6c
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none !important;
    transition: all .3s ease-in-out
}

a:hover {
    color: #f56c6c
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

input[type=submit],
input[type=reset],
input[type=button],
input,
button {
    -webkit-appearance: none;
    resize: none;
    outline: none
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    outline: none
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

.icon {
    position: relative;
    top: 2px;
    margin-right: 4px
}

.xs {
    display: none
}

.d-flex {
    display: flex;
    align-items: center
}

.d-flex-c {
    display: flex;
    justify-content: center;
    align-items: center
}

.notification {
    background-color: #333982;
    font-size: .14rem;
    color: #fff
}

.category {
    background-color: #f56c6c;
    width: 100%;
    margin-bottom: .3rem
}

.category .container {
    padding: .8rem .15rem;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap
}

.category .container h2 {
    font-size: .32rem;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-weight: bold
}

.category .container a {
    font-weight: 500;
    font-family: Verdana, sans-serif;
    color: #fff;
    transition: none
}

.category .container a:hover {
    border-bottom: 2px solid #fff
}

.category .container span {
    font-weight: 500;
    font-family: Verdana, sans-serif;
    color: #fff
}

html {
    font-size: 100px
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.container .row {
    display: flex
}

.container .row .col-xl-1 {
    width: 8.3333333333%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-1:last-child {
    margin-right: 0
}

.container .row .col-xl-2 {
    width: 16.6666666667%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-2:last-child {
    margin-right: 0
}

.container .row .col-xl-3 {
    width: 25%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-3:last-child {
    margin-right: 0
}

.container .row .col-xl-4 {
    width: 33.3333333333%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-4:last-child {
    margin-right: 0
}

.container .row .col-xl-5 {
    width: 41.6666666667%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-5:last-child {
    margin-right: 0
}

.container .row .col-xl-6 {
    width: 50%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-6:last-child {
    margin-right: 0
}

.container .row .col-xl-7 {
    width: 58.3333333333%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-7:last-child {
    margin-right: 0
}

.container .row .col-xl-8 {
    width: 66.6666666667%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-8:last-child {
    margin-right: 0
}

.container .row .col-xl-9 {
    width: 75%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-9:last-child {
    margin-right: 0
}

.container .row .col-xl-10 {
    width: 83.3333333333%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-10:last-child {
    margin-right: 0
}

.container .row .col-xl-11 {
    width: 91.6666666667%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-11:last-child {
    margin-right: 0
}

.container .row .col-xl-12 {
    width: 100%;
    display: flex;
    margin-right: 30px
}

.container .row .col-xl-12:last-child {
    margin-right: 0
}

.header-area {
    position: relative;
    z-index: 99
}

.header-area .main-menu {
    height: 1rem;
    transition: background .4s, all .3s linear;
    box-shadow: 0 .03rem .16rem 0 rgba(0, 0, 0, .1)
}

.header-area .main-menu .container {
    display: flex
}

.header-area .main-menu .navbar-brand {
    line-height: 1rem;
    font-weight: 900;
    font-size: .12rem;
    color: #222;
    transition: all .3s linear
}

.header-area .navbar-fixed {
    position: fixed;
    width: 100%;
    top: -0.7rem;
    left: 0;
    right: 0;
    background-color: #fff;
    transform: translateY(0.7rem);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0 .03rem .16rem 0 rgba(0, 0, 0, .1)
}

.menu-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.menu-nav .nav-item {
    margin-right: .3rem;
    padding: 0 .12rem;
    transition: all .3s linear
}

.menu-nav .nav-item:last-child {
    margin-right: 0
}

.menu-nav .nav-item:hover {
    border-bottom-color: #222
}

.menu-nav .nav-item .nav-item-link {
    line-height: 1rem;
    font-size: .12rem;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s linear
}

.main {
    padding: 30px 0
}

.main .category-button {
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f56c6c;
    font-size: .1rem;
    font-family: Verdana, sans-serif;
    border-radius: .16rem;
    padding: .08rem .15rem .06rem;
    color: #fff
}

.main .category-button:hover {
    background-color: #0a0a0a;
    color: #fff
}

.main .widget-title {
    width: 100%;
    font-size: .18rem;
    line-height: .4rem;
    text-align: left;
    color: #222;
    padding-left: 16px;
    margin-bottom: .3rem;
    position: relative;
    font-weight: 600;
    background-color: #fcdadc;
    border-left: 3px solid #f56c6c
}

.main .category-title {
    font-weight: bold;
    font-size: .24rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #feedec;
    margin-bottom: .5rem;
    color: #222;
    font-family: Verdana, sans-serif;
    width: 100%
}

.main .article-list {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.main .article-list .article-item {
    display: flex;
    width: 100%;
    margin: 0 0 .3rem;
    padding-bottom: .3rem;
    position: relative
}

.main .article-list .article-item .article-img-wrap {
    text-align: center;
    max-width: 300px
}

.main .article-list .article-item .article-img-wrap .article-img {
    width: 100%
}

.main .article-list .article-item .text-wrap {
    padding: 0 .15rem
}

.main .article-list .article-item .text-wrap .time-warp {
    margin-top: .1rem;
    font-size: .12rem;
    color: #777
}

.main .article-list .article-item .text-wrap .time-warp span:first-child {
    margin-right: 48px
}

.main .article-list .article-item .text-wrap h3 a {
    margin: .08rem 0;
    display: inline-block;
    line-height: .26rem;
    font-family: Verdana, sans-serif;
    font-size: .18rem;
    font-weight: 700;
    color: #222
}

.main .article-list .article-item .text-wrap h3 a:hover {
    color: #f56c6c
}

.main .article-list .article-item .text-wrap p {
    line-height: .24rem;
    font-size: .13rem;
    color: #777
}

.main .article-list .pagination {
    margin: 0 auto .5rem
}

.main .article-list .pagination .pagination-wrap {
    display: flex;
    justify-content: center
}

.main .article-list .pagination .pagination-wrap a {
    width: .4rem;
    line-height: .4rem;
    display: inline-block;
    font-size: .16rem;
    color: #222;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    margin-right: .07rem;
    background-color: #fcdadc
}

.main .article-list .pagination .pagination-wrap a .icon {
    position: relative;
    top: .03rem
}

.main .article-list .pagination .pagination-wrap a:hover {
    color: #f56c6c
}

.main .article-list .pagination .pagination-wrap a:hover .icon {
    fill: #f56c6c
}

.main .article-list .pagination .pagination-wrap .icon {
    color: #777
}

.main .article-list .pagination .pagination-wrap .pagination-list {
    display: flex;
    justify-content: center
}

.main .article-list .pagination .pagination-wrap .pagination-list .active a {
    color: #f56c6c !important
}

.main .sidebar .blog-right-sidebar .sidebar-wrap {
    border-radius: 2px;
    padding: 0 .3rem;
    margin-bottom: .5rem
}

.main .sidebar .blog-right-sidebar .subscribe-form {
    width: 100%;
    padding: 0
}

.main .sidebar .blog-right-sidebar .media {
    display: flex;
    align-items: flex-start
}

.main .sidebar .blog-right-sidebar .media-body {
    justify-content: center;
    align-self: center;
    flex: 1
}

.main .sidebar .blog-right-sidebar .media-body h3 {
    font-size: .14rem;
    line-height: 1.4;
    color: #222;
    margin-bottom: .14rem;
    transition: all .3s linear;
    font-weight: 500
}

.main .sidebar .blog-right-sidebar .media-body h3:hover {
    color: #f56c6c
}

.main .sidebar .blog-right-sidebar .input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%
}

.main .sidebar .blog-right-sidebar .input-group .form-control {
    border: 1px solid #feedec;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-weight: 300;
    color: #222;
    padding-left: 20px;
    border-radius: 0px;
    z-index: 0;
    background-color: #fff;
    transition: all .3s linear
}

.main .sidebar .blog-right-sidebar .input-group .form-control:focus {
    border-color: #f56c6c
}

.main .sidebar .blog-right-sidebar .input-group .form-control .icon {
    position: relative;
    top: 3px
}

.main .sidebar .blog-right-sidebar .cat-list li {
    transition: all .3s ease 0s;
    margin-bottom: .2rem
}

.main .sidebar .blog-right-sidebar .cat-list li:last-child {
    margin-bottom: 0
}

.main .sidebar .blog-right-sidebar .cat-list li:hover a {
    color: #f56c6c
}

.main .sidebar .blog-right-sidebar .cat-list li a {
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    font-size: .14rem;
    line-height: .16rem;
    font-family: Verdana, sans-serif;
    color: #222;
    font-weight: bold
}

.subscribe-form {
    padding-top: 25px;
    width: 375px;
    margin: 0 auto
}

.subscribe-form .input-group {
    width: 100%;
    position: relative
}

.subscribe-form .input-group input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 30px;
    padding-right: 40px;
    height: 50px;
    color: #f56c6c;
    background: #fff;
    padding-left: 20px
}

.subscribe-form .input-group .sub-btn {
    display: inline-block;
    background: #f56c6c;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    line-height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px
}

.article-detail {
    padding-top: 30px
}

.article-detail .article-wrap {
    width: 100%
}

.article-detail .article-wrap .time-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem
}

.article-detail .article-wrap .time-content .category-button {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #fcdadc;
    border: 1px solid #eee;
    font-size: .1rem;
    font-family: Arial, sans-serif;
    border-radius: .16rem;
    padding: 0 .15rem;
    color: #222;
    font-weight: bold
}

.article-detail .article-wrap .time-content .category-button:hover {
    background-color: #f56c6c;
    color: #fff
}

.article-detail .article-wrap h2 {
    line-height: 1.3;
    font-size: .3rem;
    font-weight: bold;
    color: #222;
    margin-top: .3rem;
    margin-bottom: .2rem
}

.article-detail .article-wrap h3 {
    line-height: 1.3;
    font-size: .32rem;
    color: #777;
    margin-bottom: .3rem;
    font-weight: bold
}

.article-detail .article-wrap p {
    line-height: .26rem;
    font-size: .14rem;
    color: #777;
    margin-bottom: .15rem
}

.article-detail .news-d-footer {
    border-top: 1px solid #eee;
    display: flex;
    width: 100%;
    margin-top: .4rem
}

.article-detail .comment-form {
    width: 100%;
    text-align: left;
    padding: .4rem 0px 0px;
    margin-bottom: .4rem
}

.article-detail .comment-form h4 {
    text-align: left;
    margin-bottom: .5rem;
    font-size: .18rem;
    line-height: .22rem;
    color: #222
}

.article-detail .comment-form .form-group {
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
    align-items: center;
    margin-bottom: .16rem
}

.article-detail .comment-form .form-group .form-item {
    width: 100%;
    position: relative;
    margin-bottom: .1rem
}

.article-detail .comment-form .form-group .form-item:nth-child(2) {
    margin-left: .3rem
}

.article-detail .comment-form .form-group .form-item label {
    position: absolute;
    top: 0;
    color: #222;
    font-size: .12rem;
    transition: .3s all linear
}

.article-detail .comment-form .form-group .form-item:focus-within label {
    top: -0.2rem
}

.article-detail .comment-form .form-group .form-item .form-input {
    width: 100%;
    flex: 1;
    padding: 0 .2rem;
    line-height: .4rem;
    background: #fcdadc;
    font-size: .12rem;
    color: #222;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0)
}

.article-detail .comment-form .form-group .form-item .form-input:focus {
    border-color: #eee
}

.article-detail .comment-form .submit-wrap {
    display: flex;
    justify-content: flex-end;
    border-radius: 0;
    line-height: .4rem
}

.article-detail .comment-form .submit-wrap .submit-btn {
    width: auto;
    display: inline-block;
    background: #f56c6c;
    padding: 0 .5rem;
    color: #fff;
    font-size: .13rem;
    line-height: .5rem;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all 300ms linear 0s
}

.article-detail .comment-form .submit-wrap .submit-btn:hover {
    background: #fff;
    color: #f56c6c;
    border-color: #f56c6c
}

.footer-area {
    background-color: #04091e;
    width: 100%;
    padding: 1rem .3rem .4rem
}

.footer-area .footer-text {
    text-align: center;
    margin: .2rem;
    line-height: 26px;
    font-size: .14rem;
    color: #777
}

.footer-area .footer-text a {
    color: #f56c6c;
    text-decoration: none;
    margin: 10px 5px 15px 20px
}

@media(min-width: 1200px) {
    .article-img-wrap {
        text-align: center;
        min-height: 200px
    }

    .article-img-wrap .article-img {
        width: 100%
    }
}

@media(max-width: 1200px) {
    html {
        font-size: 100px
    }

    .container {
        width: 960px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .container .row {
        display: flex
    }

    .container .row .col-lg-1 {
        width: 8.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-1:last-child {
        margin-right: 0
    }

    .container .row .col-lg-2 {
        width: 16.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-2:last-child {
        margin-right: 0
    }

    .container .row .col-lg-3 {
        width: 25%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-3:last-child {
        margin-right: 0
    }

    .container .row .col-lg-4 {
        width: 33.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-4:last-child {
        margin-right: 0
    }

    .container .row .col-lg-5 {
        width: 41.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-5:last-child {
        margin-right: 0
    }

    .container .row .col-lg-6 {
        width: 50%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-6:last-child {
        margin-right: 0
    }

    .container .row .col-lg-7 {
        width: 58.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-7:last-child {
        margin-right: 0
    }

    .container .row .col-lg-8 {
        width: 66.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-8:last-child {
        margin-right: 0
    }

    .container .row .col-lg-9 {
        width: 75%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-9:last-child {
        margin-right: 0
    }

    .container .row .col-lg-10 {
        width: 83.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-10:last-child {
        margin-right: 0
    }

    .container .row .col-lg-11 {
        width: 91.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-11:last-child {
        margin-right: 0
    }

    .container .row .col-lg-12 {
        width: 100%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-lg-12:last-child {
        margin-right: 0
    }
}

@media(max-width: 992px) {
    html {
        font-size: 80px
    }

    .container {
        width: 720px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .container .row {
        display: flex
    }

    .container .row .col-md-1 {
        width: 8.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-1:last-child {
        margin-right: 0
    }

    .container .row .col-md-2 {
        width: 16.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-2:last-child {
        margin-right: 0
    }

    .container .row .col-md-3 {
        width: 25%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-3:last-child {
        margin-right: 0
    }

    .container .row .col-md-4 {
        width: 33.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-4:last-child {
        margin-right: 0
    }

    .container .row .col-md-5 {
        width: 41.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-5:last-child {
        margin-right: 0
    }

    .container .row .col-md-6 {
        width: 50%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-6:last-child {
        margin-right: 0
    }

    .container .row .col-md-7 {
        width: 58.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-7:last-child {
        margin-right: 0
    }

    .container .row .col-md-8 {
        width: 66.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-8:last-child {
        margin-right: 0
    }

    .container .row .col-md-9 {
        width: 75%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-9:last-child {
        margin-right: 0
    }

    .container .row .col-md-10 {
        width: 83.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-10:last-child {
        margin-right: 0
    }

    .container .row .col-md-11 {
        width: 91.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-11:last-child {
        margin-right: 0
    }

    .container .row .col-md-12 {
        width: 100%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-md-12:last-child {
        margin-right: 0
    }

    .header-area {
        position: relative;
        z-index: 99
    }

    .header-area .main-menu {
        height: 70px;
        transition: background .4s, all .3s linear
    }

    .header-area .main-menu .container {
        display: flex;
        justify-content: space-between
    }

    .header-area .main-menu .container .navbar-toggle {
        background-color: rgba(0, 0, 0, 0);
        text-decoration: none;
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        user-select: none
    }

    .header-area .main-menu .container .navbar-toggle .icon-bar {
        display: block;
        width: 25px;
        height: 3px;
        background: #222;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer
    }

    .header-area .main-menu .container .menu-button-show .icon-bar:nth-child(1) {
        transform: rotate(-45deg);
        position: relative;
        top: 7.5px
    }

    .header-area .main-menu .container .menu-button-show .icon-bar:nth-child(2) {
        opacity: 0
    }

    .header-area .main-menu .container .menu-button-show .icon-bar:nth-child(3) {
        transform: rotate(45deg);
        position: relative;
        bottom: 6px
    }

    .header-area .main-menu .navbar-brand {
        line-height: 70px;
        font-weight: 400;
        font-size: .2rem;
        color: #222
    }

    .header-area .navbar-fixed {
        position: fixed;
        width: 100%;
        top: -70px;
        left: 0;
        right: 0;
        background: #fff;
        transform: translateY(70px);
        transition: transform 500ms ease, background 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
        box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .1)
    }

    .menu-nav {
        transition: height .4s, all .3s linear;
        height: 0;
        overflow: hidden;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 70px;
        flex: 1;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        z-index: 2
    }

    .menu-nav .nav-item {
        width: 720px;
        padding: 0 15px;
        margin-right: 0
    }

    .menu-nav .nav-item .nav-item-link {
        line-height: 40px;
        font-size: 14px;
        color: #222;
        font-weight: 500
    }

    .menu-list-show {
        height: 120px
    }

    .main .row {
        flex-wrap: wrap;
        justify-content: center
    }

    .main .row .col-md-12 {
        margin-right: 0
    }

    .main .row .article-list .article-item {
        width: 100%;
        margin: 0 .1rem .1rem;
        padding-bottom: .1rem
    }

    .main .row .article-list .article-item .article-img-wrap {
        max-width: 100%
    }

    .main .row .article-list .article-item .text-wrap {
        width: 100%;
        padding: .2rem 0
    }

    .main .row .article-list .article-item .text-wrap h3 a {
        display: inline-block;
        line-height: .2rem;
        font-size: .18rem;
        margin-bottom: .1rem
    }

    .main .row .article-list .article-item .text-wrap .blog-meta {
        font-size: 12px;
        padding: 4px 0
    }

    .main .row .article-list .article-item .text-wrap .blog-meta .read-more {
        font-size: 12px
    }

    .main .row .sidebar {
        width: 100%
    }

    .main .article-list .pagination {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .main .sidebar .blog-right-sidebar {
        padding: .2rem 0
    }

    .main .sidebar .blog-right-sidebar .sidebar-wrap {
        padding: .1rem
    }

    .main .sidebar .blog-right-sidebar .widget-title {
        font-size: .16rem;
        margin-bottom: .18rem
    }

    .main .sidebar .blog-right-sidebar .media-body h3 {
        font-size: .14rem;
        line-height: .18rem
    }

    .main .sidebar .blog-right-sidebar .cat-list li {
        transition: all .3s ease 0s;
        padding-bottom: 8px;
        padding-top: 8px;
        margin-bottom: .1rem
    }

    .main .sidebar .blog-right-sidebar .cat-list li a {
        font-size: .14rem
    }
}

@media(max-width: 768px) {
    .lg {
        display: none
    }

    .xs {
        display: block
    }

    html {
        font-size: 80px
    }

    .container {
        width: 540px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .container .row {
        display: flex
    }

    .container .row .col-sm-1 {
        width: 8.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-1:last-child {
        margin-right: 0
    }

    .container .row .col-sm-2 {
        width: 16.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-2:last-child {
        margin-right: 0
    }

    .container .row .col-sm-3 {
        width: 25%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-3:last-child {
        margin-right: 0
    }

    .container .row .col-sm-4 {
        width: 33.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-4:last-child {
        margin-right: 0
    }

    .container .row .col-sm-5 {
        width: 41.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-5:last-child {
        margin-right: 0
    }

    .container .row .col-sm-6 {
        width: 50%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-6:last-child {
        margin-right: 0
    }

    .container .row .col-sm-7 {
        width: 58.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-7:last-child {
        margin-right: 0
    }

    .container .row .col-sm-8 {
        width: 66.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-8:last-child {
        margin-right: 0
    }

    .container .row .col-sm-9 {
        width: 75%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-9:last-child {
        margin-right: 0
    }

    .container .row .col-sm-10 {
        width: 83.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-10:last-child {
        margin-right: 0
    }

    .container .row .col-sm-11 {
        width: 91.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-11:last-child {
        margin-right: 0
    }

    .container .row .col-sm-12 {
        width: 100%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-sm-12:last-child {
        margin-right: 0
    }

    .menu-nav .nav-item {
        width: 540px
    }

    .article-list .article-item {
        flex-wrap: wrap
    }

    .article-list .article-item .article-img-wrap {
        width: 100%
    }
}

@media(max-width: 576px) {
    html {
        font-size: 80px
    }

    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px
    }

    .container .row {
        display: flex
    }

    .container .row .col-xs-1 {
        width: 8.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-1:last-child {
        margin-right: 0
    }

    .container .row .col-xs-2 {
        width: 16.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-2:last-child {
        margin-right: 0
    }

    .container .row .col-xs-3 {
        width: 25%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-3:last-child {
        margin-right: 0
    }

    .container .row .col-xs-4 {
        width: 33.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-4:last-child {
        margin-right: 0
    }

    .container .row .col-xs-5 {
        width: 41.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-5:last-child {
        margin-right: 0
    }

    .container .row .col-xs-6 {
        width: 50%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-6:last-child {
        margin-right: 0
    }

    .container .row .col-xs-7 {
        width: 58.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-7:last-child {
        margin-right: 0
    }

    .container .row .col-xs-8 {
        width: 66.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-8:last-child {
        margin-right: 0
    }

    .container .row .col-xs-9 {
        width: 75%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-9:last-child {
        margin-right: 0
    }

    .container .row .col-xs-10 {
        width: 83.3333333333%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-10:last-child {
        margin-right: 0
    }

    .container .row .col-xs-11 {
        width: 91.6666666667%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-11:last-child {
        margin-right: 0
    }

    .container .row .col-xs-12 {
        width: 100%;
        display: flex;
        margin-right: 30px
    }

    .container .row .col-xs-12:last-child {
        margin-right: 0
    }

    .nav-item {
        width: 100%;
        padding: 0 15px
    }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center
}

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

.t-de {
    height: .2rem;
    max-width: 100%;
    line-height: .3rem;
    font-size: .6rem;
    padding: .5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center
}

.grecaptcha-badge {
    visibility: hidden
}

/* Modern Pagination Styles */
.basic-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.blog-page__pagination {
  margin: 50px 0 30px;
}

.basic-pagination li {
  display: inline-block;
  margin-right: 0 !important;
}

.basic-pagination li a,
.basic-pagination li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #222;
  background-color: #fcdadc;
  border: 2px solid #fcdadc;
  /* border-radius: 20%; */
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(245, 108, 108, 0.1);
}

.basic-pagination li a::before,
.basic-pagination li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(245, 108, 108, 0.1), transparent);
  transition: left 0.5s ease;
}

.basic-pagination li a:hover::before {
  left: 100%;
}

.basic-pagination li a i {
  font-size: 16px;
  vertical-align: middle;
}

.basic-pagination li a:hover {
  border: 2px solid #f56c6c;
  background-color: #f56c6c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(245, 108, 108, 0.3);
}

.basic-pagination li a.current {
  background-color: #f56c6c;
  border: 2px solid #f56c6c;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 4px 8px rgba(245, 108, 108, 0.4);
}

.basic-pagination li a.disabled,
.basic-pagination li span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.basic-pagination li span.ellipsis {
  background-color: transparent;
  border: none;
  color: #f56c6c;
  font-weight: 600;
  cursor: default;
  box-shadow: none;
}

.basic-pagination li span.ellipsis:hover {
  background-color: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Enhanced hover effects for better UX */
.basic-pagination li a:not(.disabled):not(.current):hover {
  animation: paginationPulse 0.6s ease-in-out;
}

@keyframes paginationPulse {
  0% { transform: translateY(-2px) scale(1); }
  50% { transform: translateY(-2px) scale(1.05); }
  100% { transform: translateY(-2px) scale(1); }
}

/* Responsive design */
@media only screen and (max-width: 768px) {
  .basic-pagination {
    margin: 40px 0 30px;
    gap: 6px;
  }

  .blog-page__pagination {
    margin: 30px 0 20px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 45px;
    height: 45px;
    line-height: 25px;
    font-size: 14px;
  }

  .basic-pagination li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .basic-pagination {
    gap: 4px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 40px;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
  }

  .basic-pagination li a i {
    font-size: 12px;
  }
}
