
          .msg-gruup{
            margin-top: 100px;
            text-align: center;
          }
           .msg-gruup h1, .msg-gruup p{
              color:#333333;
           }
           .msg-gruup h1{
              width: 700px;
              margin: 0 auto;
              font-size: 16px;
           }
          .msg-gruup p, .b-v{
            font-size: 14px;
          }
          .msg-gruup p {
            width: 700px;
            margin: 0 auto;
            line-height: 31px;
            font-size: 26px;
            margin-top: 30px;
            font-weight: bold;
          }
          .browser-gruop{
            margin: 0 auto;
            margin-top: 70px;
            padding-left: 50px;
            width: 600px;
          }
          .browser-list{
            margin: 0;
            list-style: none;  
           
          }
          .browser-list>li { 
            display: inline;
          }
          .browser-icon{ 
            margin: 0 auto;
            margin-bottom: 25px;
            width: 90px;
            height: 90px;  
          }
          .safair{
            background:#fff url('/media/img/browser-icon.jpg') no-repeat ;
          }
           .firefox{
            background:#fff url('/media/img/browser-icon.jpg') no-repeat  -90px 0;
          }
           .chrome{
            background:#fff url('/media/img/browser-icon.jpg') no-repeat  -180px 0;
          }
          .ie{
            background:#fff url('/media/img/browser-icon.jpg') no-repeat  -270px 0;;
          }
         .browser-gruop  a {
            float: left;
           display: block;
            width: 120px;
            margin-right:30px;
            text-align: center;
            line-height: 19px; 
            color:#333333;
          }
          .browser-gruop a:hover .b-name, .browser-gruop a:hover .b-v{
              color: #33b9ff;
          }
          .browser-gruop span{
            display: block;
          }
          .b-name{
            font-size: 14px;
            font-weight: bold;
          }