﻿@charset "utf-8";

/* home page */
.mainn_body{
    width: 100%;
    min-height: 100%;
    background: url("https://cdn.dho.ink/images/index/home_page_bg_17.jpg") no-repeat center 0;
    overflow: hidden;
    background-size: cover; /* 确保背景图片覆盖整个页面 */
}
.section-1{
    padding-bottom: 18px;
}
.section-1 .model-list{
    margin-top: 567px;
    height: 337px;
    background: url("https://cdn.dho.ink/images/index/model_list_bg.png") no-repeat center 0;
}
.section-1 .download{
    width: 300px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -137px;
   
}
.line_bg{
    background: url(https://cdn.dho.ink/images/index/line_03.png) no-repeat center;
    width: 496px;
    height: 127px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -14%;
}
.section-1 .download div{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.section-1 .download .erweima{
    /*background: url(https://cdn.dho.ink/images/index/er_bg_03.png) no-repeat center;*/
    background-size: 100% 100%;
    text-align: center;
    width: 100px;
    height: 98px;
    margin-right: 5px;
}
.section-1 .download .erweima>img{
    margin: 6px auto;
}
.android{
    margin-top: 2px;
}
.section-1 .model-list-wrap{
    height: 337px;
    position: relative;
}
.section-1 .model-list-wrap li{
    cursor: pointer;
    position: absolute;
}
.section-1 .model-list-wrap li img{
    transition: all 0.6s ease;
}
.section-1 .model-list-wrap li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.6s ease;
}

.section-1 .model-list-wrap li.has-video:hover:before{
    opacity: 1;
    transform: scale(1.1);
}
.section-1 .model-list-wrap li.has-video:hover img{
    transform: scale(1.05);
}

.section-1 .model-list-wrap li:hover:before{
    display: block;
}
.section-1 .model-list-wrap li.model-1{
    left: 116px;
    top: 26px;
}
.section-1 .model-list-wrap li.model-2{
    left: 242px;
    top: 118px;
}
.section-1 .model-list-wrap li.model-3{
    left: 358px;
    top: 59px;
}
.section-1 .model-list-wrap li.model-4{
    left: 478px;
    top: 104px;
}
.section-1 .model-list-wrap li.model-5{
    left: 712px;
    top: 59px
}
.section-1 .model-list-wrap li.model-6{
    left: 826px;
    top: 119px;
}
.section-1 .model-list-wrap li.model-7{
    right: 113px;
    top: 27px;
}
.section-1 .model-list-wrap li.model-8{
    right: 163px;
    top: -55px;
}
.section-1 .model-list-wrap li.model-9{
    right: 17px;
    top: -28px;
}
.section-1 .model-list-wrap li.model-10{
    right: -330px;
    top: 0px;
}
.section-1 .model-list-wrap li.model-1:before{
    width: 146px;
    height: 148px;
    background: url("https://cdn.dho.ink/images/index/model_img_1_active.png") no-repeat;
}
.section-1 .model-list-wrap li.model-2:before{
    width: 135px;
    height: 125px;
    background: url("https://cdn.dho.ink/images/index/model_img_2_active.png") no-repeat;
}
.section-1 .model-list-wrap li.model-3:before{
    width: 132px;
    height: 124px;
    background: url("https://cdn.dho.ink/images/index/model_img_3_active.png") no-repeat;
}
.section-1 .model-list-wrap li.model-4:before{
    width: 245px;
    height: 152px;
    background: url("https://cdn.dho.ink/images/index/model_img_4_active.png") no-repeat;
}
.section-1 .model-list-wrap li.model-5:before{
    width: 134px;
    height: 126px;
    background: url("https://cdn.dho.ink/images/index/model_img_5_active.png") no-repeat;
}
.section-1 .model-list-wrap li.model-6:before{
    width: 134px;
    height: 134px;
    background: url("https://cdn.dho.ink/images/index/model_img_6_active.png") no-repeat;
}
.section-1 .model-list-wrap li.model-7:before{
    width: 146px;
    height: 148px;
    background: url("https://cdn.dho.ink/images/index/model_img_7_active.png") no-repeat;
}
.section-1 .model-list-wrap .more{
    width: 320px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
	font-weight:bold;
    color: #3e4e72;
    background: url("https://cdn.dho.ink/images/index/more_model.png") no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -160px;
    /*font-family: "PingFang SC";*/
}
.section-1 .model-list-wrap .more:hover{
    color: #6f90ec;
}
.section-1  .ability-showcase-video{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;

}
.section-1 .banner-and-news{
    width: 1200px;
    margin: 75px auto 0;
    height: 360px;
    position: relative;
    z-index: 888;
}
.section-1 .banner-and-news .banner{
    width: 720px;
    float: left;
    margin-right: 8px;
}
.section-1 .banner-and-news .banner .bd{
    width: 720px;
    height: 310px;
    overflow: hidden;
}
.section-1 .banner-and-news .banner .bd img{
    /*width: 100%;*/
    height: 310px;
}
.section-1 .banner-and-news .banner .bd li{
    height:310px;
    overflow:hidden;
    text-align: center;
}
.section-1 .banner-and-news .banner .hd{
    width: 100%;
    height: 50px;
}
.section-1 .banner-and-news .banner .hd li{
    width: 144px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #acb2c7;
    padding: 15px 0;
    cursor: pointer;
    float: left;
    background: #333d59;
    position: relative;
}
.section-1 .banner-and-news .banner .hd li.on{
    background: #495673;
    color: #44c4ff;
}
.section-1 .banner-and-news .banner .hd li:after{
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #45c5ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.3s;
}
.section-1 .banner-and-news .banner .hd li.on:after{
    width: 100%;
    left: 0;
}
.section-1 .banner-and-news .news{
    float: left;
    width: 394px;
    height: 360px;
    padding: 0 40px 20px 20px;
    background: url("https://cdn.dho.ink/images/index/news_bg.png") no-repeat;
}
.section-1 .banner-and-news .news .tab{
    height: 26px;
    line-height: 26px;
    padding: 15px 0;
    border-bottom: 1px solid #5790ff;
}
.section-1 .banner-and-news .news .tab ul{
    float: left;
}
.section-1 .banner-and-news .news .tab li{
    width: 60px;
    font-size: 14px;
    color: #d8e0f5;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
}
.section-1 .banner-and-news .news .tab li.on{
    color: #578eff;
}
.section-1 .banner-and-news .news .tab li:after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #578efe;
    position: absolute;
    left: 50%;
    bottom: -15px;
}
.section-1 .banner-and-news .news .tab li.on:after{
    width: 100%;
    left: 0;
}
.section-1 .banner-and-news .news .tab .more{
    float: left;
    margin-left: 30px;
    width: 22px;
    height: 26px;
    background: url("https://cdn.dho.ink/images/index/news_more.png") no-repeat;
    cursor: pointer;
}
.section-1 .banner-and-news .news .news-list{
    padding-top: 15px;
    overflow: hidden;
}
.section-1 .banner-and-news .news .news-list h2{
    width: 364px;
    height: 24px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 24px;
    background: url("https://cdn.dho.ink/images/index/main_title_bg.png") no-repeat;
    margin-bottom: 20px;
}
.section-1 .banner-and-news .news .news-list h2 a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #578eff;
}
.section-1 .banner-and-news .news .news-list ul{
    padding-left: 34px;
}
.section-1 .banner-and-news .news .news-list li{
    height: 20px;
    line-height: 20px;
    padding: 6px 0 6px;
    border-bottom: 1px dashed #49526c;
    position: relative;
    font-size: 13px;
}
.section-1 .banner-and-news .news .news-list li.gamenews em {
    border: 1px solid #31c9cd;
    color: #31c9cd;
}
.section-1 .banner-and-news .news .news-list li.notice em {
    border: 1px solid #4ba36a;
    color: #4ba36a;
}
.section-1 .banner-and-news .news .news-list li.event em {
    border: 1px solid #e9852d;
    color: #e9852d;
}
.section-1 .banner-and-news .news .news-list li.strategy em {
    border: 1px solid #6388c5;
    color: #6388c5;
}
.section-1 .banner-and-news .news .news-list li a{
    width: 264px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #ccd7ee;
}
/* 新闻链接下划线
.section-1 .banner-and-news .news .news-list li a:hover{
    text-decoration: underline;
}
*/
.section-1 .banner-and-news .news .news-list li a:hover{
    color: #DC143C;
}
/* 改变链接颜色
.section-1 .banner-and-news .news .news-list li.gamenews:hover a {
    color: #31c9cd;
}
.section-1 .banner-and-news .news .news-list li.notice:hover a {
    color: #4ba36a;
}
.section-1 .banner-and-news .news .news-list li.event:hover a {
    color: #e9852d;
}
.section-1 .banner-and-news .news .news-list li.strategy:hover a {
    color: #6388c5;
}
*/
.section-1 .banner-and-news .news .news-list li .date{
    float: right;
    color: #5e6980;
}
.section-1 .banner-and-news .news .news-list li.new:before{
    content: "";
    position: absolute;
    display: block;
    background: url("https://cdn.dho.ink/images/index/icon_news.png") no-repeat;
    width: 18px;
    height: 20px;
    left: -30px;
    top: 6px;
}
.section-1 .ad-list{
    margin: 45px auto 70px;
    overflow: hidden;
}
.section-1 .ad-list li{
    width: 226px;
    height: 80px;
    float: left;
    margin-right: 7px;
    overflow: hidden;
}
.section-1 .ad-list li:last-child{
    margin-right: 0;
}

.home-page-heading{
    width: 1200px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    vertical-align: middle;
    font-size: 26px;
    margin: 0 auto;
    color: #568ffb;
    background: url("https://cdn.dho.ink/images/index/home_page_title_bg.png") no-repeat center 0;
}
.home-page-heading i.icon{
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.home-page-heading i.video-list{
    background: url("https://cdn.dho.ink/images/index/icon_video_list.png") no-repeat;
}
.home-page-heading i.game-list{
    background: url("https://cdn.dho.ink/images/index/icon_game_list.png") no-repeat;
}

.section-1 .video-list-main{
    margin-top: 50px;
    overflow: hidden;
}
.section-1 .video-list-main .list{
    width: 356px;
    /*height: 338px;*/
    height: 215px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}
.section-1 .video-list-main .list .sub-heading{
    line-height: 22px;
    padding: 4px 0 4px 36px;
    color: #f0f0f0;
    font-size: 16px;
    float: left;
    border-bottom: 2px solid #588fff;
}
.section-1 .video-list-main .list.game .sub-heading{
    background: url("https://cdn.dho.ink/images/index/icon_video_1.png") no-repeat left center;
}
.section-1 .video-list-main .list.author .sub-heading{
    background: url("https://cdn.dho.ink/images/index/icon_video_2.png") no-repeat left center;
}
.section-1 .video-list-main .list.player .sub-heading{
    background: url("https://cdn.dho.ink/images/index/icon_video_3.png") no-repeat left center;
}
.section-1 .video-list-main .list .more{
    float: right;
    width: 22px;
    height: 22px;
    background: url("https://cdn.dho.ink/images/index/icon_video_4.png") no-repeat center center;
    cursor: pointer;
    margin-top: 8px;
}
.section-1 .video-list-main .list ul{
    width: 110%;
    margin-top: 22px;
    overflow: hidden;
}
.section-1 .video-list-main .list li{
    width: 178px;
    height: 142px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
}
.section-1 .video-list-main .list li .pic{
    width: 178px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.section-1 .video-list-main .list li .pic:before{
    content: "";
    width: 178px;
    height: 100px;
    background: url("https://cdn.dho.ink/images/index/video_list_mask.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: -100px;
    transition: all 0.3s;
}
.section-1 .video-list-main .list li .pic:hover:before{
    bottom: 0;
}
.section-1 .video-list-main .list li .pic img{
    width: 100%;
}
.section-1 .video-list-main .list li .name{
    height: 22px;
    line-height: 22px;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}

.section-2{
    height: 560px;
    padding: 50px 0 200px;
    /*background: url("https://cdn.dho.ink/images/index/game_list_bg.jpg?v=20170810") no-repeat center 0;*/
}
.section-2 .swiper-container {
    margin: 70px auto 0;
    width: 1200px;
    height: 478px;
    overflow: hidden;
}
.section-2 .swiper-slide {
    width:628px;
    height:478px;
    padding: 13px 12px 13px 13px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    overflow: hidden;
    box-sizing: border-box;
}
.section-2 .swiper-slide a {
    width:100%;
    height:100%;
    z-index:1
}
.section-2 .swiper-slide img{
    -webkit-filter: blur(5px); /* Chrome, Opera */
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.section-2 .swiper-slide.swiper-slide-active{
    background: url("https://cdn.dho.ink/images/index/game_list_active.png") no-repeat;
}
.section-2 .swiper-slide.swiper-slide-active img{
    -webkit-filter: blur(0px); /* Chrome, Opera */
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.section-2 .swiper-button-prev,
.section-2 .swiper-button-next{
    width: 114px;
    height: 85px;
    margin-top: -42px;
}
.section-2 .swiper-button-prev{
    left: 150px;
    background: url("https://cdn.dho.ink/images/index/arrow_l.png") no-repeat;
}
.section-2 .swiper-button-next{
    right: 150px;
    background: url("https://cdn.dho.ink/images/index/arrow_r.png") no-repeat;
}
.section-2 .swiper-button-prev:hover{
    background: url("https://cdn.dho.ink/images/index/arrow_l_hover.png") no-repeat;
}
.section-2 .swiper-button-next:hover{
    background: url("https://cdn.dho.ink/images/index/arrow_r_hover.png") no-repeat;
}
.section-2 .copy-right{
    width: 840px;
    margin: 60px auto 0;
}
.section-3{
    padding: 100px 0 150px;
    background: url("https://cdn.dho.ink/images/index/cooperation_list_bg.jpg") repeat-x 0 0;
}
.section-3 .channel-list-main{
    margin: 60px auto 78px;
    overflow: hidden;
}
.section-3 .channel-list-main ul{
    width: 110%;
}
.section-3 .channel-list-main li{
    width: 210px;
    height: 82px;
    overflow: hidden;
    float: left;
    margin: 0 38px 36px 0;
}
.section-3 .channel-list-main li img{
    width: 100%;
}
.section-3 .media-list-main{
    padding-top: 60px;
    overflow: hidden;
}
.section-3 .media-list-main li{
    width: 240px;
    line-height: 22px;
    float: left;
    text-align: center;
    /*font-family: '宋体';*/
    font-size: 12px;
    position: relative;
    margin-bottom: 18px;
}
.section-3 .media-list-main li a{
    color: #627092;
}
.section-3 .media-list-main li a:hover{
    color: #007aff;
}
.section-3 .media-list-main li:after{
    content: "|";
    line-height: 22px;
    color: #627092;
    position: absolute;
    right: 0;
    top: 0;
}
.foot-wrap{
    
}
.foot-wrap .copy-right{
    width: 840px;
    margin: 60px auto 0;
}
/*--video list page--*/
.inner-page{
    background: url("https://cdn.dho.ink/images/index/home_page_bg_17-1.jpg") no-repeat center 0,url("https://cdn.dho.ink/images/index/inner_page_patch_bgn.jpg") repeat;
    min-height: 100%;
}
.inner-container{
    margin: 390px auto 100px;
    width: 1200px;
}
.inner-container .inner-left{
    width: 846px;
    float: left;
    margin-right: 10px;
}
.inner-container .video-list .inner-left-head{
    background: url("https://cdn.dho.ink/images/index/video_list_top_bg.png") no-repeat;
}
.inner-container .inner-left-head{
    height: 96px;
    overflow: hidden;
}
.inner-container .inner-left-head h2{
    font-size: 30px;
    line-height: 42px;
    padding: 27px 0 27px 30px;
    float: left;
    color: #FFFFFF;
}
.inner-container .inner-left-head .breadcrumb{
    height: 22px;
    line-height: 22px;
    padding: 37px 27px 37px 0;
    float: right;
    color: #8a94c4;
    font-size: 12px;
    /*font-family: '宋体';*/
}
.inner-container .inner-left-head .breadcrumb a{
    color: #8a94c4;
    margin:  0 3px;
}
.inner-container .inner-left-head .breadcrumb a:hover{
    text-decoration: underline;
    color: #007aff;
}
.inner-container .inner-left-body{
    padding: 30px 0;
    overflow: hidden;
    background: #353e5e;
}
.inner-container .inner-left-body .content h2,
.inner-container .inner-left-body .content h3,
.inner-container .inner-left-body .content h4 {
    font-weight: bold;
    color: #FFFFFF; /* 统一字体颜色 */
}
/* 其他内联样式 */
.inner-container .inner-left-body .content strong {
    font-weight: bold; /* 加粗文本 */
}
/* H2 样式 */
.inner-container .inner-left-body .content h2 {
    font-size: 1.75em;
    margin-bottom: 0.5em; 
}
/* H3 样式 */
.inner-container .inner-left-body .content h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em; 
}
/* H4 样式 */
.inner-container .inner-left-body .content h4 {
    font-size: 1.25em;
    margin-bottom: 0.5em; 
}
.inner-container .inner-left-body .tab{
    height: 49px;
    border-bottom: 1px solid #717990;
    text-align: center;
}
.inner-container .inner-left-body .tab li{
    display: inline-block;
    line-height: 49px;
    font-size: 16px;
    color: #c3c3c3;
    cursor: pointer;
    position: relative;
}
.inner-container .inner-left-body .tab li a{
    color: #c3c3c3;
    display: block;
    cursor: pointer;
}
.inner-container .inner-left-body .tab li:after{
    content: "";
    width:92px;
    height: 0;
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #5363af transparent;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: none;
}
.inner-container .inner-left-body .tab li.on:after{
    display: block;
}
.inner-container .inner-left-body .tab li:hover a{
    color: #5363af;
}
/*
.inner-container .inner-left-body p, {
    color: #FFFFFF;
}
.inner-container .inner-left-body p, 
.inner-container .inner-left-body p span {
    color: #FFFFFF !important;
}*/
.inner-container .video-list .tab li{
    width: 104px;
    margin: 0 10px; /* 20241011_update 30px */
}
.inner-container .inner-left-body .bd{
    padding: 30px 37px 0;
}
.inner-container .video-list .list{
    width: 100%;
    height: 1073px;
    overflow: hidden;
}
.inner-container .video-list .list ul{
    width: 110%;
}
.inner-container .video-list .list li{
    width: 244px;
    height: 137px;
    overflow: hidden;
    position: relative;
    margin: 0 20px 32px 0;
    float: left;
}
.inner-container .video-list .list li img{
    width: 100%;
}
.inner-container .video-list .list li .name{
    height: 32px;
    width: 244px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    background: url("https://cdn.dho.ink/images/index/masker_bg.png") repeat;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.inner-container .video-list .list li .masker{
    width: 244px;
    height: 105px;
    background: url("https://cdn.dho.ink/images/index/video_mask_large.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 32px;
    display: none;
}
.inner-container .video-list .list li:hover .masker{
    display: block;
}
.inner-container .inner-left-foot{
    width: 100%;
    height: 22px;
    background: url("https://cdn.dho.ink/images/index/inner_page_bottom_bg.png") no-repeat;
}
.inner-container .inner-right{
    width: 344px;
    float: left;
}
.inner-container .inner-right .QR-code-box{
    width: 100%;
    height: 228px;
    box-sizing: border-box;
    padding: 20px 0 8px 20px;
    position: relative;
    background: url("https://cdn.dho.ink/images/index/right_menu_bg.png") no-repeat;
    z-index: 100;
}
.inner-container .inner-right .QR-code-box:after{
    content: "";
    display: block;
    width: 440px;
    height: 295px;
    background: url("https://cdn.dho.ink/images/index/menu_bar_bg.png") no-repeat;
    position: absolute;
    right: -154px;
    top: -68px;
    z-index: 101;
}
.inner-container .inner-right .QR-code-box img{
    width: 200px;
    height: 200px;
    position: relative;
    z-index: 102;
}
.inner-container .inner-right .menu{
    margin-bottom: 20px;
}
.inner-container .inner-right .menu li{
    width: 344px;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #FFFFFF;
    background: url("https://cdn.dho.ink/images/index/right_menu_item.jpg") no-repeat;
    box-sizing: content-box;
}
.inner-container .inner-right .menu li a{
    display: block;
    color: #FFFFFF;
}
.inner-container .inner-right .menu li .icon{
    width: 50px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.inner-container .inner-right .menu li.download .icon{
    background: url("https://cdn.dho.ink/images/index/icon_download.png") no-repeat;
}
.inner-container .inner-right .menu li.order .icon{
    background: url("https://cdn.dho.ink/images/index/icon_order.png") no-repeat;
}
.inner-container .inner-right .menu li:hover{
    background-image: url("https://cdn.dho.ink/images/index/right_menu_item_active.jpg");
}
.inner-container .inner-right .extra-list{
    width: 344px;
    overflow: hidden;
}
.inner-container .inner-right .extra-list li{
    width: 344px;
    height: 90px;
    margin-bottom: 1px;
}
.inner-container .inner-right .extra-list li a{
    display: block;
    padding: 30px 0 30px 30px;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}
.inner-container .inner-right .extra-list li.item-1{
    background: url("https://cdn.dho.ink/images/index/extra_list_1.jpg") no-repeat;
}
.inner-container .inner-right .extra-list li.item-2{
    background: url("https://cdn.dho.ink/images/index/extra_list_2.jpg") no-repeat;
}
.inner-container .inner-right .extra-list li.item-3{
    background: url("https://cdn.dho.ink/images/index/extra_list_3.jpg") no-repeat;
}
.inner-container .inner-right .extra-list li:hover{
    opacity: 0.85;
}

/*--news list--*/
.inner-container .news-list .inner-left-head{
    background: url("https://cdn.dho.ink/images/index/news_list_top_bg.png") no-repeat;
}
.inner-container .news-list .tab li{
    width: 80px;
    margin: 0 12px;
}
.inner-container .news-list .tab li:after{
    width: 68px;
}
.inner-container .news-list .list li{
    padding: 20px 112px 19px 13px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dotted #5b6583;
}
.inner-container .news-list .list li a{
    color: #bfbfc0;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.inner-container .news-list .list li .date{
    width: 112px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    color: #bfbfc0;
}
.inner-container .news-list .list li a:hover{
    color: #6f90ec;
}
.inner-container .news-list .bd{
    margin-bottom: 50px;
}

/*--details--*/
.details .inner-left-head{
    background: url("https://cdn.dho.ink/images/index/details_page_top.png") no-repeat;
}
.details .inner-left-body{
    padding: 30px 50px;
}
.details .inner-left-body h1{
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 20px;
}
.details .inner-left-body .article-info{
    line-height: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #4f587c;
    color: #8995c3;
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 50px;
}
.details .inner-left-body img{
    display:block;
    max-width: 100%;
    margin:0 auto;
}
.details .inner-left-body .article-info .date{
    float: left;
    margin-right: 70px;
    text-indent: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: #bebec1;
    /*font-family: '宋体';*/
}
.details .inner-left-body .article-info .share-box{
    float: left;
    overflow: hidden;
}
.details .inner-left-body .article-info .share-box a.icon{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
}
.details .inner-left-body .article-info .share-box .icon-wechat{
    background: url("https://cdn.dho.ink/images/index/icon_wechat.png") no-repeat center center;
}
.details .inner-left-body .article-info .share-box .icon-sina{
    background: url("https://cdn.dho.ink/images/index/icon_sina.png") no-repeat center center;
}
.details .inner-left-body .article-info .share-box .icon-qq{
    background: url("https://cdn.dho.ink/images/index/icon_qq.png") no-repeat center center;
}
.details .inner-left-body .article-info .share-box a.icon:hover{
    opacity: 1;
}
.details .inner-left-body p:not(.date) {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF; /* color: #bebec1; */
    text-indent: 2em;
    /*margin-bottom: 30px;*/
}
.details .inner-left-body p.pic{
    text-align: center;
}

/*--list page--*/
.pro-list-page{
    background-image: url("https://cdn.dho.ink/images/index/pro_list_page_bg.jpg");
}
.pro-list-page .inner-container{
    margin: 0 auto 100px;
    width: 1158px;
}
.pro-list-page .inner-container h1{
    color: #FFFFFF;
    font-size: 80px;
    line-height: 82px;
    margin: 62px 0;
}
.pro-list-page .inner-container h1:before{
    content: "";
    float: left;
    width: 12px;
    height: 82px;
    background: #FFFFFF;
    margin-right: 10px;
}
.pro-list-page .control-bar{
    height: 65px;
    overflow: hidden;
}
.pro-list-page .control-bar .tab{
    width: 756px;
    float: left;
    height: 65px;
    font-size: 28px;
    color: #1e2743;
    background: url("https://cdn.dho.ink/images/index/pro_list_tab_bg.png") no-repeat 0 0;
    margin-right: 12px;
}
.pro-list-page .control-bar .tab label{
    float: left;
    line-height: 65px;
    text-indent: 50px;
    width: 150px;
}
.pro-list-page .control-bar .tab ul{
    float: left;
    overflow: hidden;
}
.pro-list-page .control-bar .tab li{
    width: 150px;
    float: left;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    position: relative;
}
.pro-list-page .control-bar .tab li:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #1e2743;
    margin-right: 14px;
}
.pro-list-page .control-bar .tab li:after{
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #1e2743;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.3s;
}
.pro-list-page .control-bar .tab li:hover:after, .pro-list-page .control-bar .tab li.on:after{
    width: 150px;
    left: 0;
}
.pro-list-page .control-bar .search-box{
    width: 390px;
    height: 65px;
    float: left;
    background: url("https://cdn.dho.ink/images/index/search_box_bg.png") repeat;
}
.pro-list-page .control-bar .search-box input[type=text]{
    width: 325px;
    height: 65px;
    padding: 10px;
    box-sizing: border-box;
    color: #000000;
    font-size: 28px;
    float: left;
    outline: none;
    border: none;
    background: none;
}
.pro-list-page .control-bar .search-box .btn-search{
    width: 65px;
    height: 65px;
    float: left;
    background: url("https://cdn.dho.ink/images/index/btn_search.png") no-repeat;
    cursor: pointer;
    outline: none;
    border: none;
}
.pro-list-page .pro-list{
    padding: 50px 20px;
}
.pro-list-page .pro-list li{
    width: 160px;
    height: 250px;
    float: left;
    margin: 0 13px 40px;
}
.pro-list-page .pro-list li .pic{
    width: 160px;
    height: 177px;
    overflow: hidden;
    position: relative;
}
.pro-list-page .pro-list li .pic{
    width: 160px;
    height: 177px;
}
.pro-list-page .pro-list li .pic:before{
    content: "";
    width: 160px;
    height: 177px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.6s ease;
    opacity: 0;
    background: url("https://cdn.dho.ink/images/index/pro_list_img_active.png") no-repeat 0 0;
}
.pro-list-page .pro-list li .name{
    line-height: 30px;
    margin-top: 13px;
    height: 60px;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.pro-list-page .pro-list li a:hover .pic:before{
    opacity: 1;
}
.pro-list-page .pro-list li a:hover .name{
    color: #44c4ff;
}


.section-download{
    width: 100%;
    height: 280px;
    padding: 45px 0;
    background: rgba(0,0,0,0.85) ;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}
.section-download .wrap{
    position: relative;
}
.section-download .wrap:before{
    content: "";
    width: 550px;
    height: 380px;
    background: url("https://cdn.dho.ink/images/index/download_hero.png") no-repeat;
    position: absolute;
    right: 225px;
    top: -88px;
}
.section-download .QR-code{
    float: left;
    margin-right: 17px;
    position: relative;
}
.section-download .QR-code p{
    font-size: 27px;
    line-height: 44px;
    color: #a1c2e7;
    text-align: center;
}
.section-download .btn-group{
    float: left;
    position: relative;
    width: 248px;
}
.section-download a.btn{
    width: 100%;
    height: 74px;
    display: block;
    padding:0;
    margin-bottom: 7px;
    margin-top: 15px;
}
.section-download .btn-close {
    width: 40px;
    height: 40px;
    background: url(https://cdn.dho.ink/images/index/modal_close.png) no-repeat;
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}

.icon_music{
    width:111px;
    height:60px;
    position: fixed;
    z-index:4;
    right:0;
    top:30%;
}
.icon_mb{
    background:url("https://cdn.dho.ink/images/index/m_b.png");
}
.icon_me{
    background:url("https://cdn.dho.ink/images/index/m_e.png");
}

.ch-images {
    position: fixed;
    left: 50px;
    top: 150px;
    width: auto;
    height: auto;
    z-index: 1;
}

.ch-images img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .ch-images {
        display: none !important; /* 确保在小屏幕上隐藏图片容器 */
    }
}

/* 栅格布局 */
.footerer_r .record-info {margin:20px 0}
.footerer_r .record-info li {display:inline-block;margin-right:35px;}
.footerer_r .copyright,.footerer_r .copyright a {
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 20px;
    color: #9EA0A8;
	margin-left: 10px;
}
img.solution-box-logo {width:100px;}
.fl {float:left}
.fr {float:right}
.frtop {float:right;background:#fff0;opacity:0.9999;}
.clear:after {content:'';display:table;clear:both;}
.center {text-align:center}
.w890,.w905,.w1120,.w1189,.w1200,.w1268,.w1380 {width:96%;margin:0 auto;position:relative}