.logo-wrapper {
    position: relative;
    font-size:2em;
    font-weight:700;
    line-height:39px;
    overflow:hidden;
    margin:0;
}

.navbar .logo{
width: 130px;
}

.logo-wrapper::before{
    content:"";
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
    0% { left: -90px; top: 0; }
    to { left: 90px; top: 0; }
}










.buy c {
    margin-left: 10px;
    color: #555;
    font-size: 14px;
}
.other-info{
    color:#999;
}
.other-info ul {
    margin: 10px 0 10px 0;
    padding-left: 10px;
}
/*single-top-pay*/
.single-top-pay {
    border-radius: 4px;
}
.single-top-pay .img-box {
    position: relative;
}
.single-top-pay .img-box:after {
    position: absolute;
    right: -2px;
    bottom: 160px;
    width: 4px;
    height: 80px;
    background: #f0f4f5;
    content: '';
    border-radius: 10px;
    overflow: hidden;
}
.single-top-pay .img-box img {
    height: 320px;
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}
.single-top-pay .article-meta span {
    display: inline-block;
    margin: 0 5px;
}
.single-top-pay .article-meta span:first-child {
    margin-left: 0;
}
.single-top-pay .article-meta ,.single-top-pay .article-meta span a {
    font-size: 14px;
    color: #888;
}
.single-top-pay .article-meta {
    padding: 5px 10px;
    background: #f0f4f5;
    border-radius: 4px;
}

.single-top-pay .other-info ul li {
    position: relative;
    padding: 3px 16px;
    border-bottom: 1px solid #f0f5ff;
}
.single-top-pay .other-info ul li:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #00ce7c;
    content: "";
}

.single-top-pay .other-info ul li span {
    font-size: 14px;
}

.single-top-pay .other-info ul li b {
    float: right;
    font-weight: 400;
    font-size: 14px;
}


/*info*/
.meta .copypaw {
  cursor: copy;
  font-weight: 600;
  background-color: #c1c1c1;
  border-radius: 4px;
  color: #ff0000;
  background-image: linear-gradient(
    45deg,
    #9e9e9e 25%,
    white 0,
    white 50%,
    #9e9e9e 0,
    #9e9e9e 75%,
    white 0
  );
  background-size: 2px 2px;
}
.ripro-dark .content-box {
  background-color: #1d1f20;
}
.container:after,
.container:before {
  display: table-cell;
  content: "";
  line-height: 0;
}
.article-box {
  position: relative;
  width: 100%;
  z-index: 9;
  margin-bottom: 20px;
}
.content-box {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.article-info {
  padding: 20px;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.article-info .thumb {
  width: 28.8%;
  float: left;
  box-shadow: 8px 14px 20px 6px rgba(39, 44, 49, 0.06),
    1px 3px 8px 6px rgba(39, 44, 49, 0.03);
    margin-top:8px ;
}
.iop {
  height: 262px;
  background-size: cover;
  border-radius: 4px;
  background-size: 100% 100%;
}
.mk-alert {
  padding: 10px 15px;
  border-radius: 3px;
  margin: 1em auto;
  line-height: 1.5em;
  display: block;
  text-align: center;
  color: #67c23a;
}
.article-info img {
  height: auto;
  border-radius: 4px;
  width: auto;
  margin-top: 5px;
}
.z {
  text-align: center;
  color: #929191;
}
.article-info .meta {
  width: 70%;
  float: right;
  padding: 20px;
}
.meta .zy {
  position: relative;
  padding: 10px 0px;
}
.meta .zy > strong {
  font-weight: bold;
}
.article-info .des {
  font-weight: bold;
}
span.buy {
  font-size: 22px;
  color: #FF485E;
  line-height: 35px;
  margin-left: 10px;
}
.des i {
  font-size: 20px;
  font-style: normal;
}
.des u {
  color: #999;
  font-size: 12px;
  text-decoration: none;
  padding-left: 10px;
}
#momk {
  animation: change 10s infinite;
  font-weight: 800;
}
span.Tips {
  font-size: 14px;
  font-weight: 500;
  background: #e6e6e6;
  padding: 0px 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  line-height: 20px;
}
.paynum {
  color: #ff0000;
}
.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}
.btn {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
}
.btn-buy {
background: #00ce7c;
  margin-top: 12px;
  line-height: 34px;
  width: 180px;
  margin-right: 10px;
  color: #fff;
border:1px solid transparent;
border-radius:4px;
padding:8px 0;
box-shadow:1px 1px 10px rgb(0 206 124 / 59%);
}
.btn-buy:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);
  box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);

  border-color: #fff;
  background-color: #00ce7cb5;
  color: #fff;
}
.btn-demo {
background: linear-gradient(-125deg,#467eff 0%,#0056ff 100%);
  margin-top: 14px;
  line-height: 34px;
  width: 180px;
  margin-right: 5px;
  color: #fff;
border:1px solid transparent;
border-radius:4px;
padding:8px 0;
}
.btn-demo:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);
  box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);
  background-color: #333;
  color: #fff;
}
.btn-qq {
  margin-top: 15px;
  /* border: 1px solid #40a9ff; */
  line-height: 34px;
  width: 180px;
  margin-right: 5px;
  /*-webkit-box-shadow: 0 8px 10px rgba(187, 48, 57, .14);*/
  /* box-shadow: 0 8px 10px rgba(187, 48, 57, .14); */
  /* color: #fff; */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3db96d),
    to(#1b904e)
  );
  background: #333;
    border-radius: 0px;
}
.btn-qq:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-box-shadow: #333;
  box-shadow: #333;
  background-color: #333;
  color: #fff;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .downinfo {
    display: block;
    width: 100%;
  }
  .content-box{
      border-radius: 4px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  }
  ul.tagcc{
  display:none!important;      
  }
  .shop-focus {
    padding: 30px 0 100px !important;
  }
  .article-box {
    width: 100%;
  }
  .article-info {
    padding: 10px;
  }
  .article-info .thumb {
    width: 100%;
    box-shadow: 0 0 black;
  }
  .article-info .meta {
    width: 100%;
    padding: 20px 7px;
    border-radius:14px;
  }
  .article-info img {
    height: auto;
    margin-bottom: 20px;
  }
  .article-info .des {
    text-align: center;
  }
  .meta ul.tagcc {
    display: block;
    background: #f6f6f6;
    padding: 5px;
    border-radius: 4px;
    margin-top: 30px;
  }
  .meta .btn-buy,
  .btn-demo {
    line-height: 30px;
    width: 100%;
  }
  .meta .go-downblank  { 
  line-height: 30px; width: 100%;
  }
  
  
  
  
  
  .meta .serv {
    text-align: center;
  }
  .meta .serv > span {
    display: inline-block;
    width: 49%;
    padding: 0 1%;
  }
}
ul.tagcc {
display: block;
    background: #f6f6f6;
    border-radius: 4px;
    margin: 7px 0px;
}
.tagcc li {
  padding: 5px 10px;
}
.meta .serv {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 10px;
}
.meta .serv li {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
ul.serv li > i {
  color: #40a9ff;
  font-size: 20px;
  margin-right: 5px;
}
.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  transition: color 0.1s ease-in;
}
.dashicons-plugins-checked:before {
  content: "\f485";
}
.dashicons-shield:before {
  content: "\f332";
}
.dashicons-update-alt:before {
  content: "\f113";
}
.dashicons-cloud:before {
  content: "\f176";
}
.shengming {
  display: block;
  font-size: 14px;
  color: #929191;
}
.shengming p {
  padding: 10px;
  border-radius: 4px;
  background: #f6f6f6;
}
.dashicons-info:before {
  content: "\f348";
}
.container:after,
.container:before {
  display: table-cell;
  content: "";
  line-height: 0;
}
.meta .tagcc,
.meta .serv,
.meta a {
  color: #40a9ff;
}
.zy h2 {
  margin: 5px;
  width: 80%;
  font-size: 20px;
}
@media (max-width: 768px) {
  .zy h2 {
    margin: 5px;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
}
a.btn.btn-buy.down {
  color: #fff;
}
a.btn.btn-buy.down.btvip {
  color: #866127;
  background: #f0d58b;
  box-shadow: 1px 1px 10px rgb(240 213 139);
}
i.fa.fa-diamond {
  font-size: 14px;
}
i.fa.fa-user {
  color: #fff;
}
.tagcc li span {
  margin-right: 16px;
}
.ripro-dark ul.tagcc {
  background: #232425;
  color: #8c8c8c;
  font-size: 13px;
}
.ripro-dark .shengming p {
  background: #232425;
}
.ripro-dark .navbar .sub-menu {
  background-color: #2c2c2c;
}
.ripro-dark .meta .tagcc,
.ripro-dark .meta .serv,
.meta a {
  color: #fff;
}
.ripro-dark .btn-demo .fa-qq {
  color: #fff;
}

/*single标题热度*/
.works-top .right {
  /* float: left; */
  /* width: 200px; */
  flex: 1;
  text-align: right;
  margin: 5px;
}
@media (max-width: 768px) {
  .works-top .right {
    /* float: left; */
    /* width: 200px; */
    display: none;
    flex: 1;
    text-align: right;
    margin: 5px;
  }
}
.works-top .hot {
  margin-right: 12px;
}
.works-top .hot i {
  font-size: 30px;
  color: #acbbc6;
  vertical-align: middle;
}
.icon-hot:before {
  content: "\e64f";
}
.works-top .hot .num {
  font-size: 30px;
  color: #acbbc6;
  font-weight: bold;
  font-style: italic;
  vertical-align: middle;
}
.works-top .hot .num strong {
  position: absolute;
  right: -4px;
  top: 0px;
  font-size: 22px;
}
i.wp.wp-huo {
  color: #f44336;
  font-style: italic;
}
.zy.works-top {
  border-radius: 5px 5px 0 0;
  display: flex;
      margin-top: -25px;
}
.tabtst {
  overflow: hidden;
  width: 100%;
  height: 55px;
  cursor: pointer;
  border-bottom: 1px solid #f2f6fc;
  margin-bottom: 20px;
}
.tabtst li {
  float: left;
  padding: 0 20px;
  text-align: center;
  line-height: 43px;
  font-size: 18px;
  color: #ccc;
  list-style: none;
}
.tabtst li.on {
 float: left;
    padding: 0px;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
    color: #ccc;
    list-style: none;
/*border-bottom: 3px solid #06f;*/
    margin: 0 16px;
    font-size: 20px;
    
}
.zixun {
  margin-top: 10px;
  float: right;
}
.zixun p {
  float: right;
}
.zixun p .fuzhi {
  float: left;
  height: 30px;
  border: 0;
  background: #40a9ff;
  color: #fff;
  line-height: 30px;
  padding: 0 5px;
}
.buy .fa {
  margin-right: 7px;
}
.buy span {

  color: #fff;
}
.Tips{
	color: #40a9ff !important;
}
a.howto {
  background: linear-gradient(90deg, #ffc107, #ff7365, #ff82ea, #ffc107);
  background-size: 1400% 300%;
  animation: mymove 10s ease infinite;
  -webkit-animation: mymove 10s ease infinite;
  -moz-animation: mymove 10s ease infinite;
  color: #fff;
  border: none;
  margin-left: 20px;
  border-radius: 13px;
  padding: 0 16px;
}
c {
  margin: 0px 10px;
  color: #ff6c00;
  font-size: 16px;
}
.meta .price {
  color: #ff9645;
  font-size: 28px;
  margin-right: 5px;
  font-size: 14px;
  display: none;
}
.meta .ua {
  font-size: 14px;
  margin-right: 5px;
}
.meta .boosvip-abs {
  text-align: center;
  color: #000;
   background: linear-gradient(
90deg
, #ffc107, #ff7365, #ff82ea, #ffc107);
    padding: 0 8px;
  font-size: 12px;
     border-radius:4px;
    line-height: 21px;
    display:none;
}
.meta .boosvip-abs i,
.meta .boosvip-abs a {
  font-size: 14px;
  color: #fd721f;
}
.boosvip-abs .fa {
  margin-left: 10px;
  margin-right: 0;
}
.col-sm-6,
.col-sm-6,
.col-md-9 {
  padding-bottom: unset;
}

.article-info ol,
.article-info ul {
  list-style: none;
}
.type_icont_2 {
	background: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
        text-align: center;
	color: #866127 !important;
	border: none;
	margin-left: 20px;
}
@keyframes mymove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.go-down {
  margin-top: 15px;
  line-height: 34px;
  width: 180px;
  margin-right: 5px;
  background-color: #40a9ff;
  color: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
}
.widget-pay .btn-buy,
.widget-pay .go-down {
  width: 100% !important;
      margin: 0;
}
/*ver*/
.list-news {
  position: relative;
  border-color: rgba(135, 150, 165, 0.1);
  padding: 0;
  margin: 0;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.list-news-item {
  border-radius: 3px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.list-news-dot {
  position: relative;
  border-color: rgba(135, 150, 165, 0.1);
  padding: 0 0.5rem;
}
.list-news-item.active .list-news-dot:before {
  border-color: #448ef6;
  box-shadow: 0 0 0px 4px rgba(19, 126, 255, 0.2);
}
.list-news-dot:before {
  border-color: rgba(31, 110, 212, 0.61);
}
.list-news-dot:before,
.list-news-dot:after {
  content: "";
  position: absolute;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.list-news-dot:after {
  width: 0;
  height: auto;
  top: 26px;
  bottom: -12px;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0;
}
.list-news-item:last-child .list-news-dot:after {
  display: none;
}
.list-news-content {
  padding: 0 0 1.5rem 1rem;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.collapse:not(.in) {
  display: none;
}
.collapse:not(.show) {
  display: none;
}
.show {
  display: block !important;
}
.text-secondary {
  font-size: 0.85em !important;
}





















/*优模板www.mobanweb.com*/
/*首页网站快讯统计*/
.deanggwrap {
width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deangg {
	width: 75%;
    float: left;
    line-height: 30px;
    background: #f0f4ff;
    padding: 10px 0;
    border-radius: 30px;
}

.deanggspan {
	float:left;
	width:105px;
	margin:0 auto;
	color:#333;
	font-size:14px;
}
.deanggspan i {
	display:block;
	float:left;
	font-size:18px;
	color:#06f;
	margin-top:7px;
	margin-left:15px;
	margin-right:6px;
}
.deanggspan span {
	display:block;
	float:left;
	color: #06f;
}
.deangg b {
	height:12px;
	margin-top:9px;
	width:1px;
	display:block;
	float:left;
	background:#a8a8a8;
}
.deanggc {
	float:left;
	width:70%;
	margin-left:20px;
}
.announce-wrap {
	height:30px;
	overflow:hidden;
}

.deanggc ul li {
font-size: 14px;
    display: block;
    clear: both;
    height: 30px;
}
.deanggc ul li a {
    color: #6b798e;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    list-style: none;
}
.deanggc ul li a:hover {
	color:#2575fc;
	text-decoration: blink;
}
.deanggc ul li span {
	margin-left: 24px;
	color:#999;
	font-size:12px;
	width:120px
}
.deanchart {
	float:right;
	height:50px;
	width:400px;
	color:#fff;
	margin-left: 20px;
}
.deanchart ul {
	width: 460px;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
.deanchart ul li {
	float:left;
	height:100%;
	margin-right:20px;
	font-size:14px;
	list-style:none;
}
.deanchart ul li i {
	display:block;
	float:left;
	width:36px;
	height:36px;
	margin-top:8px;
	color:#06f;
	line-height:36px;
	font-size: 18px;
}

.deanchartdiv {
	float:left;

	margin-top:6px;
	text-align:center;
}
.deanchartdiv em {
	font-size:12px;
	color:#999;
	font-style: inherit;
}
.deanchartdiv span {
	font-size:12px;
	color:#999;
}
.deanchartdiv a {
	font-size:12px;
	color:#999;
}
.clear{
	margin-top: -5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter p .wp-caption-text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


@media (max-width:767px){
    .deanggc{width:60%;}.announce-list span{display: none}.deangg{width: 100%;}.deanchart{display: none}.g-footer ol, ul{padding-left: 0;}
    .works-top .right {
    /* float: left; */
    /* width: 200px; */
    display: none;
    flex: 1;
    text-align: right;
    margin: 5px;
  }
   .zy h2 {
    margin: 5px;
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .meta .serv {
    padding: 0;
    list-style: none;
    font-size: 0;
    margin: 10px;
   color: #cbcbcb;
}
ul.serv li > i {
      color: #cbcbcb;
  font-size: 14px;
  margin-right: 5px;
}
   .btnnone{display:none;} 
   .type_icont_2 {
	display:block;
        color: #866127 !important;
	background: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
	border: none;
	width: 30%;
	margin: 0 auto;
}
.btn-demo {
    border-radius: 0px;
    margin-top: 14px;
    margin-right: 5px;
    border-radius:4px;
    padding:8px 0;
display:block;
}
.meta .boosvip-abs {display:none;}

     .single-top-pay .img-box {
        display: none;
    }

    .m-bgfff {
        background: #fff
    }   
	
	.iop {
    height: 223px;}
}
/*首页网站快讯统计*/





/*地区*/
.zg19_link{padding:10px 0 0;}
.zg19_link a{display:inline-block;border: 1px solid #06f;font-size:0.8em;line-height: 40px;color: #06f;border-radius: 21px;padding:0 13px;margin:0 6px 20px 6px;text-align: center;box-shadow: 0 3px 6px rgb(0 90 255 / 16%);}
.zg19_link a:hover{background: #06f;color:#fff;}
.zg19_rtcent .zg19_rtzjm{background: none;text-align: center;}
.zg19_right{/* display:none;*/ width:850px;padding:50px 30px; background: #fff;box-shadow: 0 3px 6px rgba(0,0,0,.16); }
.zg19_rtzjm{ font-size: 24px; line-height: 32px; margin-bottom: 20px;    color: #333;}





/*四格上边*/
.section22{padding-bottom: 30px;}
.hide_sm{display: flex;}
.container .col-1-4{float: left;box-sizing: border-box;margin-right: 7.3333px;width: 100%;}
.container .col-1-4:last-child{margin-right: 0;}
@media (min-width:768px){.container .col-1-4{width: 50%}}
@media (min-width:1024px){.container .col-1-4{width: 25%}}
@media (min-width:1024px){.ripro-dark .home-first{background: #232425;}}
@media (min-width:768px){.home-first .h-images:after{display: none}}
@media (min-width:768px){.home-first .h-images{display: box;display: -ms-flexbox;display: flex;width: 100%;justify-content: space-between}}
@media (min-width:1024px){.home-first .h-images{width: 25%}}
.home-first .h-images .item-tuwen{float: left;padding: 0 6.5px;width: 50%}
@media (min-width:1024px){.home-first .h-images .item-tuwen{float: none}}
@media (min-width:1024px){.home-first .h-images{display: block;box-sizing: border-box;padding: 0 7.3333px}.home-first .h-images .item-tuwen{padding: 0;width: auto}}
.home-first .item-tuwen{margin-bottom: 15px}
@media (min-width:768px){.home-first .item-tuwen{margin-bottom: 13px}}
.home-first .item-tuwen a{position: relative;display: block;overflow: hidden;border-radius: 3px}
.home-first .item-tuwen a .thumb{padding-top: 57%;transition: all .2s;transform-origin: center}
.home-first .item-tuwen a strong{position: absolute;right: 0;bottom: 0;left: 0;z-index: 10;display: block;padding: .4em .8em .6em;background-image: linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.6) 100%);background-repeat: repeat-x;box-shadow: 0 -7px 15px rgba(0,0,0,.2);color: #fff;letter-spacing: .5px;font-weight: 700;font-size: 9pt;line-height: 1.3}
@media (min-width:768px){.home-first .item-tuwen a strong{letter-spacing: 1px;font-size: 14px;line-height: 1.4}}
.home-first .hf-widget{box-sizing: border-box;padding: 14px 17px 0;border: 1px solid #f2f2f2;background: #fff;box-shadow: 0 34px 20px -24px rgba(220, 220, 220, 0.18);border-radius: 3px;}
.ripro-dark .home-first .hf-widget{border: 1px solid #2b2b2b;background: #232425;box-shadow: 8px 8px 9pt #212121;}
@media (min-width:768px){.home-first .hf-widget{overflow: hidden;height: 135px}}
@media (min-width:1024px){.home-first .hf-widget{margin-bottom: 0}}
.home-first .hf-widget [class*=" icon-"]:before,.home-first .hf-widget [class^=icon-]:before{margin: 0}
.home-first .hf-widget .hf-widget-title{margin-bottom: 14px;padding: 0 0 10px;border-bottom: 1px solid #f2f2f2;color: #383838;letter-spacing: 1px;font-weight: 700;font-size: 15px;line-height: 20px;margin-bottom: 10px;}
.ripro-dark .home-first .hf-widget .hf-widget-title{border-bottom: 1px solid #696969;}
.ripro-dark .home-first .hf-widget .hf-widget-title a{color: #ccc;}
.home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #448aff;}
.ripro-dark .home-first .hf-widget .hf-widget-title>i{margin-right: 2px;color: #ffa363}
.home-first .hf-widget .hf-widget-title span{margin-left: 10px;color: #a7a7a7;font-weight: 400;font-size: 9pt;line-height: 20px}
@media (min-width:1024px){.home-first .hf-widget .hf-widget-title span{display: none}}
@media (min-width:1330px){.home-first .hf-widget .hf-widget-title span{display: inline}}
.home-first .hf-widget .hf-widget-title .pages{float: right;padding-top: 2px}
.home-first .hf-widget .hf-widget-title .pages .next,.home-first .hf-widget .hf-widget-title .pages .prev{float: left;margin: 0;padding: 0 2px;height: 1pc;border: 1px solid #eee;color: #ccc;font-size: 9px;line-height: 15px;cursor: pointer}
.home-first .hf-widget .hf-widget-title .pages .next:hover,.home-first .hf-widget .hf-widget-title .pages .prev:hover{color: #448aff}
.home-first .hf-widget .hf-widget-title .pages .prev{border-right: none}
.home-first .hf-widget .hf-tags{margin-bottom: -10px}
@media (min-width:768px){.home-first .hf-widget .hf-tags{overflow: hidden;height: 4pc}}
.home-first .hf-widget .hf-tags a{display: inline-block;margin: 0 5px 10px;padding: 0 5px;height: 22px;border-radius: 2px;background: #f9f9f9;color: #888;white-space: nowrap;font-size: 9pt;line-height: 22px;word-break: break-all;width: 28%;
    overflow: hidden;white-space: unset;
    text-overflow: unset;}
.home-first .hf-widget .hf-tags a.style_orange,.home-first .hf-widget .hf-tags a:hover{background: #448aff;color: #fff;}
.ripro-dark .home-first .hf-widget .hf-tags a{background: #2c2e2f;}
.home-first .hf-widget-4 .hf-widget-content{color: #888;font-size: 14px}
.home-first .hf-widget-4 .hf-widget-content a{color: #888}
.home-first .hf-widget-4 .hf-widget-content a:hover{color: #448aff;}
.home-first .hf-widget-4 .hf-widget-content h3{overflow: hidden;height: 22px;font-weight: 400;font-size: 13px;line-height: 22px;margin: 0 0 10px;}
.home-first .hf-widget-4 .hf-widget-content em{float: right;padding: 0 5px;height: 22px;border-radius: 2px;background: #fff5ef;color: #ff5c00;font-style: normal;font-size: 9pt;line-height: 22px}
.home-first .hf-widget-4 .hf-widget-content ul li{margin-bottom: 5px}
.home-first .hf-widget-4 .hf-widget-content ul li:last-child{margin-bottom: 0}
.home-first .hf-widget-1 .hf-widget-content a{color: #888}
.ripro-dark .home-first .hf-widget-1 .hf-widget-content a{color: #ccc}
.home-first .hf-widget-1 .hf-widget-content a:hover{color: #69a1ff;}
.home-first .hf-widget-1 .hf-widget-content li{float: left;box-sizing: border-box;padding: 0 10px;width: 25%;text-align: center;font-size: 9pt}
.home-first .hf-widget-1 .hf-widget-content li .thumb{margin: 0 auto 4px;padding-top: 36px;width: 36px}
.home-first .hf-widget-1 .hf-widget-content li span{display: block; height: 16px; line-height: 16px; overflow: hidden;}
.home-first .hf-widget-1 .hf-widget-content .scroll-h{margin: 0 -10px;}
.home-first .scroll-h{position: relative;overflow: hidden;height: 56px;}
.home-first .scroll-h ul{list-style: none;position: absolute;top: 0;left: 0;width: 100%;transition: all .2s; margin:0;padding-left:0;}
.home-first .scroll-h ul:after,.home-first .scroll-h ul:before{clear: both;display: block;visibility: none;height: 0;content: "";line-height: 0}
.home-first .scroll-h .holdon{position: absolute;top: 0;left: 100%}
.home-first .scroll-h .holdon-prev{left: -100%}
.home-first .hf-widget-hot-cats .hhicon{display: inline-block;margin-bottom: 5px;width: 36px;height: 36px;border-radius: 100%;background: #e8fbff;color: #448aff;text-align: center;font-size: 20px;line-height: 36px;}
.ripro-dark .home-first .hf-widget-hot-cats .hhicon{background: #2c2e2f;color: #ffa363;}
.home-first .hf-widget-hot-cats .scroll-h li a{display: block}
.home-first .hf-widget-hot-cats .scroll-h li a:hover .hhicon{background: #448aff;color: #fff;}
.home-first .thumb{position: relative;display: block;overflow: hidden;padding-top: 66.7%;width: 100%;height: 0;background-color: transparent;background-position: center;background-size: cover;background-repeat: no-repeat;transition: all .2s}
.home-first i{font-weight: 300}
.scroll-h  i{    display: inline-block;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #e8fbff;
    color: #448aff;
    text-align: center;
    font-size: 20px;
    line-height: 36px;}
.scroll-h i:hover{
    background: #448aff;
    color: #fff;
}

@media screen and (max-width:720px){.home-first .hf-widget-1 .hf-widget-content .scroll-h,.home-first .hf-widget-content{margin: 1pc -10px}}
@media (max-width: 768px){
    .sxweb {display:none;}
.container .col-1-4{margin-right: 1px;}
.zg19_link a{
    padding: 0 .3rem;
    font-size:0.5em;
    line-height: 1.7rem;
    width: 27%;
}

    .module.slider .post {
        height: 200px;
    }
.zg19_rtcent .zg19_rtzjm{background: none;text-align: center;}
    
    
}
.icon-b i{
display: inline-block;
    margin-bottom: 5px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #e8fbff;
    color: #448aff;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
}
.icon-b i:hover{
    background: #448aff;
    color: #fff;
}


.go-downblank{
	  margin-top: 14px;
    line-height: 36px;
    width: 180px;
    margin-right: 5px;
    padding: 8px 0;
}


.pay--content .go-downblank{
	width:100%;
}


.btn--secondary{
	background:linear-gradient(-125deg,#467eff 0%,#0056ff 100%);
}



.downinfo .btn--block{
	width: unset !important;
    min-width: 180px;
}


.btn.disabled{
	margin-top:10px;
}









@media (max-width: 992px) {
	
.downinfo .btn--block{
	width: 100% !important;
    min-width: 180px;
}
.meta .zy {
  padding:10px 0px 0px 0px;
}

}


@media (max-width: 1449px) {
.downinfo .btn--block{
	width: 100% !important;
    min-width: 180px;
}
.meta .zy {
  padding:10px 0px 0px 0px;
}



}










.rizhuti_v2-widget-dynamic{
        padding-top: 30px;
    padding-bottom: 0px;
}

.rizhuti_v2-widget-dynamic .owl-dynamic {
  position: relative;
    padding: 10px 15px;
    border-radius: 0.5rem;
}
.alert-primary{
color: #2b3978;
    background-color: #dde2fa;
    border-color: #cfd6f8;
}
.badge-danger{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: 10px;
    background-color: #ff5b5b;
}
.badge-primary-lighten
{
     display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    background-color: #777;
    border-radius: 10px;
    color: #536de6;
    background-color: rgba(83, 109, 230, .18);
}

.float-right {
    float: right!important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem!important;
}


@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
	margin-left: 0.25rem;
}

@if $enable-prefers-reduced-motion-media-query {
  @media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
      animation-duration: 1.5s;
    }
  }
}






.awaves {
  
    padding-top: 320px;
    z-index: -1;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
 
.waves {
    position: relative;
    width: 100%;
    height: 5vh;
    margin-bottom: -7px;
    min-height: 30px;
    max-height: 100px;
}
.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/*
*sousuo bolang
*/



.navbar .login-btn
{
background-color: #fff200;
color: #34495e;
}
.burger
{
background-color: #fff200;
    color: #34495e;
}
.burger:before, .burger:after
{background-color: #34495e;}
.home-filter--content{
box-shadow:none;
}


