@media (max-width: 600px) {  
    .passport_container {
        height: calc(100vh - 130px);
        min-height: unset;
    }
    .red-login-header {
        display: flex;
        justify-content: center;
        font-size: 18px;
    }
    .red-login-header div{
        padding: 0 20px;
    }
    .form-control {
        height: 40px;
    }
    .btn {
        padding: 9px 12px;
        font-size: 16px;
    }
    .red-forget {
        display: flex;
        margin: 40px 0px;
    }
    h3 {
        font-size: 20px;
		padding-bottom: 20px;
    }
    #captcha_img {
        height: 40px !important;
    }
    #send_btn {
        height: 40px;
    }
    ul.navbar-second.nav.navbar-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 14px;
        font-weight: bold;
    }
    ul.navbar-second.nav.navbar-nav li {
        width: 25vw;
        padding: 14px 0;
        display: flex;
        justify-content: center;
    }
    ul.navbar-second.nav.navbar-nav li a {
        padding: 0;
        margin: 0;
    }
    .navbar-brand img {
        height: 30px;
        margin-top: 5px;
    }
    .navbar-collapse.navbar-collapse-example.in, .navbar-collapse.navbar-collapse-example.collapsing{
        height: auto;
        position: absolute;
        z-index: 9999;
        background-color: rgb(255, 255, 255);
        top: 40px;
        left: 0px;
        right: 0px;
        border: 1px solid rgb(225, 225, 225);
        box-shadow: rgb(241 241 241) 1px 9px 10px 0px;
    }
    .input-group-addon {
        width: 78px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    .input-group {
        display: flex;
		margin-bottom:5px;
    }
    #tab_upimg div {
        margin:0px 0px 10px 0px;
    }
    #pic_chosen, #video_chosen {
        height: 40px !important;
    }
    .file-drop-zone-title {
        font-size: 14px !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .file-drop-zone-title div {
        font-size: 14px !important;
        margin: 0 !important;
    }
    .file-drop-zone > div {
        margin: 0 !important;
    }
    .file-preview {
        background-color: #f9f9f9;
    }
    .input-group-btn.text-right {
        display: flex;
        width: 100%;
    }
    .input-group-btn.text-right div {
        margin-left: 0 !important;
    }
    .close.fileinput-remove {
        position: absolute;
        right: 11px;
        top: 0px;
        font-size: 20px;
        display: none;
    }
    .file-preview-frame {
        width: calc(100% - 16px);
    }
    #pager_wrap {
        margin: 20px 0px 10px 0px;
    }
    #pager_wrap .pager {
        margin: 0;
    }
    #panoImgList_wrap {
        height: calc(100% - 40px);
        overflow-y: auto;
    }
    #myLgModal .modal-body img {
        width: auto;
        max-width: 100%;
        height: 80px;
    }
    #myLgModal .modal-footer input[type=text] {
        width: 172px;
    }
    .modal-footer .btn.btn-primary {
        height: 34px;
        box-sizing: border-box;
        padding: 0 10px;
        margin-top: 3px;
    }
    .form-control.file-caption.kv-fileinput-caption {
        width: calc(100% - 172px);
        height: 44px;
    }
    .red-search .input-group-addon {
        display: none;
    }
    .red-fl {
        float: left;
        padding: 0px;
    }
    .red-search .date {
        width: 84px;
    }
    .red-search .date input {
        text-align: center;
    }
    .red-search .red-name {
        width: calc(100vw - 242px);
    }
    .red-search .btn.btn-info {
        height: 40px;
    }
    .red-search .red-margin {
        margin-left: 8px;
    }
    .red-menu {
        width: 100% !important;
        margin-top: 12px;
    }
    .red-menu .pull-right i {
        font-size: 20px;
        margin-right: 16px;
    }
    .red-menu a {
        padding-top: 11px !important;
        padding-bottom: 0px !important;
    }
    .bootbox.modal.fade.bootbox-confirm.in button {
        height: 34px;
        padding: 0 10px;
        margin-top: 3px;
    }
    .red-center {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 14px;
    }
    .red-center input {
        margin-bottom: 4px;
    }
    .red-no-margin {
        margin-left: 0 !important;
        margin-bottom: 12px;
    }
    #reg_form .input-group-addon {
        width: 78px;
    }
    #reg_form input {
        width: calc(300px - 78px);
    }
    #reg_form .red-captcha-input {
        width: calc(300px - 78px - 60px);
    }
    #reg_form .red-phone-input {
        width: calc(300px - 78px - 80px);
    }
    #reg_form .red-phone {
        font-size: 14px;
        padding: 4px;
    }
    .list_wrap {
        padding: 10px 20px 10px 20px;
        position: relative;
    }
    .works_edit span {
        margin-left: 10px;
    }
    .red-upload-btn {
        padding: 5px;
        margin-bottom: 5px;
    }
    .red-nav-wrap {
        margin-bottom: 10px;
    }
    .red-nav-wrap .nav>li>a {
        padding: 2px 8px;
        width: 50px;
        text-align: center;
    }
    .red-nav-wrap .nav {
        display: flex;
        justify-content: space-between;
    }
    .red-nav-wrap button, .red-nav-wrap ul > a {
        position: absolute;
        top: 302px;
        right: 6px;
        padding: 4px;
        z-index: 999;
        left: 23px;
        height: 44px;
        padding-top: 9px 
    }
    .red-work-name {
        width: 80%;
        float: left;
    }
    .red-work-name-search {
        width: 20%;
        float: right;
    }
    .red-work-name-search button{
        padding: 6px;
    }
    .cards {
        padding-bottom: 50px;
    }
    .red-list-wrap {
        margin-top: 65px;
    }
    .red-no-margin2 {
        padding: 0;
        margin-top: 5px;
        float: left;
        width: 33%;
    }
    .red-pd0 {
        padding: 0;
    }
    .red-fr {
        float: right;
    }
    .red-search-btn {
        padding: 7px;
        width: 90%;
    }
    .red-edit-c .navbar-header, .red-edit-c .nav.navbar-nav {
        display: none;
    }
    .red-edit-c .collapse {
        display: block;
        background: #f7f7f7;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide {
        display: block;
        width: 92vw;
    }
    .red-edit-c .navbar.navbar-default.header_wrap > .container {
        height: 70px;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide > li:last-child {
        float:right;
        font-size: 24px;
        padding-top: 8px;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide > li:last-child .dropdown-menu {
        background-color: #f7f7f7;
        box-shadow: 0 0 1px 0 #000;
        overflow: hidden;
        width: 118px;
        display: none;
        min-width: auto;
        left: -45px;
        text-align: center;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide > li:last-child.open .dropdown-menu {
        display: block;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide > li:last-child.open .dropdown-menu > li {
        padding: 8px 6px;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide > li:last-child.open .dropdown-menu > li:last-child {
        display: none;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide > li:last-child.open .dropdown-menu > li.divider {
        display:none;
    }
    .red-edit-c .nav.navbar-nav.navbar-right.mobile_nav_hide > li:first-child {
        float:left;
    }
    .red-edit-c #thumbpath {
        margin: 0 auto;
    }
    .red-hidden {
        display: none !important;
    }
    .red-edit-c .works-container .tab-content {
        overflow: hidden;
    }
    .red-edit-c #setting_group > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .red-edit-c #setting_group > div button, .red-edit-c #setting_group > div > div {
        width: 40% !important;
    }
    .red-edit-c #option_group .col-md-4 {
        height: 45px;
        width: 100%;
        display: flex;
    }
    .red-edit-c #option_group .col-md-4 label {
        line-height: 30px;
        text-align: right;
        width: 99px;
		padding:0px 0px;
    }
    .red-edit-c .form-horizontal button {
        position: absolute;
        top: -40px;
        right: 7px;
        height: 40px;
        display: none;
    }
    .red-edit-c #qrimg {
        margin: 0 auto;
        display: block;
    }

    #deng {
        width: 100% !important;
        height: 50px;
        line-height: 50px;
        overflow: unset !important;
    }
    #deng.hover {
        background-color: #215e71;
    }
    #deng.hover > ul {
        display: block !important;
    }
    #deng > ul {
        display: none !important;
    }
    #deng .dropdown-menu li a {
        padding: 8px 0;
        display: block;
    }
    #deng .dropdown-menu li:last-child {
        display: none;
    }

    .red-multi-line > a:last-child {
        position: absolute;
        left: 10px;
        top: 20px;
    }
    .col-md-10.advanced-setting-block {
        overflow: hidden;
    }
    .red-logout {
        display: block !important;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }
    .cooperative .bq {
        display: none
    }
    .footer {
        height: 54px !important;
        position: relative;
        margin-top: 40px;
        bottom: unset;
        overflow: hidden;
    }
    .passport_container {
        min-height: 500px;
    }
    .red-required {
        color: #f00;
        display: inline-block !important;
        position: absolute;
        left: -10px;
        height: 40px;
        line-height: 40px;
    }
    .red-show {
        display: inline-block !important;
    }
    .red-show-flex {
        display: flex !important;
    }
    .red-split-50 > div {
        width: 50%;
    }
    .red-split-50 > div > button {
        width: 100%;
    }
    .red-required2 {
        color: #f00;
        display: inline-block !important;
        position: absolute;
        left: -4px;
        height: 40px;
        line-height: 40px;
        top: -7px;
    }
    #list_wrap_content .pull-left input[name=project_checkbox] {
        display: none;
    }
    input[name=pano_checkbox] {
        display: none;
    }
    .red-big-top-margin {
        margin-top: 30px;
    }
    .red-generate-something {
        top: 245px !important;
    }
    .two-column {
        display: flex;
        flex-wrap: wrap;
    }
    .two-column > div {
        width: 50%;
    }
    .container .modal-dialog {
        width: 100% !important;
    }
    .red-option_group {
        display: flex;
        flex-wrap: wrap;
    }
    .red-option_group > div {
        width: 50% !important
    }
    .red-option_group .col-md-4 label {
        line-height: 16px !important;
        text-align: left !important;
        width: 99px !important;
		margin-top:0px;
    }
    .dropdown-menu {
        z-index: 9999;
        position: relative;
    }
    .red_mobile_nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        height: 54px;
        background-color: #fff;
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        font-size: 16px !important;
        font-weight: bold !important;
        box-shadow: 0px 0px 4px 0px #33333324;
        border-top: 1px solid #eee;
        margin: 0 !important;
        color: #353535 !important;
    }
    .red_mobile_nav dd {
        color: #8c8c8c !important;
        font-size: 16px !important;
        font-weight: bold !important;
        line-height: 100% !important;
        padding: 0;
        margin: 0;
    }
    .footer, .foot {
        margin-bottom: 54px;
    }
    .red-mobile-blank {
        display: block !important;
        height: 30px;
        width: 100%;
    }
    .btn_fixed_works {
        position: static;
        width: 100%;
        margin-bottom: 103px;
        display: flex;
        justify-content: space-around;
    }
    .btn_fixed_works button {
        width: 40%;
        margin-top: 0 !important;
    }
    .kshbj-c {
        text-align: center;
        margin-left: 0;
    }
    .kshbj-c button {
        line-height: 18px;
    }
    .red_mobile_nav dd.hover {
        color: #000 !important;
    }
/*    .red_mobile_nav dd.hover2 {
        box-shadow: 0 0 5px 1px #000;
    }*/
    .footer {
        visibility: hidden;
        height: 10px !important;
        overflow: hidden;
    }
    .red-work-name {
        width: calc(100% - 60px) !important;
    }
}