/*
* ------------------------------------------------------------------------------
* 首页多图广告
* ------------------------------------------------------------------------------
*/
.dm-widget-ad{
    margin-top: -28px;
}
.dm_module_ad {
    background: #fff0;
    margin: 0;
    padding-bottom: 0;
    padding-top: 1.5rem;
}
.dm-container{
    display: block;
    max-width: 1410px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.dm_ads{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: 0px;
    margin-bottom: 10px !important;
}
.dm_ads li{
    color: #fff0;
    margin: 5px 0;
    padding-left: 15px;
    flex: 0 0 33.33344%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.dm_ads img{
    width: 480px;
    height: 70px;
}
.dm_ads a{
    position: relative;
    display: block;
    float: left;
}
.dm_ads a:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 1pc;
    background: url(/wp-content/themes/dm_v2_child/assets/images/home_gadgets/ad/ad.png);
    right: 0;
    font-size: 9pt;
    text-align: center;
    bottom: 0;
    color: #fff;
}
/*文字广告*/
.dm_adsw{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px !important;
    background: #ffffff;
    padding: 8px 0;
}
.dm_adsw li{
    color: #fff0;
    margin: 5px 0;
    padding-left: 30px;
    flex: 0 0 16.6%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.dm_adsw a{
    position: relative;
    display: block;
    float: left;
    font-size: 13px;
}
.dark-open .dm_adsw {
    background-color: #293042;
}
@media screen and (max-width: 768px) {
 
 .dm-widget-ad{
 
display:none; }
 
}
/*广告CSS开始结束*/
/* 网站运营数据模块 start */
.dm-widget-footer>.container {
    max-width: none !important;
    padding: 0 !important;
	margin-bottom: -29px;
}
.footer-container {
    position: relative;
    color: #555;
    margin-top: 0px;
}    
.site-data-wp {
    background-size: 100%;
    background-repeat: repeat-x;
    /*background-image: url(/wp-content/themes/dm_child/assets/img/mode/search_bg.jpg);*/
    background-position: center;
    text-align: center;
    font-size: 0;
    height: 246px;
}
.site-data-wp .data-items {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 0;
    min-height: 85px;
    margin-top: 0;
    padding-left: 0;
}
.site-data-wp .btn-outlined {
    min-width: 100px;
    height: 40px;
    /*line-height: 36px;*/
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}
.site-data-wp li {
    display: inline-block;
    vertical-align: top;
    width: 220px;
}
.site-data-wp li i {
    display: inline-block;
    height: 25px;
    color: #fff;
    transition: 0.3s;
    font-size: 18px;
}
.site-data-wp li strong {
    display: block;
    line-height: 48px;
    font-size: 36px;
    text-shadow: 0 3px 5px #34495e1a;
    color: #fff;
    position: relative;
}
.site-data-wp li span {
    display: block;
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
}
.btn-outlined:hover {
    background-color: rgba(255,255,255,.2);
}
@media screen and (max-width: 768px) {
 
 .dm-widget-footer{
 
display:none; }
 
}
/* 网站运营数据模块 end */