/* DIYCSS
   ========================================================================== */
/**
 * 1. 如果修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 * 2. 如果修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 *    如果修改css ，建议在这个文件修改覆盖即可，更新的时候，注意备份此文件即可
 */
 
/*彩色信息框*/
#sc_notice {
    color: #7da33c;
    background: #ecf2d6 url('img/sc_notice.png') -1px -1px no-repeat;
    border: 1px solid #aac66d;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
 }
#sc_warn {
    color: #ad9948;
    background: #fff4b9 url('img/sc_warn.png') -1px -1px no-repeat;
    border: 1px solid #eac946;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
 }
#sc_error {
    color: #c66;
    background: #ffecea url('img/sc_error.png') -1px -1px no-repeat;
    border: 1px solid #ebb1b1;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
 }
#sc_tips {
    color: #777;
    background: #eaeaea url('img/sc_tips.png') -1px -1px no-repeat;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
}
#sc_blue {
    color: #1ba1e2;
    background: rgba(27, 161, 226, 0.26) url('img/sc_blue.png') -1px -1px no-repeat;
    border: 1px solid #1ba1e2;
    overflow: hidden;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
	text-indent: 2em;   /*文章内容，首行缩进2个字符*/
}
#sc_black {
    border-width: 1px 4px 4px 1px;
    border-style: solid;
    border-color: #3e3e3e;
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
	text-indent: 2em;   /*文章内容，首行缩进2个字符*/
}
#sc_dashed {
    border: 1px dashed rgb(41, 170, 227);
    background-color: rgb(248, 247, 245);
    margin: 10px 0;
    padding: 15px 15px 15px 35px;
	text-indent: 2em;   /*文章内容，首行缩进2个字符*/
}
#sc_green {
    margin: 10px 0;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    border-left: 2px solid #05B536;
    background: #FFF;
	text-indent: 2em;   /*文章内容，首行缩进2个字符*/
}
#sc_red {
    margin: 10px 0;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    border-left: 2px solid #ED0505;
    background: #FFF;
	text-indent: 2em;   /*文章内容，首行缩进2个字符*/
}
#sc_orange {
    margin: 10px 0;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    border-left: 3px solid #EC8006;
    background: #FFF;
	text-indent: 2em;   /*文章内容，首行缩进2个字符*/
}

/* 底部波浪 */
.waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background-color:#fff !important
}
.ripro-dark .waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background-color:#181616 !important
}
#waveHorizontal1 {
    -webkit-mask: url(../images/svg/augsc_01.svg);
    mask: url(../images/svg/augsc_01.svg);
    animation-delay: -2s;
    animation-duration: 12s;
}
#waveHorizontal1, #waveHorizontal2, #waveHorizontal3 {
    background-image: linear-gradient(20deg,#1A7CFA 0,#4CAF50 100%)!important;
}
.ripro-dark #waveHorizontal1{
    background-color: #f1f1f1!important;
}
.ripro-dark  #waveHorizontal2{
    background-color: #f1f1f1!important;
}
.ripro-dark  #waveHorizontal3{
    background-color: #f1f1f1!important;
}
.waveHorizontal {
    width: 200%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 350px 100%;
    transform-origin: 0 100% 0;
    animation-name: move;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes move{
	0%{
		transform:translate(-175px,0px) scale(1,1)
	}
	50%{
		transform:translate(-87px,0px) scale(1,0.5)
	}
	100%{
		transform:translate(0px,0px) scale(1,1)
	}
}

#waveHorizontal2 {
    -webkit-mask: url(../images/svg/augsc_02.svg);
    mask: url(../images/svg/augsc_02.svg);
    animation-delay: -2s;
    animation-duration: 5s;
}
#waveHorizontal3 {
    -webkit-mask: url(../images/svg/augsc_03.svg);
    mask: url(../images/svg/augsc_03.svg);
    animation-delay: -1s;
    animation-duration: 3s;
}

/*菜单右上角增强角标*/
.vip {
display: inline-block;
transform: translateY(-12px);
    font-size: .60rem;
    letter-spacing: 0.05em;
background: linear-gradient(to top, #efd3b0 0%, #f9e1be 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}

.new {
    display: inline-block;
    transform: translateY(-12px);
    font-size: .60rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top, #f308a0 0%, #fb0655 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}

/*高亮旋转图标*/
.fa-spin-a {
animation: 2s linear 0s normal none infinite running fa-spin;
color: green;
font-weight: 700;
} 

/*左上角VIP标签 begin*/
.sticky-icon1 {
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 100px;
    position: absolute;
    top: 15px;
    left: -40px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    transform-origin: 40% 0%;
    background: -webkit-gradient(linear,left top,right top,from(#1a1a1a),to(#171616)) no-repeat;
    background: -webkit-linear-gradient(left, #1a1a1a, #171616) no-repeat;
    background: linear-gradient(90deg,#1a1a1a,#171616) no-repeat;
    -webkit-box-shadow: 0 3px 5px #555;
    box-shadow: 0 3px 5px #555;
    display: block;
	z-index: 1;
}

.sticky-icon2 {
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 100px;
    position: absolute;
    top: 15px;
    left: -40px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    transform-origin: 40% 0%;
    background: -webkit-gradient(linear,left top,right top,from(#28fff8),to(#2f49fd)) no-repeat;
    background: -webkit-linear-gradient(left, #28fff8, #2f49fd) no-repeat;
    background: linear-gradient(90deg,#28fff8,#2f49fd) no-repeat;
    -webkit-box-shadow: 0 3px 5px #2f49fd;
    box-shadow: 0 3px 5px #2f49fd;
    display: block;
	z-index: 1;
}

.sticky-icon3 {
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 100px;
    position: absolute;
    top: 15px;
    left: -40px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    transform-origin: 40% 0%;
    background: -webkit-gradient(linear,left top,right top,from(#2b7cfd),to(#e200ff)) no-repeat;
    background: -webkit-linear-gradient(left, #2b7cfd, #e200ff) no-repeat;
    background: linear-gradient(90deg,#2b7cfd,#e200ff) no-repeat;
    -webkit-box-shadow: 0 3px 5px #5f0c99;
    box-shadow: 0 3px 5px #5f0c99;
    display: block;
	z-index: 1;
}

.sticky-icon4 {
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 100px;
    position: absolute;
    top: 15px;
    left: -40px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    transform-origin: 40% 0%;
    background: -webkit-gradient(linear,left top,right top,from(#08ff07),to(#2f49fd)) no-repeat;
    background: -webkit-linear-gradient(left, #08ff07, #2f49fd) no-repeat;
    background: linear-gradient(90deg,#08ff07,#2f49fd) no-repeat;
    -webkit-box-shadow: 0 3px 5px #33a448;
    box-shadow: 0 3px 5px #33a448;
    display: block;
	z-index: 1;
}

.entry-media {  /*相关推荐，避免标签背景条越界 */
    box-shadow: 0 4px 12px 0 rgba(52,73,94,.1);
    overflow: hidden;
}
/*左上角VIP标签 end*/

/*动态幻灯片02-图文滚动轮播商品左右箭头*/
.owl .owl-prev,.owl .owl-next{
	display: flex;
	justify-content: center;  /*flex水平布局:居中*/
	align-items: center;     /*flex垂直布局:居中【解决了浏览器字体放大居中偏离的问题】*/
	background-color: #ffffff9d; /*白底灰字半透明9d*/
	color:#34495e;
	margin:0 50px;  /*左右内部悬浮*/
	}

/*列表右上三彩圆美化角标*/
.title-iconse {
    height: 8px;
    width: 8px;
    background: #fd4b4b;
    padding: 0px;
    display: inline-block;
    border-radius: 50%;
    line-height: 0;
    position: relative;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
    margin: 0 10px;
}
.float-rightse {
    float: right;
	position: absolute;
    right: 30px;
}
.article-content .float-rightse {
    right: 80px;
}
@media (max-width:767px) {
	.article-content .float-rightse {
		right: 50px;
	}
}
.title-iconse:before {
    content: " ";
    height: 8px;
    width: 8px;
    background: #ffd12a;
    border-radius: 50%;
    margin-left: 15px;
    position: absolute;
    display: block;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}
.title-iconse:after {
    content: " ";
    height: 8px;
    width: 8px;
    background: #79f52a;
    border-radius: 50%;
    margin-left: 30px;
    position: absolute;
    display: block;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}

/*快讯滚动条*/
.fa-volume-up:before {
    content: "\f028";
    color: #07aefc;
}
.deanggwrap {    /*背景框*/
	padding: 10px 10px;
    background: #fff;
	display: flex;
	.justify-content: center;
	align-items: center;
	border-radius:5px;
	box-shadow: 0 0px 2px 0 #babacd;
}
.deangg {  /*滚动条*/
	width:56%;  
	float:left;
	/*height:30px;*/
	line-height:30px;
	background:#f0f4ff;
	margin: 0 auto;
	border-radius:30px;
	display: flex;
	align-items: center; 
	clear: both;
}

.deanggspan {  /*最新发布*/
	float:left;
	width:105px;
	margin:0 auto;
	color:#333;
	font-size:14px;
}
.deanggspan i { /*图标*/
	display:block;
	float:left;
	font-size:18px;
	color:#f60;
	margin:11px;
	margin-left:15px;
	margin-right:6px;
}
.deanggspan span { /*文字*/
	display:block;
	float:left;
	color: #2575fc;
	margin-top:5px;
	margin-right:6px;
}
.deangg b {  /*竖线*/
	height:12px;
	width:1px;
	display:block;
	float:left;
	background:#a8a8a8;
}
.deanggc { /*文章标题和日期*/
	float:left;
	width:80%;  
	margin:10px;
}
.announce-wrap {  /*多行仅显单行*/
	height:30px;
	overflow:hidden;
}
.deanggc ul {  
	}
.deanggc ul li {  /*标题文字和日期*/
	font-size:14px;
	width:100%;   
	display:block;
	clear:both;
	height:30px;
	/* line-height:30px;*/
}
.deanggc ul li a {  /*标题文字*/
	font-weight: 400;
	color:#6b798e;
	float:left;
	width:80%;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow: ellipsis;
}
.deanggc ul li a:hover {
	color:#2575fc;
	text-decoration: blink;
}
.deanggc ul li span {  /*日期文字*/
	float:right;
	color:#999;
	font-size:12px;
	.width:80px;
}
@media (max-width:767px) {
	.deangg {
		width:100%;
	    margin-right: 0px;
	}
	.deanggc { /*文章标题和日期*/
		float:left;
		max-width:70%;  
		margin:0px;
		.box-shadow:1px 1px 1px 1px #000; /*用于查看边缘*/
	}
	.deanggc ul li a {  /*标题文字*/
		font-weight: 400;
		color:#6b798e;
		float:left;
		width:60%;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow: ellipsis;
	}
	.deanggc ul li span {  /*日期文字*/
		float:right;
		color:#999;
		font-size:12px;
		width:80px;
	}
	.deanchart {
		display: none
	}
}
.deanchart {  /*控制右侧统计信息*/
	float:right;
	.height:50px;
	width:40%;
	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;
}
.deanchart ul li i {
	display:block;
	float:left;
	width:35px;
	height:35px;
	margin-top:8px;
	background:url(../images/scrollup/zhuti.png) 0 0 no-repeat;
}
.deanchart ul li.deanchart2 i {
	background:url(../images/scrollup/icon1.png) 0 0 no-repeat;
}
.deanchart ul li.deanchart3 i {
	background:url(../images/scrollup/icon2.png) 0 0 no-repeat;
}
.deanchart ul li.deanchart4 i {
	background:url(../images/scrollup/icon3.png) 0 0 no-repeat;
}
.deanchart ul li.deanchart5 i {
	background:url(../images/scrollup/icon5.png) 0 0 no-repeat;
}
.deanchartdiv {
	float:left;
	margin-left:8px;
	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;
}
/*快讯滚动条*/

/*动态幻灯片01-背景滚动 begin*/
.toptu {
	background-color: #fff;
}
.item.scroll {
    left: 0px;
    width: 100%;
    height: 220px;
    background-size: auto 100%;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease 0s;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    font-size: 0;
    background: #000;
    word-wrap: break-word;
    box-sizing: border-box;
    outline: none;
	border-radius:3px;
}

.item.scroll .scroll-image {
    position: relative;
    height: 100%;
    opacity: 0.6;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    transform: translateX(0px);
    -webkit-animation: imgMove1 40s linear infinite;
    animation: imgMove1 40s linear infinite;
}
@-webkit-keyframes imgMove1 {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes imgMove1 {
    from {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.overtext {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 16px;
    white-space: normal;
    width: 100%;
    margin: auto;
}
.overtext h4{
	font-size:26px;
	color:#FFF;
}
.overtext p{
	font-size:16px;
	color:#FFF;
}
.overtext img{
  display: inline-block;
}
.item img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.static {
    position: static;
    margin-top: -10%;
    margin-bottom: -30px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1399px;
}

.static .flex {
    padding: 0;
    display: flex;
}

.static li.st_one {
    flex: 1;
    margin: 0 1%;
	border:1px solid #FFF;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 3px 3px rgba(0,0,0,.3);
    list-style: none;
    transition: all .3s ease-out;
    .height: 12vw;  /*保持宽高比,浏览器视口为基准(12vw=12%)*/
	height: 0;   /*保持宽高比,盒子宽度为基准,高为0,底边距撑开*/
    padding-bottom: 12%;   /*保持宽高比,盒子宽度为基准*/
}

.static li.st_one:hover {
    transform: translateY(5px);
}

.static .st_one .card-main {
    width: 100%;
}

.static .active-card-title {
    position: absolute;
	bottom: 0;
    color: #FFA;
	background-color:rgba(77,77,77,0.6); /*背景色及半透明*/
    /*background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .7)), to(transparent));*/
    width: 100%;
	margin:auto;   /*文字居中的必要*/
    padding: 6px 0px;  /*框内文字上下留6px空间*/
    font: bold 14px/15px arial,sans-serif;
	text-align:center;  /*框内文字居中*/
}

@media screen and (max-width: 900px) {
	.item.scroll {
        height: 180px;
    }
}
/*动态幻灯片01-背景滚动 end*/

/**首页模块:热门/最新/免费 begin **/
.widget_tabcontent h3 .selected {
	color: #282828;
	border-bottom: 2px solid #282828;
}

.ripro-dark .widget_tabcontent h3 .selected {
	color: #0056ff;
	border-bottom: 2px solid #0056ff;
}

.widget_tabcontent h3 span {
	color: #999;
	margin: 0 18px;
	letter-spacing: .51px;
	position: relative;
	line-height: 1;
	padding-bottom: 10px;
	cursor: pointer;
	font-weight: 400;
}

.ripro-dark .widget_tabcontent h3 span {
	color: #f1f1f1;
}

.widget_tabcontent h3 span:hover {
	border-bottom: 2px solid #0056ff;
}

.widget_tabcontent .hide-code {
	display: none;
	padding-left: 0;
}

.show {
	display: block!important;
}

.text-center {
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #fff;
} 
/**首页模块:热门/最新/免费 end **/

/*===================窄屏幕设置===================*/
