/* 推荐课程 */
.ProductBox{
    display: none;
  }
  .ProductBox .title {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
  }
  .Product_list_top {
    margin: 20px auto 18px;
    width: 500px;
  }
  .Product_list_top li {
    float: left;
    cursor: pointer;
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid #373737;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    margin-right: 30px;
  }
  .Product_list_top li:last-child {
    margin-right: 0px;
  }
  .Product_list_top .ProductActive {
    color: #fff;
    background-color: #1e9fff;
    border: 0px;
  }
  .ProductBox_content_Item{
      display: none;
  }
  .ProductBox_content_one {
      display: block;
  }
  .ProductBox_content_Item li{
      float: left;
      width: 255px;
      height: 255px;
      background: #fff;
      text-align: center;
      line-height: 255px;
      margin: 0 26px 18px 0;
      cursor: pointer;
  }
  .ProductBox_content_Item li:nth-of-type(4n){
      margin-right: 0px;
      font-size: 0;
  }
  .ProductContent{
      background: #fff;
      padding: 27px 40px 30px 45px;
      margin-bottom: 37px;
      margin-top: 8px;
  }
  .ProductContent .app_name{
      font-size: 20px;
      color: #333333;
      position: relative;
      margin-bottom: 30px;
      line-height: 20px;
  }
  .ProductContent .app_name::before{
      content: '';
      position: absolute;
      width: 45px;
      height: 4px;
      background: #333333;
      left: 0;
      top: 30px;
  }
  .ProductContent_info{
      width: 600px;
      font-size: 16px;
      color: #333333;
      line-height: 32px;
  }
  .ProductContent_logo{
      margin-left: 68px;
      border:1px solid #1e9fff;
      width: 343px;
      height: 343px;
      border-radius: 2px;
      text-align: center;
      line-height: 343px;
      font-size: 0px;
  }
  .ProductContent_code {
      margin-top: 10px;
  }
  
  .ProductContent_code p{
      float: left;
      text-align: center;
  }
  .ProductContent_code p span{
      display: block;
      font-size: 14px;
      color: #333;
  }
  .ProductContent_code p img{
      width: 150px;
      height: 150px;
      display: block;
  }
  .ProductContent_code p:nth-of-type(2){
      margin: 0 40px;
  }
  .app_rjts2,.app_rjts3,.app_rjts4{
      font-size: 14px;
      color: #747474;
      line-height: 26px;
  }