﻿@charset "utf-8";html{font-size:100%;text-rendering:optimizelegibility;}
body,button,input,select,textarea{font:14px/1.4 Helvetica,Arial,Verdana,Tahoma,sans-serif,'Open Sans','Hiragino Sans GB','Microsoft YaHei'}
abbr,address,article,aside,audio,b,body,code,dd,del,dfn,dialog,div,dl,dt,em,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,th,thead,time,tr,ul,var,video{margin:0;padding:0;font-weight:400;outline:0;}
textarea{resize:none;}
img{border:0;}
*,::after,::before{box-sizing:border-box;}
a{color:#4c4b4a;transition:all ease .25s;text-decoration:none;}
li{list-style-type:none;}
body{font-size:inherit;font-weight:inherit;line-height:inherit;background-color:#e7e7e7;}

.Scene-header {
  background-color: #fffbfb;
  line-height: 60px;
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.1s ease;
  height: 60px;
}
.nav-sticky {
  background-color: #fffbfb;
  color: #4d4d4d;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 80;
  box-shadow: 0px 5px 10px 0px rgba(17, 58, 93, 0.1);
}
.nav-up {
  top: 0;
  z-index: 9999;
}

.logo {
  float: left;
  font-size: 0;
}
.logo img {
  max-height: 60px;
  vertical-align: middle;
}
.navigation {
  float: left;
  margin-left: -70px;
}
.navigation ul {
  list-style: none;
}
.navigation li {
  float: left;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.navigation li a {
  padding: 0 20px;
  display: inline-block;
}
.navigation li a:hover {
  color: #06f;
  font-weight: bold;
  transition: color 0.3s, font-weight 0.3s;
}
.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  margin-top: -10px;
  background-image: linear-gradient(to right, #c0c0aa, #fe7a00);
}

li > a > i.fa {
  margin-right: 4px;
}
li#nav-link > a > i.fa {
  margin-right: 4px;
}
@media screen and (max-width: 1200px) {
  /*.son::after {
    content: "\f140";
    font-family: "Material Design Icons";
    left: 12px;
    top: 0;
    font-size: 14px;
    color: #aaa;
    margin-left: 0;
    transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }*/
  #nav-link > ul {
    display: none;
  }

  #nav-link.actives > ul {
    display: block;
  }
}
.nav-sticky li a {
  color: #000;
  padding: 0 20px;
  display: inline-block;
}
.navigation li.active > a {
  color: #0066ff;
}
.navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  border-radius: 4px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .navigation ul ul {
    background: none;
    padding: 0;
  }
}
.navigation ul li:hover > ul {
  display: block;
}
.navigation ul ul li {
  white-space: nowrap;
  line-height: 45px;
}
.navigation ul ul ul {
  top: 0;
  left: 100%;
}
.search {
  width: 100%;
  height: 101px;
  position: absolute;
  top: 75px;
  left: 0;
  padding-top: 15px;
  z-index: 99999999;
  margin: auto;
}
.search form {
  width: 600px;
  margin: 0 auto;
  background-color: rgba(186, 183, 183, 0.83);
  border-radius: 7px;
  padding: 0.99rem;
  position: relative;
}
.search.activess input {
  height: 41px;
 line-height: 40px; 
  padding-left: 11px;
  padding-right: 15px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  width: 95%;
}
 
.search form button {
  position: absolute;
  top: 1.5rem;
  right: 18px;
  height: 42px;
  width: 77px;
  border: none;
  background: #5ba4ff;
  border-radius: 0;
  color: #fff;
  margin: auto;
  font: caption;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  max-width: 1280px;
}

#mnav,
#search,
.muser {
  display: none;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .logo img {
    max-height: 35px;
  }
  #mnav,
  #search {
    display: block;
    position: absolute;
    top: 0;
    color: #ffffff;
    cursor: pointer;
  }
  #mnav i,
  #search i {
    color: #343a40;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
  }
  #mnav {
    left: 2%;
  }
  #search {
    right: 2%;
  }

  .navigation {
    display: none;
    margin-left: 0;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #343a40;
    padding: 1em 0 1em 1.5em;
    opacity: 0.98;
    border-radius: 2%;
  }
  .navigation li {
    float: none;
    width: 100%;
    position: static;
    line-height: 50px;
  }
  .navigation li a {
    padding: 0 5px;
    display: block;
    color: #fff;
  }
  .navigation ul ul {
    display: block;
    position: static;
    padding-left: 10%;
    overflow: hidden;
  }
  .navigation ul ul li {
    line-height: 40px;
    margin-left: 40%;
    width: 100%;
  }
  .navigation ul ul ul {
    display: none;
  }
  .navigation ul ul li:hover ul {
    display: none;
  }
  .search {
    display: none;
    float: none;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-right: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
  .search form {
    width: 100%;
    margin: auto;
    height: 35px;
    line-height: 46px;
    padding: 0 15px;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
  /*   flex-wrap: wrap;
    justify-content: start;
    background: none; */

    box-sizing: border-box;
  }
  .search form input {
    color: #999;
    border-radius: 50px;
    background-color: #fff;
    border: 1px #efefef solid;
    padding: 10px 70px 10px 15px;
    width: 100%;
    min-width: 60px;
    /* font-size: 16px; */
	border-radius: 0 5px 5px 0;
	
  }
  .search form button {
    position: absolute;
    height: 25px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    top: 50%;
    margin-top: -12px;
    right: 0px;
    line-height: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  /*   padding-left: 10px;
    padding-right: 5px; */
    border-left: 1px solid rgba(126, 127, 127, 0.58);
  }

  .navigation {
    float: left;
    margin-left: 0px;
    width: 50%;
  }

  .search.activess input {
    height: auto;
    line-height: normal;
    color: #999;
    border-radius: 50px;
    background-color: #fff;
    border: 1px #efefef solid;
    width: 100%;
    min-width: 60px;
    font-size: 12px;
  } 
  .search {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 70px;
    left: 0;
    padding-top: 15px;
    z-index: 99999999;
    margin: auto;
    background-color: rgba(146, 146, 146, 0.5);

    max-width: 100%;
  }
}
@media (max-width: 320px) {
.logo img {
	max-height: 25px;
	width: 46%;
}
}
.search {
  display: none;
  transition: max-width 0.3s ease, opacity 0.3s ease;
}
.search.activess {
  display: block;
}

@media (max-width: 1200px) {
  #searchs {
    display: none;
  }
}
#searchs {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  margin: auto;
  justify-content: center;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1),
    border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  width: 30px;
  background-color: #e4e4e4;
  border: 0;
  color: #34495e;
  height: 30px;
  line-height: 30px;
  float: right;
  margin-top: 15px;
}

.search-btn i.fa{font-size: 20px;}
.search-btn:hover .fa-search {
  color: #e79d24;
  transition: color 0.3s, font-weight 0.3s;
}
#searchs:hover .fa-search {
  color: #e79d24;
  transition: color 0.3s, font-weight 0.3s;
}


/*dl*/

.login-btn {
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	width: 30px;
	background-color: #e4e4e4;
	border: 0;
	color: #34495e;
	height: 30px;
	line-height: 30px;
	font-size: 0.875rem;
	float: right;
	margin-top: 18px;
	margin: 19px;
}
.login-btn i.fa{font-size: 20px;color: #e8721b;}
.login-btn i.fa:hover {
  color: #000;
  transition: color 0.3s, font-weight 0.3s;
}

@media (max-width: 1200px) {
#show_userinfo{
display: block;
   position: absolute;
   right: 12%;
   border: 0;
   background-color: transparent;

  }
}


@media (max-width: 1200px) {
  #searchs {
    display: none;
  }
}
/*ban*/
.banner-center {
  margin: 0 auto;
}

.banner h2 {
  font-size: 25px;
  margin-bottom: 16px;
}
.banner p {
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.banner a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 10px 15px 10px 0;
}
.banner a:hover {
  color: #000;
}
.banner .search-form,
.nybanner .search-form {
  margin: 30px auto 0;
  box-sizing: content-box;
  position: relative;
  width: 50%;
  padding: 5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}

.banner .search-form .site-search-form,
.nybanner .search-form .site-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;

}
.banner .search-form .search-cat,
.nybanner .search-form .search-cat {
  display: inline-block;
  float: left;
  width: 80px;
  height: 44px;
  border: none;
  margin-right: -3px;
  border-radius: 25px;
  background: #f1f1f1;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
}
.banner .search-form .search-input,
.nybanner .search-form .search-input {
  background: #fff;
  height: 44px;
  font-size: 18px;
  float: left;
  color: #535353;
  text-indent: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  width: 100%;
  border: 0;
  margin: 0;
  outline: 0;
  border-radius: 0 25px 25px 0;

}
 .choice {
    border: 0;
	outline: none !important;
    font-size: initial;
    border-radius: 25px 0 0 25px;
    padding: 0px 15px;
    height: 44px;
    color: #0f0101;
    background-color: #fff;
}

.choice2 {
    color: #0f0101;
    background-color: #fff;
    border: none;
    margin-right: -5px;
    height: 41px;
    line-height: 40px;
    outline: none !important;
    font-size: initial;
    padding: 0px 15px;
    padding-right: 15px;
}

.search.activess input {
	width: 80%;
border-radius: 0; 

}
@media (max-width: 1200px) {
.choice2 {
	height: auto;
	color: #0f0101;
	background-color: #fff;
	border: none;
	margin-right: -5px;
	border-radius: 5px 0 0 5px;
}
.search form{background-color: transparent;}
.search.activess input {
    width: 100%;
    border-radius: none; 
}
}

.choice2::-ms-expand {
    display: none;
}
.choice2{
	position: relative;
overflow: hidden;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 35px;
	z-index: 2;
	min-width: 83px;
	background-image: url(../images/choice.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
} 

.banner .search-form .search-cat + .search-input,
.nybanner .search-form .search-cat + .search-input {
  border-radius: 0;
  text-indent: 15px;
}
.banner .search-form .search-btn,
.nybanner .search-form .search-btn {
  background: #000;
  font-size: 25px;
  height: 41px;
  border: none;
  color: #fff;
  float: left;
  width: 86px;
  border-radius: 25px;
  cursor: pointer;
  margin-left: -79px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .search-form .search-btn .icon,
.nybanner .search-form .search-btn .icon {
  font-size: 24px;
  top: 0;
}

@media (max-width: 966px) {
  .banner .search-form,
  .nybanner .search-form {
    width: auto;
    max-width: 100%;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    text-indent: 0px;
  }
  .banner .search-form .search-btn,
  .nybanner .search-form .search-btn {
    border: none;
    font-size: 20px;
    background: none;
    color: #a1a1a1;
    margin-left: -54px;
    width: 54px;
  }
  .banner .search-form .search-input,
  .nybanner .search-form .search-input {
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    color: #a1a1a1;
    height: 35px;
  }
  .banner h2 {
    font-size: 1.5rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
  }
  .banner .search-form,
  .nybanner .search-form {
    margin: auto;
    border: none;
	overflow: hidden;
  }
  .choice {
	height: 35px;
	border-radius: 5px 0 0 5px;
}
.banner .search-form .site-search-form {
	clear: both;
    overflow: hidden;
	
}
}

@media (max-width: 525px) {
  .banner h2 {
    font-size: 1.2rem;
    padding: 0 15px;
  }
}
@media (max-width: 391px) {
  .banner h2 {
    font-size: 1.0rem;
  }
}

  .banner {
    color: #fff;
    text-align: center;
    padding-top: 111px;
    background-color: #2d3757;
    background-image: url(../images/banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-height: 100%;
	max-width: 100%;
  }
}
/*搜索颜色*/
.color-links a:nth-child(1) {
  color: #ecb3ff;
}
.color-links a:nth-child(2) {
  color: #f9ff0e;
}
.color-links a:nth-child(3) {
  color: #38ffed;
}
.color-links a:nth-child(4) {
  color: #ffc8ff;
}
.color-links a:nth-child(5) {
  color: #ffffff;
}

/*动态*/

.web-dynamic {
  max-width: 1275px;
  margin: 10px auto 0;
  background-color: #dadada;
  position: relative;
  padding: 10px 15px;
  border-radius: 0.2rem;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: linear-gradient(to right, #acb6e5, #d0d0d0);
}
.web-dynamic .left {
  color: #fff;
  margin-right: 5px;
}
.web-dynamic .times {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  color: #68e8ff;
  background-color: rgba(109, 115, 122, 0.19);
}
.web-dynamic .bar-dynamic {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: inline-block;
  max-width: 70%;
}
.web-dynamic .bar-dynamic ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.web-dynamic .bar-dynamic ul li {
  height: 30px;
  padding-left: 0;
  line-height: 30px;
  margin-top: -3px;
  overflow: hidden;
  word-break: break-all;
}


.wrappers {
  position: relative;
  margin: auto;
  max-width: 1280px;
  clear: both;
  overflow: hidden;

  padding: 10px 0px 10px;
}
@media (max-width: 1280px) {
  .web-dynamic {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.ftitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1280px) {
  .ftitle {
    margin-right: 0;
    margin-left: 0;
  }
}
.latestRelease {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  max-width: 1280px;
}

.pricing-title:before {
  display: inline-block;
  padding: 0 8px;
  content: "/";
  color: #ff7979;
  vertical-align: middle;
  position: relative;
  top: -1px;
  font-weight: 600;
}
.pricing-title:after {
  display: inline-block;
  padding: 0 8px;
  content: "/";
  color: #6cb5fe;
  vertical-align: middle;
  position: relative;
  top: -1px;
  font-weight: 600;
}

@media (max-width: 1280px) {
  .latestRelease {
    margin-right: 0;
    margin-left: 0;
    padding: 0 0.15rem;
  }
}
.title.ftitle .intro {
  flex-basis: 0;
  flex-grow: 1;
}
.column_title h3 {
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
  align-items: center !important;
  display: flex !important;
  color: #34495e;
}
.column_title small {
  font-size: 15px;
  font-weight: normal;
  margin-left: 10px;
  opacity: 0.85;
  color: #34495e;
}
@media (max-width: 992px) {
  .column_title small {
    display: none;
  }
}
@media (max-width: 650px) {
  .title.ftitle {
    display: none;
  }
  .ftitle {
    display: none;
  }
}

.column_labels a {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  line-height: 2.5;
  border-radius: 0.2rem;
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  color: #34495e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 rgba(238, 242, 247, 0.5);
  border: 1px solid #057dff;
}
.column_labels a:hover {
  color: #f79800;
}
/*zui_1*/

.index-posts {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

.post-excerpt.item-meta {
  width: 25%;
  max-width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
  transition: all 0.3s;
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 1.2rem;
}
.post-excerpt.item-meta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(213, 213, 213, 0.4);
}
@media (max-width: 996px) {
  .post-excerpt.item-meta {
    flex: 0 0 33.33%;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 595px) {
  .post-excerpt.item-meta {
    flex: 0 0 auto;
    max-width: 50%;
  }
}

.media-entry {
  margin-bottom: 0;
  position: relative;
}
.media-entry .SeizeASeat {
  height: 0;
  overflow: hidden;
}
.media-entry .SeizeASeat a {
  display: block;
  height: 170px;
}
.media-entry img {
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  width: 100%;
  min-height: 100%;
  display: block;
  overflow: hidden;
   /*  height: 100%; */
 /*  position: absolute;
  top: 0;
  left: 0; */
}

.article-wrapper {
  padding: 10px;
  background-color: #fff;
}
.article-meta {
  align-items: center;
  color: #aaa;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
  text-align: center;
}
.article-meta .article-category {
  display: flex;
  flex-wrap: wrap;
}
.article-meta .article-category a {
  align-items: center;
  display: flex;
}
.article-meta a {
  color: #aaa;
}
.article-meta .article-category .dot {
  background-color: var(--accent-color);
  border-radius: 50%;
  height: 6px;
  margin-right: 5px;
  width: 6px;
  background-color: #fd721f;
}
.article-title {
  white-space: nowrap;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-weight: 600;
}
.article-footer {
  display: flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.article-footer .article-meta-box {
  display: flex;
  padding: 5px 5px;
  font-size: 12px;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ebeef5;
  color: #b4b4b4;
  margin-top: 10px;
  list-style: none;
  width: 100%;
}
.article-date {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.articlefooter.article-meta-box li:nth-child(1) {
  flex: 1;
  padding: 0;
}
.article-footer .article-meta-box .article-views {
  padding-left: 8px;
}
@media (max-width: 480px) {
  .article-footer .article-meta-box .article-views {
    display: none;
  }
}
.article-footer .article-meta-box .article-price {
  flex: 1;
  text-align: right;
  margin-right: 0;
}
.article-footer .article-meta-box .article-pgup {
  flex: 1;
  text-align: right;
  margin-right: 0;
}
.article_intro {
  white-space: nowrap;
  font-size: 13px;
  color: rgb(118 117 117 / 80%);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  text-indent: 1em;
}
/*  懒加载 */
.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.Refer-more {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-top: -27px;
}
.Refer-more a {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f6f8fb;
  color: #666;
  font-size: 14px;
  border-radius: 25px;
  margin: 2px 10px;
}
.Refer-more a:hover {
  background-color: #5ba4ff;
  color: #fff;
}
@media (max-width: 270px) {
  .Refer-more {
    display: none;
  }
}
/*热门推荐*/
.hot-recommend {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  max-width: 1270px;
}
.hot-box {
float: left;
  width: 49.5%;
  background: #fff;
  padding: 12px 12px;
  border-radius: 5px;
  margin-bottom: 1%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  -webkit-transition: all 0.25s linear;

}
.hot-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(213, 213, 213, 0.4);
}
.hot-box:nth-child(even) {
  float: right;
}
.hot-item-price i.fa,.article-views i.fa,.article-pgup i.fa, .article-price i.fa,.article-date i.fa,.hot-item-name i.fa,{margin-right:5px}
.hot-item-l {
  width: 39%;
  position: relative;
  overflow: hidden;
}
.hot-item-l a {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, 0);
}
.hot-item-l img {
  width: 100%;
  align-self: center;
  border-radius: 4px;
 /*  height: 100%; */
  /* position: absolute; */
}
.hot-item-r {
  width: 58%;
}
.hot-item-r h3 {
  font-weight: inherit;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.hot-item-price,p.hot-item-name,
p.hot-item-price span {
  font-size: 15px;
  color: #aea9a8;
  margin: 2px 0;
  cursor: default;
}
p.hot-item-price span {
  margin-right: 5px;
}
.hot-item-price span a{
 font-size: 13px;
 color: #9a9393;
}
.hot-item-name span a{
 font-size: 13px;
 color: #9a9393;
}
.hot-item-name i.fa{margin-right:5px;}
.article-pgup i.fa{margin-right:5px;}
.hot-item-intro {
  background: #eff1f3;
  color: #888;
  padding: 5px;
  font-size: 13px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.65;
}
.hot-item-b {
  margin-top: 15px;
  background: rgba(201, 209, 216, 0.3);
  border-radius: 50px;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.hot-item-b:before {
  content: "";
  width: 2px;
  height: 16px;
  border-left: 1px solid #c9d1d8;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -8px;
}
.hot-item-b a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #5d74f0;
  border-radius: 50px;
}
.hot-item-b a.hot-item-btn {
  display: block;
  width: 50%;
  background: none;
  border-radius: 0;
  color: #5d74f0;
  border: none;
  line-height: 30px;
  margin: 0;
  outline: none;
}
.hot-item-demo {
  color: #c8c8c8;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  margin-left: 15px;
}
.hot-item-demo i.fa {
  margin-right: 4px;
}
.hot-item-b a.hot-item-btn:hover {
  -webkit-transition: 0.5s;
  background: #5d74f0;
  border-radius: 50px;
  color: #fff;
  width: 145px;
}
.hot-item-btn i.fa {
  margin-right: 4px;
}
@media (max-width: 1280px) {
  .hot-recommend {
    padding: 10px 7px 10px;
  }
}
@media screen and (max-width: 999px) {
  .hot-box {
    width: 100%;
  }
  .hot-item-b {
    display: none;
  }
  .hot-box {
    padding: 12px;
    border-radius: 6px;
  }
  .hot-item-intro {
    -webkit-line-clamp: 3;
    height: auto;
    max-height: 73px;
  }
  .img-large img {
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .push-box-inner {
    height: 29.33333vw;
  }
  .hot-item-r h3 {
    font-size: 1.05em;
  }
  p.hot-item-price span ,p.hot-item-name span{
    font-size: 1.05em;
  }
}
@media screen and (max-width: 200px) {
  .hot-item-intro {
    -webkit-line-clamp: 1;
    line-height: 1.8;
  }
  p.hot-item-price ,p.hot-item-name{
    color: #c08e88;
    margin: 2px 0;
    cursor: default;
  }
  .article-pic {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .list-date {
    display: none;
  }
}
/*首页底部内容*/
.hot-article {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin: 0 auto;
  max-width: 1270px;
  overflow: hidden;
  background: #fff;
  clear: both;
}
@media (max-width: 1270px) {
  .hot-article {
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
  }
}

.article-Column {
  display: flex;
  white-space: nowrap;
}
.article-Column .article-title {
  width: 100%;
  position: relative;
  border-left: 4px solid #3690cf;
}
.article-Column .article-title h3 {
  font-size: 16px;
  color: #333;
  vertical-align: bottom;
  overflow: hidden;
}
.article-Column h3 {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 20px 0 10px;
  font-weight: normal;
  display: block;
}
.article-Column .article-title span {
  float: right;
}
.article-Column .article-title b {
  overflow: hidden;
  display: inline-block;
  padding-left: 10px;
}
.article-Column .article-title em {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
}
.article-list {
  padding: 10px;
  overflow: hidden;
}
.article-ul,
ul.article-smallList li {
  width: 49%;
  float: left;
}
.article-smallList li {
  color: #999;
  padding: 5px 10px 5px;
  position: relative;
  margin: 5px 0;
}
.article-smallList li:hover {
  color: #e06a2a;
}
.article-pic {
  max-width: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}

.article-imgs {
  border-radius: 4px;
  max-width: 190px;
  height: 125px;
  margin-right: 10px;
  float: left;
  position: relative;
  overflow: hidden;
  display: block;
}
.article-imgs img {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.article-pic:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-out 0s;
}
.article-pic > h3 {
  margin-bottom: 4px;
  white-space: nowrap;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-weight: 600;
}
.article-pic > h3 a:hover {
  color: #e06a2a;
}
.article-pic .article-desc {
  margin: 7px 0;
  line-height: 1.6rem;
  font-size: 14px;
  overflow: hidden;
  max-height: 4.8rem;
  text-align: justify;
  text-overflow: ellipsis;
  word-break: break-all;
  text-indent: 1em;
  white-space: normal;
}

.article-gobeyond {
  color: #bfbebe;
  font-size: 14px;
  display: flex;
  white-space: nowrap;
}
.article-gobeyond .left {
  flex-grow: 1;
}

.article-gobeyond .right {
  text-align: right;
}
.right {
  float: right;
}

.article-ul:nth-child(2n),
ul.article-smallList li:nth-child(2n) {
  float: right;
}
.article-smallList li::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  border: 4px transparent solid;
  border-right-width: 0;
  border-left-color: #ddd;
  top: 11px;
  left: 0;
}
.article-smallList li a {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 75%;
}
.article-smallList li a:hover {
  color: #e06a2a;
}
time.list-date {
  font-size: 12px;
  float: right;
  color: #999;
  overflow: hidden;
  position: relative;
  top: 2px;
}
/*@*/

@media (max-width: 768px) {
  .article-ul,
  ul.article-smallList li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article-imgs {
    margin-right: 10px;
    max-width: 130px !important;
    width: 160px !important;
    height: 85px !important;
    max-height: 85px !important;
  }
  .article-gobeyond .left {
    display: none;
  }
}
@media (max-width: 200px) {
  .article-pic {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto;
  }
  .article-imgs {
    margin: auto;
  }
  .article-Column .article-title span {
    display: none;
  }
  time.list-date {
    display: none;
  }
  .article-smallList li a {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .article-pic .article-desc {
    height: 59px;
    margin: 10px 0;
    overflow: hidden;
    text-indent: initial;
    display: block !important;
    line-height: 25px !important;
    text-overflow: ellipsis;
    text-align: justify;
    word-break: break-all;
    padding: 5px 0;
  }
}
@media (max-width: 948px) {
  .article-gobeyond .right {
    display: none;
  }
}
/*友情链接*/
.f-links-box {
  width: 100%;
  margin: 0 auto;
  max-width: 1270px;
  overflow: hidden;
  background: #fff;
  margin-top: 10px;
  border-radius: 4px;
}

@media (max-width: 1270px) {
  .f-links-box {
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
  }
}
.links-title::before {
  position: absolute;
  content: "";
  right: 50px;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff8480 !important;
  box-shadow: 20px 0 #fbb42d, 40px 0 #3cd0d3;
}
.links-title {
  position: relative;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(98, 36, 36, 0.15);
}
.links-title h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
}

.right-links ul {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: start;
}
.right-links ul li {
  float: left;
  padding: 8px 8px;
}
.right-links ul li a:hover {
  color: #3abaf8;
}
.footer {
  background-color: #ffffff;
  color: #aaa;
  padding: 20px 0;
  text-align: center;
  line-height: 1.8em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-info a {
  color: #aaa;
}
@media (max-width: 1270px) {
  .footer {
    padding: 10px;
  }
}

#totop {
  z-index: 400;
  right: 10px;
}
#totop i {
	font-size: 25px;
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	border: 2px solid #fff;
	margin: 5px;
	color: #43a4de;
	background-color: #fff;
}

#totop {
    position: fixed;
    bottom: 100px;
    display: block;
    width: 5%;
    margin: 0;
    padding: 0;
	background: none;
  cursor: pointer;
}

.totop {
  height: 500px;
  overflow-y: auto;
  position: relative;
}
.totop i {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
@media (max-width: 1200px) {
 #totop {
   display: none;
  }
}
.qq-kf i.fa,.mail i.fa{margin-right:2px;}
.qq-kf i.fa,.mail i.fa{color: #7cbbff;
  background-color: #dedcdc;
  border-radius: 50%;
  padding: 0.1rem;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 14px;
  margin: 5px;}
  .qq-kf i.fa,.mail i.fa{display: none;}
  @media (max-width: 996px) {
    .qq-kf i.fa,.mail i.fa{display: inline;}
  }
#sticky-roller.fiexd {
  position: fixed;
  top: 0;
}

/* 当屏幕宽度小于或等于768px时 */
@media (max-width: 1200px) {
    #sticky-roller {
        position: static !important; /* 这将覆盖任何JS尝试设置的样式 */
    }
    .recently-released{display: none;}
    #sticky-roller{display: none;}
}
.article_list_content .content .title strong ,.article_list_content .title strong {
    color: #ab3203;
    font-weight: inherit;
}
