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
}

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

html {
  font-size: 100px
}

body {
  line-height: 26px;
  font-size: 16px;
  font-family: "lora";
  font-weight: normal
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf)  format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

a:hover {
  color: #409eff
}

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

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  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
}

input::placeholder {
  font-style: italic;
  color: #939393;
  font-size: 14px
}

input:-ms-input-placeholder {
  color: #939393;
  font-size: 14px
}

input::-ms-input-placeholder {
  color: #939393;
  font-size: 14px
}

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
}

.xs {
  display: none
}

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

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

.category {
  background-color: #409eff;
  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: "Arial",sans-serif;
  font-weight: bold
}

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

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

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

.time-wrap {
  color: #6b6b6b !important;
  display: flex;
  cursor: pointer;
  font-family: "Arial",sans-serif;
  font-weight: bold;
  margin: .2rem 0;
  position: relative;
  transition: all .3s ease-in-out
}

.time-wrap .time {
  color: #409eff
}

.time-wrap span {
  margin-right: .3rem;
  transition: all .3s ease-in-out
}

.time-wrap span:hover {
  color: #409eff !important
}

.article-wrap .time-wrap .time {
  color: #6b6b6b !important
}

.article-wrap .time-wrap .time:hover {
  color: #409eff !important
}

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: .7rem;
  transition: background .4s,all .3s linear
}

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

.header-area .main-menu .navbar-brand {
  line-height: .7rem;
  font-weight: 900;
  font-size: .24rem;
  color: #424242;
  transition: all .3s linear;
  font-family: "Arial",sans-serif
}

.header-area .main-menu .navbar-brand:hover {
  color: #424242
}

.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-right: .24rem;
  transition: all .3s linear
}

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

.menu-nav .nav-item .nav-item-link {
  line-height: .7rem;
  font-size: .16rem;
  color: #545454;
  font-weight: 700;
  letter-spacing: .01rem;
  text-transform: uppercase;
  font-family: "Arial",sans-serif;
  transition: all .3s linear
}

.menu-nav .nav-item .nav-item-link:hover {
  color: #409eff
}

.menu-nav .active {
  border-bottom-color: #424242
}

.main {
  padding: 30px 0
}

.main .category-button {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #409eff;
  font-size: .1rem;
  font-family: "Arial",sans-serif;
  border-radius: .02rem;
  padding: .08rem .15rem .06rem;
  color: #424242;
  font-weight: bold
}

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

.main .widget-title {
  font-size: .24rem;
  line-height: .2rem;
  text-align: left;
  color: #424242;
  padding-bottom: .2rem;
  margin-bottom: .4rem;
  position: relative;
  font-weight: 400;
  font-family: "Arial",sans-serif
}

.main .breadcrumb ul {
  display: flex;
  align-items: center;
  margin-bottom: .4rem
}

.main .breadcrumb ul li {
  display: flex;
  align-items: center;
  margin-right: .05rem
}

.main .breadcrumb ul li a {
  color: #939393;
  font-weight: bold;
  font-family: "Arial",sans-serif;
  margin: 0 .06rem
}

.main .breadcrumb ul li:hover a {
  color: #409eff
}

.main .breadcrumb ul .active a {
  color: #424242
}

.main .category-title {
  font-weight: bold;
  font-size: .24rem;
  padding-bottom: .15rem;
  border-bottom: 1px solid #393c3d;
  margin-bottom: .5rem;
  color: #424242;
  font-family: "Arial",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;
  position: relative
}

.main .article-list .article-item .article-img-wrap {
  text-align: center;
  max-width: 2.7rem;
  position: relative;
  overflow: hidden
}

.main .article-list .article-item .article-img-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: rgba(64,158,255,.3);
  opacity: 0;
  transition: all .3s ease-in-out
}

.main .article-list .article-item .article-img-wrap:hover:after {
  opacity: 1
}

.main .article-list .article-item .article-img-wrap:hover .article-img {
  transform: scale(1.1)
}

.main .article-list .article-item .article-img-wrap .article-img {
  width: 100%;
  transition: all .3s ease-in-out
}

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

.main .article-list .article-item .text-wrap h3 a {
  display: inline-block;
  line-height: .36rem;
  font-size: .24rem;
  font-family: "Arial",sans-serif;
  font-weight: bold;
  color: #424242
}

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

.main .article-list .article-item .text-wrap p {
  line-height: .3rem;
  font-size: .14rem;
  color: #939393
}

.main .article-list .pagination {
  margin-bottom: .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;
  font-family: "Arial",sans-serif;
  color: #424242;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  margin-right: .07rem
}

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

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

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

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

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

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

.main .sidebar .blog-right-sidebar .sidebar-wrap {
  border-radius: 2px;
  padding: 0 .1rem;
  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-family: "Arial",sans-serif;
  font-size: .16rem;
  line-height: 1.4;
  color: #424242;
  margin-bottom: .2rem;
  transition: all .3s linear;
  font-weight: 500
}

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

.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 #393c3d;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-weight: 300;
  color: #424242;
  padding-left: 20px;
  border-radius: 0;
  z-index: 0;
  background-color: #fff;
  transition: all .3s linear
}

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

.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: .3rem
}

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

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

.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: "Arial",sans-serif;
  color: #424242;
  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: #409eff;
  background: #fff;
  padding-left: 20px
}

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

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

.article-detail .article-wrap h2 {
  line-height: .32rem;
  font-size: .24rem;
  font-weight: bold;
  color: #424242;
  margin-bottom: .1rem;
  font-family: "Arial",sans-serif
}

.article-detail .article-wrap h3 {
  line-height: .36rem;
  font-size: .32rem;
  color: #424242;
  margin-bottom: .15rem;
  font-family: "Arial",sans-serif;
  font-weight: bold
}

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

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

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

.article-detail .comment-form h4 {
  text-align: left;
  margin-bottom: .5rem;
  font-size: .24rem;
  line-height: .32rem;
  color: #424242;
  padding: 0;
  font-weight: bold
}

.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: .3rem
}

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

.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: .15rem .3rem;
  background-color: #eff4f9;
  border-radius: 0;
  font-size: .12rem;
  color: #424242;
  resize: none
}

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

.article-detail .comment-form .submit-wrap .submit-btn {
  width: 100%;
  display: inline-block;
  background: #409eff;
  padding: 0 .4rem;
  color: #fff;
  font-family: "Arial",sans-serif;
  font-size: .13rem;
  line-height: .5rem;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s
}

.article-detail .comment-form .submit-wrap .submit-btn:hover {
  background: #0f1112
}

.footer-area {
  background-color: #0a0a0a;
  width: 100%;
  padding: .1rem 0
}

.footer-area .footer-text {
  display: flex;
  justify-content: space-between;
  line-height: 26px;
  font-size: .12rem;
  color: #939393
}

.footer-area .footer-text a {
  font-size: .14rem;
  color: #424242;
  text-decoration: none;
  margin: 10px 5px 15px 20px
}

.footer-area .footer-text a:hover {
  color: #409eff
}

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

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

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

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

  .article-img-wrap {
      max-width: 100% !important
  }

  .time-wrap span {
      margin-right: .1rem
  }

  .article-list .article-item {
      flex-wrap: wrap;
      width: 100%;
      margin: 0 .1rem .3rem
  }

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

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

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

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

@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: 50px;
      /* 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: #424242;
      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: #424242;
      font-family: "Arial",sans-serif
  }

  .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: 0 3px 16px 0 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: #424242;
      font-weight: 500;
      font-family: "Arial","Roboto",sans-serif,"DroidSans","Times New Roman"
  }

  .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 .3rem
  }

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

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

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

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

  .main .sidebar .blog-right-sidebar .cat-list li {
      border-bottom: 2px dotted #393c3d;
      transition: all .3s ease 0s;
      padding-bottom: 8px;
      padding-top: 8px
  }

  .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%
  }

  .time-wrap {
      display: none;
  }

  .article-detail .article-wrap p {
    font-size: 16px;
    line-height: 1.3;
  }

  h1 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
  }

  .main {
    padding: 10px 0;
  }
}

@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
  }
}

.back-top {
  width: 40px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 9999999;
  background-color: #0f1112;
  opacity: 0
}

.back-top .icon {
  position: relative;
  top: 3px
}

.back-top-show {
  opacity: 1
}

.positionFixed {
  bottom: 0;
  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: 5px;
  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
}

/* pagenation */
.pagination {
  margin: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  /* border: 1px solid #e3e3e3; */
  color: #000;
  /* border-radius: 20px; */
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: var(--text-font);
  color: #000;
  padding: 0;
  border: none;
  font-weight: 500;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease;
  text-decoration: none;
  line-height: 1;
  margin: 0;
}

.pagination li:hover {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}

.pagination li a:hover {
  color: #fff;
}

.pagination li.active {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}

.pagination li.active a {
  color: #fff;
}
