/* 平板 */
@media (min-width: 768px) and (max-width: 1023px){

    .isPc{ display:none!important; }
    .isMobile{ display:none!important; }
    .isPad{ display:block!important; }
    .iconfont{ font-size:4.5vw; }

    /* 顶部 */
    .headDiv{ width:100%; height:70px; }
    .headDiv .main{ width:100%; min-width: auto;; }
    .headDiv .logo{ width:190px; }
    .headDiv .logo img{ width:150px; }
    .headDiv .nav{ margin-right:10px; }
    .headDiv .nav ul li{ margin-top:25px; }
    .headDiv .user a{ margin-top:25px; }    
    .headDiv .userInfo{ padding-left:30px; }
    .headDiv .userInfo img{ width:30px; height:30px;  }
    .headDiv .userInfo img{ margin-top:-5px; }
    .headDiv .userInfo span{ line-height:20px; }

    /* 底部 */
    .footDiv .main{ min-width:auto; }

    /* 搜索条 */
    .searchBar .main{ min-width:auto; }
    .searchBar form{ margin-left:10px; }
    .searchBar form input{ width:230px; }

    /* 次级导航 */
    .secondaryNav ul a{ padding:13px 20px; }
    .secondaryNav .orders a{ margin-left:12px; }

    /* 主要内容 */
    .bodyDiv{ min-width:auto; }

    /* 专辑列表 */
    .albumList ul li{  width:calc(33.3% - 57px); }
    .albumList ul li:nth-child(3n){ margin-right:0; }
    .albumList ul li:nth-child(4n){ margin-right:20px; }
    .albumList ul li:last-child{ margin-right:0; }

    /* 图片列表 */ 
    .pictureList ul li{ width:calc((100% - 30px) / 3 ); margin-right:10px; }
    .pictureList .column{ width:calc((100% - 30px) / 3 ); }
    /* 悬停菜单 */
    .pictureList .menu{ display:none; }

    /* 填色导出窗口 */
    .coloringPage .export .image{ display:none; }
    .coloringPage .export .panel{ margin-left:0; }

    /* 图片详细页 */
    .pictureView .picture{ width:calc(55% - 20px); }

    /* 侧边栏 */
    .pictureView .side{ width:45%; }
    .pictureView .info .buts i{ display:none; }
    .pictureView .user .userInfo .count span:first-child{ display:none; }

    /* 分享窗口 */
    .shareWin{ width:500px; height:110px; padding:20px; }
    .shareWin .url{ margin-bottom:20px; }
    .shareWin .url .input{ float: left; width:370px; margin-right:10px; }
    .shareWin .buttons{ display:flex; margin:20px 0 0 0; justify-content:space-between; }
    .shareWin .buttons button:first-child{ margin-left:0; }
    .shareWin .buttons button{ margin-left:10px; }
    .shareWin button{ opacity:.9; cursor:pointer; }
    .shareWin button:hover{ opacity:1; }
    .shareWin button.wechat{ background-color:#28a10a; }
    .shareWin button.weibo{ background-color:#c41818; }
    .shareWin button.qzone{ background-color:#0f63e2; }

}