/*smaller than 1024*/
@media screen and (max-width: 1024px) and (min-width: 640px){
    .nav-img {
        width: 100%;
    }
}

/*smaller than 900*/
@media screen and (max-width: 900px) and (min-width: 800px){
    .btn{
        padding: 3px 10px;
    }
    .pop-img img{
        height: 480px;
    }
}

/*smaller than 800*/
@media screen and (max-width: 800px){
    .pop-img img{
        height: 480px;
    }
}

/*smaller than 800*/
@media screen and (max-width: 800px) and (min-width: 640px){
    .btn{
        padding: 3px 5px;
    }
}

/*smaller than 760*/
@media screen and (max-width: 760px){
    .search-wrap .detail-btn{
        float: left;
    }
    .search-wrap .start-date{
        width: 100%;
    }
}

/*smaller than 700*/
@media screen and (max-width: 700px){
    .list-wrap .print-data, .list-wrap .scan-data, .list-wrap .copy-data{
        width: 41%;
        margin-right: 8%;
    }
}

/*smaller than 640*/
@media screen and (max-width: 640px){
    .content .nav-wrap{
        margin-left: 3%;
        font-size: 12px;
    }
    .nav-wrap .nav-btn{
        width: 30%;
        margin-right: 3%;
        margin-bottom: 10px;
    }
    .content .list-wrap{
        margin-top: 10px;
    }
    .header .title{
        font-size: 22px;
    }
    .popover-box{
        width: 380px;
    }
    .delete-box{
        width: 300px;
    }
    .language-wrap img{
        width: 90px;
    }
}
/*smaller than 640*/
@media screen and (max-width: 640px) and (min-width: 560px){
    .nav-img{
        width: 80%;
    }
}

/*smaller than 640*/
@media screen and (max-width: 640px) and (min-width: 420px){
    .popover-box .pop-content p label{
        width: 70px;
    }
}

/*smaller than 640*/
@media screen and (max-width: 640px) and (min-width: 360px){
    .user-setting, .language-setting{
        padding: 0 5px;
        /*left: 20px;*/
        /*width: 80px;*/
        left: -20px;
        width: 130px;
    }
}

/*smaller than 460*/
@media screen and (max-width: 460px){
    .popover-box{
        width: 300px;
    }
    .delete-box{
        width: 260px;
    }
    .popover-box .pop-content{
        font-size: 12px;
    }
    .popover-box .pop-content p input{
        width: 40%;
    }
    .popover-box .pop-content p label{
        width: 60px;
    }
    .popover-box .pop-title img{
        left: -10px;
    }
    .no-item{
        font-size: 14px;
    }
    .footer{
        font-size: 12px;
    }
    .language-wrap img{
        width: 80px;
    }
    .list-wrap .print-data, .list-wrap .scan-data, .list-wrap .copy-data{
        width: 100%;
    }
    .nav-wrap .nav-btn{
        height: 100px;
    }
    .detail-table{
        font-size: 12px;
    }
    .detail-list{
        margin-top: 25px;
    }
    .password-login, .qr-login{
        /*height: 170px;*/
    }
    .qr-login .qr-img{
        width: 50px;
    }
    .password-login .qr-img{
        width: 50px;
    }
    .qr-login .pop-footer{
        margin-top: 25px;
    }
    .pop-img img{
        height: 360px;
    }
    .btn{
        padding: 3px 5px;
        font-size: 12px;
    }
}

/*smaller than 420*/
@media screen and (max-width: 420px){
    .header .title{
        font-size: 16px;
        /* margin-top: 10px; */
        margin-bottom: 45px;
    }
    .content .list-wrap{
        font-size: 12px;
    }
    .list-info .right-adjust{
        float: left;
        margin-top: 5px;
    }
    .list-info .list-left{
        margin-right: 20px;
    }
    .click-img{
        width: 25px;
        height: 25px;
        left: 10px;
    }
    .header .setting{
        /*width: 12%;*/
        font-size: 12px;
        margin-right: 0;
    }
    .header .setting span{
        margin-right: 0;
    }
    .language-wrap .language-select p{
        padding: 8px 25px;
    }
    .user-setting, .language-setting{
        /*left: -10px;*/
        left: -40px;
        width: 120px;
    }
    .nav-wrap .nav-btn{
        height: 90px;
    }
    .qr-picture{
        width: 50%;
    }
    .detail-table tr th{
        padding: 10px 2px;
    }
}
/*smaller than 360*/
@media screen and (max-width: 360px){
    .click-img{
        width: 20px;
        height: 20px;
        left: 15px;
        top: -4px;
    }
    .popover-box{
        width:270px;
    }
    .upload-box{
        width: 260px;
    }
    .delete-box{
        width: 240px;
        font-size: 12px;
    }
    .popover-box .pop-title span{
        font-size: 14px;
    }
    .language-wrap img{
        width: 70px;
    }
    .user-setting, .language-setting{
        /*width: 70px;*/
        /*left: 5px;*/
        width: 110px;
        left: -35px;
    }
    .search-wrap input{
        margin-left: 10px;
        margin-right: 0;
    }
    .content .list-wrap p .uploadBtn{
        padding: 8px 15px;
        width: 90%;
        margin-left: 5%;
        margin-top: 30px;
    }
    .calender{
        left:50px;
    }
}