/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the seven
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
/*下面是子主题中自定义的样式*/
site-title:before{/*这里第一句看原理解释*/content: "";
    position: absolute;
    width: 150px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);/*角度倾斜45*/-webkit-animation: blink 1s ease-in 1s infinite;/*光扫过去的时间，自己修改，可以加快*/animation: blink 1s ease-in 1s infinite;/*光扫过去的时间，自己修改，可以加快*/
}
 
@-webkit-keyframes blink {
    from {left: 10px;top: 0;}
    to {left: 320px;top: 0;}
}
@-o-keyframes blink {
    from {left: 10px;top: 0;}
    to {left: 320px;top: 0;}
}
@-moz-keyframes blink {
    from {left: 10px;top: 0;}
    to {left: 320px;top: 0;}
}
@keyframes blink {
    from {left: -100px;top: 0;}
    to {left: 320px;top: 0;}
}
.num {
    position: absolute;
    top: 8px;
    left: 68%;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-family: Calibri;
    background: #f16b6f;
    font-size: 12px;
    min-width: 32px;
	}
@media screen and (max-width:680px){
	.num {
    	display:none;
	}
}

.icon {
  width: 1em; height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/*footer 悬浮菜单样式开始*/
.elevator_item .hd-time-limited {
    display: block;
    position: fixed;
    right: 10.6px;
    /*bottom: 500px;*/
 	margin-bottom: 50px;
    width: 40px;
    height: 140px;
    /*background: url(http://www.dungei.com/wp-content/uploads/2019/07/1564543273-time-limited.png) no-repeat center;
  	background: url(https://dungei.oss-cn-beijing.aliyuncs.com/wp-content/uploads/2019/10/1570860015-taobao_12.png) no-repeat center;*/
  	background: url(https://img.qvdy.cn/imgs/sys/ele/cp-limited.png) no-repeat center;
    animation: vip-199-180510 2.4s infinite;
    margin-top: 10px;
}

@keyframes vip-199-180510 {
    0% {
        bottom: 442px;
    }
    50% {
        bottom: 450px;
    }
    100% {
        bottom: 442px;
    }
}

.aj-popbox .hd-time-limited .close-btn {
    width: 38px;
    height: 38px;
    right: 28px;
    top: 30px;
    line-height: 38px;
    text-align: center
}

.aj-popbox .hd-time-limited .close-btn i {
    font-size: 24px;
    color: #fff
}

.aj-popbox .hd-time-limited .timer {
    margin: 296px auto 0;
    width: 234px;
    font-size: 30px;
    color: #000;
    line-height: 48px;
    padding-left: 10px;
    letter-spacing: 13px;
    font-weight: bold
}

.aj-popbox .hd-time-limited .go-hd:hover {
    transform: scale(.95) translateY(2px)
}

.elevator_item {
    position: fixed;
    right: 12px;
    bottom: 240px;
    z-index: 11
}

.elevator_item .feedback {
    width: 36px;
    height: 40px;
    background-color: #fff;
    color: #fa3c64;
    font-size: 12px;
    padding: 5px 5px;
    display: block;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
    cursor: pointer
}

.elevator_item .advice,
.elevator_item .add,
.elevator_item .return {
    color: #383838;
    line-height: 30px
}

.elevator_item .advice i {
    font-size: 28px
}

.elevator_item .add i,
.elevator_item .return i {
    font-size: 20px
}

.elevator_item .medium {
    position: relative;
    background-color: #fa3c64;
    color: #fff
}

.elevator_item .medium .lf-box {
    display: none;
    position: absolute;
    right: 41px;
    top: -90px;
    width: 370px;
    height: 280px;
    padding-right: 10px
}

.elevator_item .medium .sp-list {
    width: 360px;
    height: 280px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .35)
}

.elevator_item .medium .sp-list li:first-child {
    height: 70px;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 50px
}

.elevator_item .medium li:first-child span {
    font-size: 14px;
    color: #383838;
    float: left;
    line-height: 30px
}

.elevator_item .medium .btn-addGroup {
    width: 90px;
    height: 30px;
    border-radius: 5px;
    background: #fa3c64;
    color: #fff;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-left: 14px
}

.elevator_item .medium .spl-li {
    padding: 22px 34px 0
}

.elevator_item .medium .spl-li span {
    display: block;
    font-size: 14px;
    color: #383838;
    margin-bottom: 8px
}

.elevator_item .medium .spl-li img {
    width: 130px
}

.elevator_item .add {
    position: relative
}

.elevator_item .add .lf-box {
    display: none;
    position: absolute;
    right: 31px;
    top: -32px;
    width: 178px;
    height: 104px;
    padding-right: 10px
}

.elevator_item .add .sp-list {
    width: 168px;
    height: 104px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(100, 25, 25, 0.35)
}

.elevator_item .add .sp-list li {
    line-height: 52px;
    font-size: 14px;
    color: #383838;
    text-align: left
}

.elevator_item .add .sp-list li a {
    display: block;
    height: 52px;
    width: 100%
}

.elevator_item .add .sp-list li:hover a {
    color: #fa3c64
}

.elevator_item .add .sp-list li:hover i {
    color: #fa3c64
}

.elevator_item .add .sp-list li:first-child {
    border-bottom: 1px solid #e5e5e5
}

.elevator_item .add .sp-list i {
    color: #d8d8d8;
    font-size: 28px;
    margin-left: 16px;
    margin-right: 14px;
    vertical-align: middle
}

.elevator_item .add:hover>i,
.elevator_item .return:hover>i {
    color: #fa3c64
}

.elevator_item .feedback:hover .lf-box {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.graHover {
    position: relative;
    overflow: hidden
}

.graHover:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.graHover:hover:before {
    display: block
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
/*footer 悬浮菜单样式结束*/

/*+++盾给网络）www.dungei.net制作底部版本声明+++*/
#myCopyRight { width:98%; background-color: #EBEEF1; box-shadow:0 0 5px #EEE;
	font-family: 'comic sans ms', fantasy !important; margin:20px auto;
	border:1 !important; border-radius:9px; border-collapse:collapse; text-align:left;
	padding-left:10px;padding-top:15px;height:105px;
}
#myCopyRight br { }
#myCopyRight span{color:#50988F;}


.hh_wenzhangjieshu{padding:30px 0;      text-align: center;  border-top: double rgba(70, 139, 230, 0.14);height:30px;}
.hh_wenzhangjieshu img{border:0;text-align:center;box-shadow:none;}
.hh_content_footer{width:100%;box-shadow: 0 0px 2px #d9e0eae3;margin-top:0px;position:relative;height: 170px;border-top:1px dashed #d9e0eae3}

.hh_content_footer .item_top{padding:20px;float:left;/*width:65%;*/}
.hh_content_footer .item_top p{line-height:18px;font-weight:450;font-size:12px;padding-left: 7px; margin-bottom: 10px;}
.hh_content_footer .item_top h3{color:#f7516c;font-size:18px;font-weight:600;}
.hh_content_footer .item_top{width:100%;height:160px;}
.hh_content_footer .item_bottom {width:100%;padding:20px;height:20px;    padding: 20px 20px 20px 28px;}
.hh_content_footer .item_bottom .item_bottom_left{float:left;}
.hh_content_footer .item_bottom .item_bottom_left a{float:left;text-align: center;padding: 3px 8px;display:block;margin-right:20px;color:#fff;font-weight:550;border-radius: 4px;position: relative;/*top: -20px;*/}
.hh_content_footer .item_bottom .item_bottom_right{/*margin-top: -20px;*/float:right;font-weight:550;color:#666}
.hh_content_footer .item_bottom:before{content:'';width:100%;height:1px;background: #e6f0ff;display:block;margin-bottom: 20px;}
.hh_content_footer .hh_button_jianbian01{background:linear-gradient(to left,#70a4fe,#4583ec)}
.hh_content_footer .hh_button_jianbian02{background:linear-gradient(to left,#fe9369,#f7516c)}
.hh_content_footer .hh_button_jianbian03{background:linear-gradient(to left,#c867ff,#8a92fb)}
.hh_content_footer .hh_button_jianbian01:hover{background:linear-gradient(to left,#4583ec,#70a4fe)}
.hh_content_footer .hh_button_jianbian02:hover{background:linear-gradient(to left,#f7516c,#fe9369)}
.hh_content_footer .hh_button_jianbian03:hover{background:linear-gradient(to left,#8a92fb,#c867ff)}
@media (max-width:767px){
	.hh_content_footer{width:100%;box-shadow: 0 0px 2px #d9e0eae3;margin-top:0px;position:relative;height: 220px;border-top:1px dashed #d9e0eae3}
}
/*
.hh_content_footer .item_top_left{padding:20px;float:left;width:65%;}
.hh_content_footer .item_top_left p{line-height:14px;font-weight:450;font-size:12px;padding-left: 7px;}
.hh_content_footer .item_top_left h3{color:#f7516c;font-size:18px;font-weight:600;}
.hh_content_footer .item_top_right{float:right;padding:20px;margin-top: 35px;width:35%;}
.hh_content_footer .item_top_right .hh_erweima{width:80px;height:80px;background:#f7f7f7;float:left;margin-right:15px;margin-top:15px; padding: 6px;}
.hh_content_footer .item_top_right .hh_qqqun{float:left;}
.hh_content_footer .item_top_right .hh_qqqun a{padding: 2px 20px;display:block;background:#f4f8ff;line-height:30px;border-radius: 15px;margin-top:15px;text-align:center}

*/

/*
@media (max-width:767px){
  .hh_content_footer{height:400px; margin-top:-15px;margin-bottom:20px;}
  .hh_content_footer .item_top{width:100%;height:160px;}
  .hh_content_footer .item_top_left{padding: 10px;width:100%;margin-top:-35px;}
  .hh_content_footer .item_top_right{width:100%;}
  .hh_content_footer .item_top_right{   float: none; position: relative; top: -23px;}
  .hh_content_footer .item_top_right .hh_erweima{width:80px;height:80px;background:#f7f7f7;float:left;margin-right:15px;margin-left:30px;margin-top:0px; padding: 0px;}
  .hh_content_footer .item_bottom .item_bottom_left a {margin-right:12px !important}
  .hh_content_footer .item_bottom{margin-top:90px}
  .hh_content_footer .item_bottom .item_bottom_right{float:none; margin-top: 61px; text-align: center;}
  .hh_content_footer .item_top_right .hh_qqqun a{margin-top:5px;}
}
*/
.hh_qqqun a img{ position: relative; top: 7px; right: 2px;}

/*关闭带有视频的文章文章底部的版权提示*/
.write-video .hh_wenzhangjieshu{display:none}
.write-video .hh_content_footer{display:none}

/*关闭研究所文章底部的版权提示*/
.labs-template-default #isaid-single .entry-header .hh_wenzhangjieshu{display:none}
.labs-template-default #isaid-single .entry-header .hh_content_footer{display:none}

/*关闭商城文章底部的版权提示*/
.shop-template-default .shop-single-content .hh_wenzhangjieshu{display:none}
.shop-template-default .shop-single-content .hh_content_footer{display:none}

/*关闭公告文章底部的版权提示*/
.announcement-template-default .hh_wenzhangjieshu{display:none}
.announcement-template-default .hh_content_footer{display:none}

/*关闭页面文章底部的版权提示*/
.page-template-default .hh_wenzhangjieshu{display:none}
.page-template-default .hh_content_footer{display:none}

/*关闭页面活动底部的版权提示*/
.activity-template-default .hh_wenzhangjieshu{display:none}
.activity-template-default .hh_content_footer{display:none}

/*回复可见按钮美化*/
.reply_jianbian04{background:linear-gradient(to left,#70a4fe,#4583ec);padding: 7px 20px;border-radius: 4px;color: #fff;font-weight: 600;margin-right: 10px;margin-left: 10px;}
.reply_jianbian05{background:linear-gradient(to left,#fe9369,#f7516c);padding: 7px 20px;border-radius: 4px;color: #fff;font-weight: 600;margin-right: 10px;margin-left: 10px;}
.reply_jianbian06{background:linear-gradient(to left,#c867ff,#8a92fb);padding: 7px 20px;border-radius: 4px;color: #fff;font-weight: 600;margin-right: 10px;margin-left: 10px;}
.reply_jianbian04:hover{background:linear-gradient(to left,#4583ec,#70a4fe);padding: 7px 20px;border-radius: 4px;color: #fff;font-weight: 600;margin-right: 10px;margin-left: 10px;}
.reply_jianbian05:hover{background:linear-gradient(to left,#f7516c,#fe9369);padding: 7px 20px;border-radius: 4px;color: #fff;font-weight: 600;margin-right: 10px;margin-left: 10px;}
.reply_jianbian06:hover{background:linear-gradient(to left,#8a92fb,#c867ff);padding: 7px 20px;border-radius: 4px;color: #fff;font-weight: 600;margin-right: 10px;margin-left: 10px;}

/*渐变色样式*/
.jianbian04{background:linear-gradient(to left,#70a4fe,#4583ec);}
.jianbian05{background:linear-gradient(to left,#fe9369,#f7516c);}
.jianbian06{background:linear-gradient(to left,#c867ff,#8a92fb);}
.jianbian04:hover{background:linear-gradient(to left,#4583ec,#70a4fe);}
.jianbian05:hover{background:linear-gradient(to left,#f7516c,#fe9369);}
.jianbian06:hover{background:linear-gradient(to left,#8a92fb,#c867ff);}

/*发布按钮样式*/
.write-button{position:absolute;bottom: 130%;right:5%;background:#4169E1;width:40px;height:40px;border-radius:25px;padding:7px;}

/*编辑器样式*/


/**  WordPress文章部分内容关注微信公众号后可见 **/ 
.post_hide_box, .secret-password{background: none repeat scroll 0 0 #efe;border-left: 5px solid #e74c3c;color: #555;padding: 10px 0 10px 10px;border-radius: 5px;margin-bottom: 15px;overflow:hidden; clear:both;}
.post_hide_box .post-secret{font-size: 18px; line-height:20px; color:#e74c3c; margin:5px;}
.post_hide_box form{ margin:15px 0;}
.post_hide_box form span{ font-size:18px; font-weight:700;}
.post_hide_box .erweima{ margin-left:20px; margin-right:16px;}
.post_hide_box input[type=password]{ color: #9ba1a8; padding: 6px; background-color: #f6f6f6; border: 1px solid #e4e6e8; font-size: 12px;-moz-transition: border .25s linear,color .25s linear,background-color .25s linear; -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear; -o-transition: border .25s linear,color .25s linear,background-color .25s linear; transition: border .25s linear,color .25s linear,background-color .25s linear;}
.post_hide_box input[type=submit] { background: #F88C00; border: none; border: 2px solid;border-color: #F88C00; border-left: none; border-top: none; padding: 0px;width: 100px; height: 38px; color: #fff; outline: 0;border-radius: 0 0 2px 0; font-size: 16px;}
.post_hide_box .details span{color:#e74c3c;}
.dungeihide .dungeicode{position:absolute;width:100px;height:100px;right:20px;top:50%;margin-top:-50px}
.dungeihide{background:#fff;border-radius:10px;padding:20px;margin:15px 0;position:relative;box-shadow:0 0 20px #d0d0d0}
.dungeihide .dungeititle{position:relative;font-size:17px;font-weight:700;color:#6c80a7;padding:6px 140px 0 40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dungeihide .dungeititle .fa{position:absolute;left:0;font-size:25px;top:0}
.dungei-content{padding:20px 140px 15px 0;font-size:14px;color:#777}
.dungeibox{padding:0 140px 10px 0}
.dungeibox input{width:45%;	border:none;color:#737373;font-size:13px;height:35px;line-height:35px;background:#f2f2f2;border-radius:4px;outline:none;float:left;padding:0 10px}
.dungeibox button{width:20%;margin-left:15%;border:none;background:#3b8cff;color:#fff;padding:5px 0;font-size:14px;border-radius:5px}
.dungeihide .dungeicode{position:absolute;width:100px;height:100px;right:20px;top:50%;margin-top:-50px}
.dungeibox{padding:0}
.dungei-content{padding:20px 90px 15px 0}
.dungeihide .dungeicode{width:80px;height:80px}

/**  WordPress文章部分内容关注微信公众号后可见 **/ /*编辑器样式*/
#toolbar .ql-toolbar.ql-snow .ql-formats:nth-child(10) {
    position: absolute;
    left: 140px;
    bottom: -3px;
}

/*标签美化*/
.tagcloud a{ 
    position: relative; 
    padding: 1px 4px 2px 4px;
    margin: 0px 4px 0px 3px;
    border: 1px solid #e6e7e8; 
    border-radius: 18px; 
    text-decoration: none; 
    white-space: nowrap;
    -o-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -ms-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -moz-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -webkit-box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    box-shadow: 6px 4px 8px 0 rgba(151,142,136,.34);
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135, Color='#000000')";/*兼容ie7/8*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=125, Strength=1);
    /*strength是阴影大小，direction是阴影方位，单位为度，可以为负数，color是阴影颜色 （尽量使用数字）使用IE滤镜实现盒子阴影的盒子必须是行元素或以行元素显示（block或inline-block;）*/
}
/*.tagcloud a:hover{
  background:linear-gradient(to left,#70a4fe,#4583ec);border-radius:10%
}
*/
.tagcloud a:nth-child(7n+1):hover{color:#ffffff;background-color:rgba(255,78,106,.8)}
.tagcloud a:nth-child(7n+2):hover{color:#ffffff;background-color:#ffaa73}
.tagcloud a:nth-child(7n+3):hover{color:#ffffff;background-color:#fed466}
.tagcloud a:nth-child(7n+4):hover{color:#ffffff;background-color:#3cdc82}
.tagcloud a:nth-child(7n+5):hover{color:#ffffff;background-color:#64dcf0}
.tagcloud a:nth-child(7n+6):hover{color:#ffffff;background-color:#64b9ff}
.tagcloud a:nth-child(7n+7):hover{color:#ffffff;background-color:#b4b4ff}

.tagcloud a:nth-child(7n+1){background-color:rgba(255,78,106,.15);color:rgba(255,78,106,.8)}
.tagcloud a:nth-child(7n+2){background-color:rgba(255,170,115,.15);color:#ffaa73}
.tagcloud a:nth-child(7n+3){background-color:rgba(254,212,102,.15);color:#fed466}
.tagcloud a:nth-child(7n+4){background-color:rgba(60,220,130,.15);color:#3cdc82}
.tagcloud a:nth-child(7n+5){background-color:rgba(100,220,240,.15);color:#64dcf0}
.tagcloud a:nth-child(7n+6){background-color:rgba(100,185,255,.15);color:#64b9ff}
.tagcloud a:nth-child(7n+7){background-color:rgba(180,180,255,.15);color:#b4b4ff}
/*
.tagcloud a{ border:1px solid #D3D3D3;  border-radius:10%; margin: 2px; font-size:60%;}
.tagcloud a:hover{background:linear-gradient(to left,#70a4fe,#4583ec);border-radius:10%}
*/
/*标签美化*/



/*左侧悬浮广告样式开始*/
.close_button{
	text-align: right;
  	margin-bottom: -380px;
}
.left_elevator_item_close{
	background-color: #F5F5F5;
  	color: #5e6369;
    border: 1px solid #9fb5cc;
    border-radius: 5px; 
    font-size: 15px;
    padding: 2px 5px 2px 5px;
  
}
.left_elevator_item_close:hover{
	background-color: #DCDCDC;
}
.left_elevator_item {
    position: fixed;
    left: 20px;
    /*bottom: 240px;
  	top:100px;*/
    z-index: 11;
  
    animation: vip-199-180510 2.4s infinite;
}
.left_elevator_item .left_hd-time-limited {
    display: block;
    position: relative;
  	top: 400px;
    /*
  	left: 10.6px;
  	bottom: 500px;
 	margin-bottom: -150px;
    width: 40px;
    height: 140px;*/
    width: 200px;
    /*background: url(http://www.dungei.net/wp-content/uploads/2019/07/1564543273-time-limited.png) no-repeat center;*/
    animation: vip-199-180510 2.4s infinite;
  	padding-bottom: 20px;
    z-index:1;
}

@keyframes vip-199-180510 {
    0% {
        bottom: 442px;
    }
    50% {
        bottom: 450px;
    }
    100% {
        bottom: 442px;
    }
}

.aj-popbox .left_hd-time-limited .close-btn {
    width: 38px;
    height: 38px;
    right: 28px;
    top: 30px;
    line-height: 38px;
    text-align: center
}

.aj-popbox .left_hd-time-limited .close-btn i {
    font-size: 24px;
    color: #fff
}

.aj-popbox .left_hd-time-limited .timer {
    margin: 296px auto 0;
    width: 234px;
    font-size: 30px;
    color: #000;
    line-height: 48px;
    padding-left: 10px;
    letter-spacing: 13px;
    font-weight: bold
}

.aj-popbox .left_hd-time-limited .go-hd:hover {
    transform: scale(.95) translateY(2px)
}
/*左侧悬浮广告样式结束*/

/*小工具广告位简易样式开始*/

.widget-ssr{font-size: 14px;background-color: #fff;}
a:visited {text-decoration: none;}
.btn-outline {line-height: 36px;color: #fff;background-color: transparent;border: 1px solid #fff;display: inline-block;font-weight: 400;text-align: center;vertical-align: top;user-select: none;padding: 0 36px;line-height: 38px;font-size: 14px;border-radius: 100px;outline: 0;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.asr{border-radius: 10px;display:block;padding:40px 15px;text-align:center;color:#fff !important;background:#fe3d7d;background-image:linear-gradient(to right,#fe3d7d 0,#fe5b34 50%,#fe3d7d 100%)}
.asr h4{margin:0;font-size:22px;font-weight:700}
.asr h5{margin:10px 0 0;font-size:14px;font-weight:700}
.asr .btn{margin-top:20px;font-weight:700}
.asr .btn:hover{color:#fe3d7d}
.widget-ssr{overflow:hidden;padding:0}
.btn-outline:hover{background-color: #fff;}

/*小工具广告位简易样式结束*/

/*隐藏内容框遮挡问题，故下移15像素*/
.content-hidden-info {
    margin-top: 15px;
}

/*---滚动条默认显示样式--*/
/*
::-webkit-scrollbar-thumb{
   background-color:#03a9f4;
   height:50px;
   outline-offset:-2px;
   outline:2px solid #cddc39;
   -webkit-border-radius:4px;
   border: 2px solid #fff;
}
*/
/*---鼠标点击滚动条显示样式--*/
/*
::-webkit-scrollbar-thumb:hover{
   background-color:#00bcd4;
   height:50px;
   -webkit-border-radius:4px;
}
*/
/*---滚动条大小--*/
/*
::-webkit-scrollbar{
   width:15px;
   height:10px;
}
*/
/*---滚动框背景样式--*/
/*
::-webkit-scrollbar-track-piece{
   background-color:#fff;
   -webkit-border-radius:0;
}
*/


/*---顶部菜单文字角标---*/
/*small标签通用：蓝色*/
.superscript {
display: inline-block;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #6454ef 0%, #316ce8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6454ef), to(#316ce8));
    background: -webkit-linear-gradient(left, #6454ef 0%, #316ce8 100%);
    background: -o-linear-gradient(left, #6454ef 0%, #3021ec 100%);
    background: linear-gradient(to right, #6454ef 0%, #3021ec 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}

/*small标签通用：红色*/
/*
.superscript {
display: inline-block;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: #188ef4;
    background: -webkit-linear-gradient(legacy-direction(to right), #E33E33 0%, #f9e1be 100%);
    background: -webkit-gradient(linear, left top, right top, from(#E33E33), to(#f9e1be));
    background: -webkit-linear-gradient(left, #E33E33 0%, #f9e1be 100%);
    background: -o-linear-gradient(left, #E33E33 0%, #f9e1be 100%);
    background: linear-gradient(to right, #E33E33 0%, #f9e1be 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}
*/
/*第一个元素特定黄色*/
.superscript:first-child {
display: inline-block;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: #f9e1be;
    background: -webkit-linear-gradient(legacy-direction(to right), #efd3b0 0%, #f9e1be 100%);
    background: -webkit-gradient(linear, left top, right top, from(#efd3b0), to(#f9e1be));
    background: -webkit-linear-gradient(left, #efd3b0 0%, #f9e1be 100%);
    background: -o-linear-gradient(left, #efd3b0 0%, #f9e1be 100%);
    background: linear-gradient(to top, #efd3b0 0%, #f9e1be 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
}


/*相关推荐
 * */
.yarpp-related h3 {
	color: #657487;
	padding-bottom:10px;
	font-size: 100%;
}
.yarpp-related ol {
	  color: #657487;
    display: inline-block;
    /*background: #f7f7f7;*/
    width: 100%;
    /*padding: 24px;*/
  	padding: 5px 0px;
}
.yarpp-related ol li {
    padding-bottom: 12px;
}

.yarpp-related ol li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
   background: #ff4d00;/* */
    border-radius: 50%;
    position: relative;
    top: -3px;
}
.yarpp-related ol li a {
    font-weight: 500;
    font-size: 15px;
    padding: 5px;
	border: none;
}



/*登录弹窗样式*/
@media (min-width: 768px){
    .login-box-content{background:#fff}    
    .login-box-content{  
        background: #504BCC;
        background-image: url(https://img.qvdy.cn/imgs/2020/04/1e1c8e5415e795.png);
        background-position: 145px bottom;
        background-repeat: no-repeat;}
    .dungei_com_login {
      width: 400px;
        height:auto;
        float: left;
       }   
    .login-box-content .login-box-top{    width: 400px;
        float: left;background: #fff;}    

     .modal-content{width:800px}   
    .dungei_com_login {width: 400px;
        height:auto;

        float: left;
       }   
    .login-box-content .login-box-top{    width: 400px;
        float: left;background: #fff;}    

     .modal-content{width:800px}   
    .dungei_com_login .wxlogin-sidebar{
         padding: 50px 50px 0;}

    .dungei_com_login .wxlogin-sidebar h2 {
        font-size: 22px;
        margin-bottom: 30px;
        color:#fff;
    }    
    .dungei_com_login .wxlogin-sidebar ul li{    
         display: block;
        margin-bottom: 10px;
        font-size: 15px;
        color:#fff;
    }  

    p.module-desc {
        border-left: 0px solid #fb5f3c;
        padding-left: 0px;
    }
    .dungei_com_login .wxlogin-sidebar ul li i{
        margin-right: 10px;
        opacity: .52;
        position: relative;
        top:2px;
    }
    .login-title span{padding:10px 10px;font-size:16px;color:#252525;}
    .login-title span b{color:#252525;}
    .login-box-content .login-box-top{padding:36px 24px}
    .header .ri-medal-line{    color: #ffd2ab;
        font-size: 18px;
        position: relative;
        top: 3px;
        margin-right: 3px;}
    .login-social-button .login-qq {
        color: #ff7a09;
    }
}

.login-box-top{
	box-sizing: border-box;
}
@media (max-width: 768px) {
  .dungei_com_login {
  	display:none
  }
}
/*登录弹窗样式结束*/


/*倒计时卡片样式开始*/
#endTime{color:#d00000;font-weight:800}#time{color:#d00000;font-weight:800}#day{color:#d00000;font-weight:800}#hour{color:#d00000;font-weight:800}#min{color:#d00000;font-weight:800}#sec{color:#d00000;font-weight:800}#countdown{background:hsla(0,0%,9%,.32);border-radius:6px;line-height:45px;text-align:center;font-size:15px}
/*倒计时卡片样式结束*/

/*首页广告位样式开始*/
.index_ads{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 5px;
}
.index_ads a {
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 50%;;
    position: relative;
}
.index_ads a:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 1pc;
    background: url(https://img.qvdy.cn/imgs/sys/ad_watermark.png);
    right: 0;
    font-size: 9pt;
    text-align: center;
    bottom: 0;
    color: #fff;
}
.index_ads img {
    width: 100%;
}
@media (max-width: 767px) {
	.index_ads {
		display: none
	}
}
/*首页广告位样式结束*/

/*首页橙色联系卡片样式开始*/
.buy-container {
    color: #ccc;
    padding: 60px 40px 50px 40px;
	margin: 0 auto;
    background: rgb(224,32,140);
      /*下述两行代码为兼容浏览器用，建议同步修改，亦可删除（不建议）*/
	background: -moz-linear-gradient(left, rgb(224,32,140) 0%, rgb(250,100,0) 100%);
	background: -webkit-linear-gradient(left, rgb(224,32,140) 0%,rgb(250,100,0) 100%);
      /*请更改此行代码，颜色为rgb模式*/
	background: linear-gradient(to right, rgb(224,32,140) 0%, rgb(250,100,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0208c', endColorstr='#fa6400',GradientType=1 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.buy-container .buy-box {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
      max-width: 900px;
      margin: 0 auto;
}
@media screen and (max-width: 700px) {
	.buy-container .buy-box {
		display: block;
        text-align: center;
	}
	.buy-container .buy-box .slogan {
		margin-bottom: 30px;
	}
}
.buy-container .buy-box .slogan h3 {
	color: #fff;
	font-size: 26px;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 800px) {
	.buy-container .buy-box .slogan h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 500px) {
	.buy-container .buy-box .slogan h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 400px) {
	.buy-container .buy-box .slogan h3 {
		font-size: 18px;
	}
}
.buy-container .buy-box .slogan p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
}
.buy-container .buy-box .actions {
	display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 700px) {
	.buy-container .buy-box .actions {
		-webkit-box-pack: justify;
	    justify-content: center;
	}
}
.buy-container .buy-box .actions li {
	margin: 0;
}
.buy-container .buy-box .actions li:last-child {
	margin-left: 10px;
}
.buy-container .buy-box .actions li a {
	position: relative;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
      line-height: 1;
	text-decoration: none;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.buy-container .buy-box .actions li a:hover {
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
      -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
      -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
      -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
opacity: 1 !important;
}
@media screen and (max-width: 330px) {
	.buy-container .buy-box .actions li a {
		font-size: 12px;
	}
}
.buy-container .buy-box .actions li a:not(.primary):before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 0 1px currentColor;
	-moz-box-shadow: inset 0 0 0 1px currentColor;
	-o-box-shadow: inset 0 0 0 1px currentColor;
	box-shadow: inset 0 0 0 1px currentColor;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-khtml-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
}
.buy-container .buy-box .actions li a:after {
	display: none;
}
.buy-container .buy-box .actions li a.primary {
	color: #ff3b30 !important;
	background-color: #fff;
}
.buy-container .tips {
	border-top: 1px solid rgba(255, 255, 255, .1);
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
      max-width: 900px;
	margin: 30px auto 0 auto;
	padding-top: 30px;
}
/*首页橙色联系卡片样式结束*/

/*首页底部收藏快捷键卡片样式开始
.footer-fav a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
  	box-sizing: border-box;
}*/
@media(min-width:768px) {
	.fl {
		float: left
	}
}

@media(min-width:768px) {
	.fr {
		float: right
	}
}

a,a:active,a:visited {
	text-decoration: none;
	transition: all .2s
}

.thumb {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: all .2s
}

@media(max-width:1329px) {
	.hide_md {
		display: none !important
	}
}

.btn {
	display: block;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	line-height: 2.4;
	outline: 0;
	border: 0
}

.btn-orange {
	background-color: #fe5b34;
	background-image: -webkit-linear-gradient(left,#fe3d7d 0,#fe5b34 50%,#fe3d7d 100%);
	background-image: linear-gradient(to right,#fe3d7d 0,#fe5b34 50%,#fe3d7d 100%);
	border: 1px solid #fd592b;
	border-radius: 3px;
	color: #fff
}

.btn-orange:hover {
	color: #fff;
	background-color: #fe5b34;
	background-image: -webkit-linear-gradient(left,#fe5b34 0,#fe3d7d 50%,#fe5b34 100%);
	background-image: linear-gradient(to right,#fe5b34 0,#fe3d7d 50%,#fe5b34 100%);
	border: 1px solid #fd592b;
	border-radius: 3px
}


.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	*zoom: 1;
  	box-sizing: border-box;
}

@media(min-width:768px) {
	.container {
		max-width: 768px;
		overflow: visible
	}
}

@media(min-width:1024px) {
	.container {
		max-width: 1310px
	}
}

.container:before,.container:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both
}

.footer-fav {
	position: relative;
	/* z-index: 20; */
	/* background: #f7fafc; */
	background: #edf3f9;
	width: 100%;
	overflow: hidden
}

@media(min-width:768px) {
	.footer-fav {
		width: auto;
		overflow: visible;
		background: #edf3f9
	}
}

.footer-fav .container {
	padding-top: 36px;
	padding-bottom: 36px;
	overflow: visible
}

.footer-fav .site-info {
	width: 60%
}

@media(min-width:768px) {
	.footer-fav .site-info {
		width: auto
	}
}

.footer-fav .site-info h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase
}

@media(min-width:768px) {
	.footer-fav .site-info h2 {
		font-size: 26px
	}
}

.footer-fav .site-info h2 a {
	color: #000
}

.footer-fav .site-info .site-p {
	margin-bottom: 10px
}

.footer-fav .site-info .site-p p:first-child::after {
	content: ','
}

@media(min-width:768px) {
	.footer-fav .site-info .site-p {
		margin-bottom: 0
	}

	.footer-fav .site-info .site-p p:first-child::after {
		content: ''
	}
}

.footer-fav .site-info p {
	font-size: 12px;
	color: #797979;
	line-height: 1.8;
	margin-bottom: 10px;
	display: inline
}

@media(min-width:768px) {
	.footer-fav .site-info p {
		font-size: 14px;
		margin-bottom: 0;
		display: block
	}
}

.footer-fav .site-fav {
	padding-top: 5px
}

@media(min-width:768px) {
	.footer-fav .site-fav {
		padding-top: 24px
	}
}

.footer-fav .site-fav .btn-orange {
	font-size: 14px;
	line-height: 2.5;
	padding: 0 1.2em
}

@media(min-width:768px) {
	.footer-fav .site-fav .btn-orange {
		font-size: 16px;
		line-height: 3.5;
		padding: 0 2em
	}
}

.footer-fav .site-girl {
	position: absolute;
	left: 50%;
	bottom: 0
}

.footer-fav .site-girl .girl {
	width: 180px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s
}

@media(min-width:768px) {
	.footer-fav .site-girl .girl {
		left: -50px
	}
}

.footer-fav .site-girl .girl::after {
	content: 'Hi~';
	display: block;
	position: absolute;
	left: 100%;
	top: 40%;
	color: #a7a7a7;
	font-size: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	transition: all .3s
}

.footer-fav .site-girl .thumb {
	padding-top: 116.667%
}

.footer-fav .site-girl .girl-info {
	margin-left: 150px;
	margin-bottom: 55px
}

.footer-fav .site-girl h4 {
	font-size: 14px;
	font-weight: normal;
	color: #797979;
	line-height: 1.8
}

.footer-fav .site-girl a {
	color: #797979
}

.footer-fav .site-girl a:hover {
	color: #ff5c00
}

@media(min-width:768px) {
	.footer-fav:hover .site-girl .girl {
		left: -80px
	}

	.footer-fav:hover .site-girl .girl::after {
		visibility: visible;
		opacity: 1;
		transition: all .2s
	}
}

@media(max-width:767px) {
	.home .footer-fav {
		display: none
	}
}}

@media(max-width:767px) {
	.footer-fav .btn-group>.btn:last-child {
		border-radius: 3px
	}
}}
/*首页底部收藏快捷键卡片样式结束*/