 .container{
            width: 100%;
            padding: 0.5rem 0.38rem 4.75rem;
            font-size: 0;
        }
       
        .video{
        		width:100%;
        		height:9rem;
        }
        
        .titbg{
        		background:red;
        		padding: 0.3rem 0;
        }
        .titbg1{
        		background:#f59865;
        		padding: 0.3rem 0;
        }
        .dash {
        		padding: 0.4rem 0.2rem;
        		border: 1px solid #cd0924;
        		border-radius: 0.3rem;
        		-webkit-border-radius: 0.3rem;
        		-moz-border-radius: 0.3rem;
        		-o-border-radius: 0.3rem;
        }
        .talk{
                width:100%;
                height: 5.4rem;
                background:url(../cs_img/qiyuan_57.jpg) no-repeat;
                background-size: 100% 100%;
                padding: 1.5rem 0.7rem 0;
        }
        .tit-m{
        		width:100%;
        		height:3.15rem;
        		background: url(../cs_img/tit1-m.jpg) no-repeat;
        		background-size:100% 100%;
        		padding-top: 0.1rem;
        }
        .tit-m1{
        		width:100%;
        		height:1.65rem;
        		background: url(../cs_img/tit1-m.jpg) no-repeat;
        		background-size:100% 100%;
        		padding-top: 0.1rem;
        }
        /*float2*/
        .float2 {
            position: fixed;
            bottom:0;
            width: 100%;
            background: #fff;
            padding: 0.4rem;
        }
        .f-left {

        }
        .f-left p {
            font-size: 0.7rem;
        }
        .f-left span {
            font-size: 0.65rem;
        }
        .f2-wc {
            background: #fb5b5d;
            padding: 0.1rem 0.2rem;
            color: #fff;
        }
        .f-right {
            background: #1456e2;
            color: #fff;
            font-size: 0.8rem;
            height: 2.2rem;
            width: 3.8rem;
            text-align: center;
            line-height: 2.2rem;
            -webkit-border-radius:0.5rem;
            -moz-border-radius:0.5rem;
            border-radius:0.5rem;
        }
        .tit-m2{
        		width:100%;
        		height:3.65rem;
        		background: url(../cs_img/tit1-m.jpg) no-repeat;
        		background-size:100% 100%;
        		padding-top: 0.3rem;
        }
        .title2-1{
        		width: 12.5rem;
        		height: 2.2rem;
        		
        }
        .line1{
        		width: 10.35rem;
        		height:0.5rem;
        }
        .center{
            text-align: center;
        }
        .arrow{
            width: 0.75rem;
            height: 0.75rem;
            
        }
        
        .arrb{
            width: 0.75rem;
            height: 0.55rem;
            
        }
        .float{
            position: fixed;
            display: flex;
            justify-content: space-between;
            bottom: 0;
            left: 0;
            width: 100%;
            align-items: center;
            padding: 0.2rem 0.5rem 0.3rem 0.75rem;
            background: rgba(0,0,0,0.7);
		}
        .left{
            display: flex;
            color: #fff;
            align-items: center;
        }
        .float-text{
			display:flex;
		    flex-direction: column;
		    justify-content: space-between;

		}
        .float-text p:last-child{
            font-size: 0.4rem;
        }
        .ava{
            width: 1.5rem;
            height: 1.5rem;
            margin-right: 0.375rem;
            overflow: hidden;
            -webkit-border-radius:0.25rem;
            -moz-border-radius:0.25rem;
            border-radius:0.25rem;
        }
        .ava img{
            width: 100%;
            height: 100%;
        }
        .right{
            width: 2.625rem;
            height: 2.125rem;
            
		}
        .right img{
            width: 100%;
            height: 100%;
        }
        .window{
            position: fixed;
            left: 1rem;
            top: 3.125rem;
            width: 14rem;
            height: 14rem;
            background: url(../cs_img/windowbg.jpg) no-repeat;
            background-size: 101% 101%;
        }
        .button{
		    position: fixed;
		   text-align: center;
		   color: #aaa;
		    top: 40%;
		    right: 0;
		}
        .button img{
            width: 2.25rem;
            height: 2.25rem;
        }
        .close{
            position: absolute;
            right: -0.5rem;
            top: -0.5rem;
        }
        .close img{
            width: 1.05rem;
            height: 1.05rem;
        }
        .content{
            display: inline-block;
            text-align: center;
            width: 7.3rem;
            margin: 1.4rem 0 0 6.7rem;
            color: #fff;
        }
        .content img{
            width: 2.575rem;
            height: 2.125rem;
            margin-top: 0.55rem;
            margin-left: 3rem;
        }
 .big-title p{
     font-size: 1.125rem;
 }
 .bt {
     color: #eb7c1e;
     font-size: 1.124rem
 }
 .time-read {
     color: #7e7e7e;
 }
 .time-read span:last-child {
     color:#78a4bb;
 }
 .new-float {
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     background: #ea5504;
     padding: 0.3rem 0.5rem;

 }
 .ava {
     margin-top: 0.15rem;
 }
 .tz-btn {
     position: absolute;
     top: -0.01rem;
     right: 0.9rem;
     width: 2.2rem;
     animation: btn 0.5s ease infinite;
     boxshadow: 0 0 2px 2px #333;
 }
 .tz-btn img {
     width: 100%;
 }
 @keyframes btn  {
     0% {transform: scale(1.1)}
     50% { transform: scale(0.8)}
     100% {transform: scale(1.1)}
 }