.deiata_more{
        display: flex;
        justify-content:space-between;
    }
 
    
     //所有控件
     .deilta_2 video{
         
     }
           .deilta_2 video::-webkit-media-controls-enclosure {
              display: none;
             background-color: brown; 
             width: 0;
             height: 0;
            }
             
            // 全屏按钮
            video::-webkit-media-controls-fullscreen-button {
              display: none;
            }
             
            //播放按钮
            video::-webkit-media-controls-play-button {
              display: none;
            }
             
            //进度条
            video::-webkit-media-controls-timeline {
              display: none;
            }
             
            //观看当前时间
            video::-webkit-media-controls-current-time-display {
              display: none;
            }
             
            //剩余时间
            video::-webkit-media-controls-time-remaining-display {
              display: none;
            }
             
            //音量按钮
            video::-webkit-media-controls-mute-button {
              display: none;
            }
             
            // 画中画
            video::-webkit-media-controls-toggle-closed-captions-button {
              display: none;
            }
             
            //音量控制条
            video::-webkit-media-controls-volume-slider {
              display: none;
            }  
  .num{
      position: relative;
  }
   .num:hover::before{
    position: absolute;
    content: '';
    bottom: 8px;
    width: 16px;
    height: 2px;
    background: #F00;
    transition: 0.3s;
    transform: translate(-50%, 0);
    left: 50%;
}
  
  .wd-bananer {
            padding-top: 46px;
        }
        .wd-bananer img{
            width: 100%;
            margin-bottom: 12px;
        }
       
        .wd_line{

        }
        .wd_line li{
            display: flex;
            justify-content: space-around
        }
        .wd_line li a{
            width: 512px;
            
        }
        .wd_line img{
            width: 2.6667rem;
            height: 2.6667rem;
			border-radius: 24px;
			margin-top: 0 !important;
        }
		.public-img{
            width: 2.6667rem;
            height: 2.6667rem;
			border-radius: 24px;
			overflow: hidden;
			margin-top: 0.0625rem;
        }
		.t1 p{
			color: #000;
			font-family: "Plus Jakarta Sans";
			font-size: 20px;
			font-style: normal;
			font-weight: 700;
			line-height: 125.987%; /* 25.197px */
			margin:18px 0 24px 0;
		}
		.t2 span{
			color: #000;
			font-family: "Plus Jakarta Sans";
			font-size: 14px;
			font-style: normal;
			font-weight: 500;
			line-height: 125.987%; /* 17.638px */
			opacity: 0.4;
			display: block;
			margin-bottom: 0.4583rem;
		}
		.footer {
    		margin-top: 0;
			}
        .bg-mobile {
            display: none;
        }
        .nav {
            opacity: 1 !important;
            transition: bottom 0.5s ease;
        }
		/* 新 */
		.blue, .red, .yellow {
		     position: sticky;
		 }
		 .blue {
		 }
		 .red {
			 background: #fff
		 }
		 .c-tit{
			 width: 100%;
			 background: #EFEBE2;
			 height: 2.2917rem;
			 display: flex;
			 padding: 0.4167rem 0.6198rem;
			 justify-content: space-between;
		 }
		 .wt-img{
			 width: 100%;
		 }
		
		   .t-box img{
			margin-top: 0.0625rem;
			
		   }
		   .public-img:hover > img{
			   transform: scale(1.05);
		   }
		 /* 新 */
				
        @media screen and (min-width: 1920px) {
            .footer {
                background: #EEE;
                height: 560.0064px;
                width: 100%;
                margin-top: 0 !important;
            }
            .nav-ab {
                position: fixed !important;
                bottom: 0 !important;
                opacity: 0 !important;
            }
			.wt-img {
			    width: 1920px;
				margin: 0 auto;
				    display: block;
					
			}
			.wd_line img,.public-img {
			    width: 512px;
			    height: 512px;
				}
        }

        @media screen and (max-width: 3.75rem) {}
        @media screen and (max-width: 768px) {
            .wd-bg-pc {
                /*width: 50% !important;*/
                height: auto;
            }
            .wd-bananer img{
             margin-bottom: 6px;
            }
			.t1 p {
					margin: 10px 0 10px 0;
					font-size: 13px;
			}
				.t2 span {
				font-size: 12px;
				}
			
            .c-tit {
                width: 100%;
                background: #EFEBE2;
                height: auto;
                display: block;
                justify-content: space-between;
                padding: 48px 16px 24px 16px;
            }
            .c-tit-h2 h2{
                color: #000;
                font-family: "Plus Jakarta Sans";
                font-size: 28px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: capitalize;
            }
            .c-tit-h2 p{
                color: #000;
                font-family: "PingFang SC";
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                width: 100%;
            }
            .c-tit-span li p{
              
                font-family: "PingFang SC";
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
               
            }
            .c-tit-span li p:first-child{
                 opacity: 0.6;
                 margin-bottom: 8px;
            }
             .c-tit-span li p:last-child{
                font-size: 14px;
            }
            .c-tit-span li {
                width: 100%;
                display: block;
                line-height: 78px;
                height: 78px;
                padding: 16px;
                border-radius: 16px;
                border: 1px solid rgba(0, 0, 0, 0.10);
                margin-bottom: 16px;
            }
            
            .c-tit-span li:last-child{
                border-bottom:1px solid rgba(0, 0, 0, 0.10);
            }
            .num, .current {
                    width: 40px;
                    height: 40px;
                    border-radius: 8px;
                    background: rgba(0, 0, 0, 0.50);
                    position: relative;
                    margin-right: 8px;
                    display: block;
                    color: #FFF !important;
                    font-family: "Plus Jakarta Sans";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 56px !important;
                    text-align: center;
                    display: block;
                }

        }