
/* 选项 */
.checkOwn{padding-top: 100px ;background-color:  #F8F8F8;}
.checkOwn-ul ul{display: flex;justify-content: space-between;}
.checkOwn-ul ul li{display: inline-block;width: 30%;height: 32px;line-height: 32px;text-align: center;background: #F8F8F8;border-radius: 18px;}
.checkOwn-ul ul li a{color: #000;}
.checkOwn-ul ul .actived{background: linear-gradient(180deg, #FF8D00 0%, #FF5200 100%);border-radius: 18px;}
.checkOwn-ul ul .actived a{color: #fff;}

.download{background-color: #F8F8F8;padding:60px 0 100px 0 ;}


@media screen and (min-width:1280px){
    
}

/* 中等屏幕 */
@media screen and (min-width:992px) and (max-width:1280px){
    
}

/* 平板 */
@media screen and (max-width:992px){
     
}

/* 移动设备 */
@media screen and (max-width:798px){
/* 用户端 */

   /* 尾部 */
   .why ul li{width: 98%;}
   .project li{width: 48%;}
   .download,.checkOwn{background-color: #fff;padding-top: 2rem;}
   .download{padding-bottom: 0px;}
   .checkOwn-ul ul li{font-size:.875rem;height: 1.875rem;}
    
}