   body{
        background:#fff;
        overflow-x: hidden;
        }
    .header{
        background:#fff;


    }
   /*    
    .header .logo{
        background: url('https://cnbj2.fds.api.xiaomi.com/resource/rmwebsite/logo_red.png') no-repeat 50% 50%;
        background-size: 70%;
    } */
    .header .header-container a{
        color:#000 !important; 
    }
    .header .header-container .languageImg a {
        background: url('https://cnbj2.fds.api.xiaomi.com/resource/rmwebsite/language_black.png') no-repeat 50% 50%;
        background-size: 100%;
        }  
       
      
      
      .full-width   .top-img{      
        height:500px;
        background: url('https://cnbj2.fds.api.xiaomi.com/resource/rmwebsite/purchase/background2.jpg') no-repeat 50% 50%;
        background-size: cover;
        }
        
        .top-img{
            color:#000;
            font-family: "fzlantinghei-el-gbkregular";
            
            position: relative;
        }
        
        .top-img .text-content{
            position: absolute;
            left:24%;
            top:40%
        }
        .top-img .title{
            font-size: 40px;
            font-weight: 400;
        }
         .top-img .detail{
            font-size: 16px;
             font-weight: 100;
        }  
        .roidmi-container .text-title{
            font-size: 30px;
            color:#4c4c4c;
             font-family: "fzlantinghei-el-gbkregular";
            font-weight: 300;
            
        }
        .box-container{
            width:1200px;
            padding-left:50px;
            margin:0 auto;
            display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
			display: -moz-box; /* Firefox 17- */  
			display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
			display: -moz-flex; /* Firefox 18+ */  
			display: -ms-flexbox; /* IE 10 */  
			display: flex;
            flex-wrap: wrap;
        }
          .roidmi-box{
            width:33%;
           
           
              
          }
      
      .roidmi-box-img{
            height:60px;
            line-height: 60px;
            text-align: left;
        }
        .roidmi-box-text{
            text-align: left;
             font-family: "fzlantinghei-el-gbkregular";
            font-weight: 200;
        }
        .roidmi-box-text a{
            font-size: 14px;
            color:#4c4c4c
        }
        
        .page-container{
            width:500px;
            height:50px;
            text-align: center;
            margin:0 auto;
            position: relative;
          
            
        }
        .flex-1{
            flex:1;
        }
        
        .page_num_lis{
            width:300px;
            height:50px;
            margin:0 auto;
            text-align: center;
            
        }
        .font-thin{
            
            font-family: "fzlantinghei-el-gbkregular";
            font-weight: 300;
        }
        .page{
            
            width:30px;
            height:30px;
            line-height: 30px;
            font-size: 14px;
            background-color: #868484;
            border-radius: 20px;
            color:#fff;
             font-family: "fzlantinghei-el-gbkregular";
            font-weight: 100;
            
            margin-left: 20px;
            margin-top:5px;
            cursor: pointer;
          
          
            
        }
        .pre-btn{
            font-family: "fzlantinghei-el-gbkregular";
            position: absolute;
            font-size: 40px;
            font-weight: 100;
            color:#6c6c6c;
            cursor: pointer;
            left:0;
        }
        .next-btn{
            
            font-family: "fzlantinghei-el-gbkregular";
            position: absolute;
            right:0;
            top:0;
            font-size: 40px;
            font-weight: 100;
            margin-left: 20px;
            margin-left: 20px;
            color:#6c6c6c;     
            cursor: pointer;
            
        }
        
        .page_num_lis button:hover {
            background:#454545;
        }
      
        .cur{
            
            background:#454545;
            
        }
       
        hr{
            
            margin-top:20px;
            opacity: .5
        }