html {
    height: 100%;
}
body {
    width: 100%;
    min-width: 1420px;
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F4F3F7;
    position: relative;
}

.hide {
    display: none;
}

input:focus {
    outline:0 none !important;
}

.header {
    position: absolute;
    top: 0px;
    width: 100%;
    min-width: 1280px;
    height: 50px;
    background-image: linear-gradient(180deg, #60A9EF 0%, #419AF0 100%);
    z-index: 99999;
}
.header .nav {
    margin: 0 30px;
    text-align: left;
    position: relative;
}
.header .nav .nav-items {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
.header .nav .nav-item {
    display: inline-block;
    padding: 0;
    width: 160px;
    position: relative;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #F8F8F8;
    letter-spacing: 0;
    text-align: center;
}
.header .nav .nav-right .nav-item {
    margin-right: 10px;
}
.header .nav .nav-right .nav-item > span {
    font-size: 16px;
}
.header .nav .nav-item-right {
    float: right;
    width: auto;
}
.header .nav .nav-item-icon {
    width: auto;
}
.header .nav .nav-item.on, .header .nav .nav-item:hover {
    background-image: linear-gradient(180deg, #338CE8 0%, #1E78CF 100%);
}
.header .nav .nav-item-icon:hover {
    background-image: none;
}
.header .nav .nav-item a, .header .nav .nav-item span {
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
}
.header .nav .nav-item.hassub span {
    display: inline-block;
    background: url(/user/images/arrow-down.png) no-repeat right center;
    background-size: auto 5px;
    padding-right: 12px;
    min-width: 40px;
    height: 50px;
}
.header .nav .nav-item span.account {
    background: url(/user/images/account/icon_user.svg) no-repeat right center;
    background-size: auto 30px;
    padding-right: 40px;
}
.header .nav .nav-item span.menu-lang {
    font-size: 14px;
}
.header .nav ul.subnav {
    position: absolute;
    list-style: none;
    width: auto;
    min-width: 100px;
    background-image: linear-gradient(180deg, #60A9EF 0%, #419AF0 100%);
    margin: 0;
    padding: 0;
    z-index: 2;
    top: auto;
    left: 0;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    display: none;
}
.header .nav .nav-item:last-child ul.subnav {
    left: auto;
    right: 0px;
}
.header .nav .nav-item:hover ul.subnav {
    display: block;
}
.header .nav ul.subnav li {
    display: block;
    padding: 5px 10px;
    text-align: left;
    min-width: 90px;
}
.header .nav ul.subnav li:hover {
    background-image: linear-gradient(180deg, #338CE8 0%, #1E78CF 100%);
}
.header .nav ul.subnav li a, .header .nav ul.subnav li span {
    line-height: 24px;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

.header .nav .nav-left {
    position: absolute;
    top: 0;
    left: 0;
}
.header .nav .nav-right {
    position: absolute;
    top: 0;
    right: 0;
}

/* .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 10px;
} */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pages {
    text-align: center;
}

.pagination li {
    margin: 0 2px;
    display: inline-block;
}
.pagination > li.prev > a, .pagination > li.prev > span, .pagination > li.prev > a:hover, .pagination > li.prev > span:hover, .pagination > li.prev > a:focus, .pagination > li.prev > span:focus {
    background-image: linear-gradient(180deg, #F8F8F8 0%, #E1E1E1 100%);
    border-radius: 15px 0px 0px 15px;
    width: 40px;
    height: 30px;
    text-indent: -1000px;
    padding: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.pagination > li.prev > a:after, .pagination > li.prev > span:after {
    content: ' ';
    border-top: 5px solid transparent;
    border-right: 10px solid #46A1F8;
    border-bottom: 5px solid transparent;
    width: 10px;
    height: 12px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 6px);
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-image: linear-gradient(180deg, #F8F8F8 0%, #E1E1E1 100%);
    background-color: none;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-image: linear-gradient(180deg, #5EB0FF 0%, #2B87E0 100%);
    background-color: none;
    border: none;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    padding: 4px;
}
.pagination > li.next > a, .pagination > li.next > span, .pagination > li.next > a:hover, .pagination > li.next > span:hover, .pagination > li.next > a:focus, .pagination > li.next > span:focus {
    transform: scaleX(-1);
    background-image: linear-gradient(180deg, #F8F8F8 0%, #E1E1E1 100%);
    border-radius: 15px 0px 0px 15px;
    width: 40px;
    height: 30px;
    text-indent: -1000px;
    padding: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.pagination > li.next > a:after, .pagination > li.next > span:after {
    content: ' ';
    border-top: 5px solid transparent;
    border-right: 10px solid #46A1F8;
    border-bottom: 5px solid transparent;
    width: 10px;
    height: 12px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 6px);
}

.dialog-window {
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .25);
    display: none;
}
.dialog-main {
    position: absolute;
    border-radius: 5px;
}
.dialog-content {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.18px;
    text-align: center;
    line-height: 25px;
    padding: 10px;
}
.dialog-btns {
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    text-align: center;
}
.dialog-btns .dialog-btn {
    display: inline-block;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
}
.dialog-btns .dialog-btn-cancel {
    color: #4B74FF;
}
.dialog-btns .dialog-btn-cancel:hover {
    background: #e9eaec;
}
.dialog-btns .dialog-btn-ok {
    color: #6D7278;
}
.dialog-btns .dialog-btn-ok:hover {
    background: #e9eaec;
}
.dialog-alert {
    position: absolute;
    left: calc(100% + 20px);
    top: calc(50% - 13px);
    padding: 3px 5px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 20px;
    word-break: keep-all;
    white-space: nowrap;
}
.dialog-main .dialog-content-radios .dialog-content-radio {
    display: block;
    height: 25px;
    line-height: 25px;
    background: url(../images/not_select.svg) left center no-repeat;
    text-align: left;
    padding-left: 20px;
    margin: 3px 0;
    cursor: pointer;
}
.dialog-main .dialog-content-radios .dialog-content-radio.active {
    background-image: url(../images/select.svg);
}
#dialog-delete .dialog-main {
    left: calc(50% - 164px);
    top: calc(50% - 51px);
    width: 328px;
    height: 102px;
    background: #fff;
}
#dialog-share .dialog-main {
    left: calc(50% - 278px);
    top: calc(50% - 44px);
    width: 556px;
    height: 88px;
    background: #fff;
    padding: 5px;
}
#dialog-share .dialog-main .dialog-content-radios {
    width: 80px;
    height: 60px;
    float: left;
    margin-left: 15px;
}
#dialog-share .dialog-main .copy-text {
    background: #F4F4F4;
    box-shadow: inset 0 1px 2px 0 rgba(70,70,70,0.40);
    border-radius: 6px;
    width: 300px;
    height: 60px;
    line-height: 18px;
    float: left;
    margin-left: 15px;
    padding: 3px 5px;
}
#dialog-share .dialog-main .dialog-btn-ok {
    background-image: linear-gradient(180deg, #5EB0FF 0%, #2B87E0 100%);
    border-radius: 6.4px;
    width: 91px;
    height: 60px;
    line-height: 60px;
    font-family: PingFangSC-Regular;
    font-size: 14.4px;
    color: #F8F8F8;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

.list-page {
    padding: 23px 0px 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 1280px;
    overflow: hidden;
    position: relative;
}

.list-page .loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, .25);
}

.list-page .loading span {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background: url(/images/common/loading.svg) no-repeat center rgba(0, 0, 0, 0.70);
    background-size: 60px;
    border-radius: 10px;
}

.list-page .member-box {
    width: 1225px;
}

.list-page .member-leftnav {
    width: 200px;
    float: left;
    margin-right: 25px;
    position: absolute;
    left: 0;
    top: 23px;
}

.list-page .list-main {
    width: 100%;
    float: left;
    margin-left: 0px;
}

.swal-overlay .swal-modal {
    background: #F8F8F8;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.50);
    border-radius: 10px;
    padding: 10px 0;
    width: 405px;
    height: 252px;
}

.swal-overlay .swal-icon {
    display: none;
}

.swal-overlay .swal-title {
    top: 90px;
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    line-height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}

.swal-overlay .swal-title span {
    display: inline-block;
    padding: 6px 0;
}

.modal-warning .swal-title {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FF0000;
    letter-spacing: 0;
    text-align: center;
}

.swal-overlay .swal-footer {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.swal-button-container {
    height: 40px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 15px;
}

.swal-button {
    background-image: linear-gradient(-180deg, #5EB0FF 0%, #2B87E0 100%);
    border-radius: 8px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    font-weight: normal;
    color: #F8F8F8;
    letter-spacing: 0;
    text-align: center;
}

.swal-button.swal-button--cancel {
    background-image: linear-gradient(-180deg, #F8F8F8 0%, #E1E1E1 100%);
    border-radius: 8px;
    color: #222222;
}

.swal-overlay .modal-confirm .swal-title {
    left: 0px;
    top: 0px;
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(-180deg, #F8F8F8 0%, #E1E1E1 100%);
    border-radius: 10px 10px 0 0;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    padding: 0px;
}

.swal-overlay .modal-confirm .swal-text {
    left: 0px;
    top: 90px;
    max-width: 100%;
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    line-height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}

.list-page .form-container {
    margin: 0px auto 10px;
    overflow: hidden;
}

.list-page .form-container .search {
    background: #F8F8F8;
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.50);
    border-radius: 15px;
    height: 30px;
    width: 200px;
    float: right;
    border: none;
    padding: 0 10px 0 30px;
    background: url(../images/search.svg) 10px center no-repeat;
    outline:0 none !important;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.list-page .form-container .search:focus {
    width: 300px;
}

.list-page .form-title {
    background-image: linear-gradient(-180deg, #F8F8F8 0%, #E1E1E1 100%);
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #222222;
    letter-spacing: 0;
}

.list-page .form-title .nav {
    position: absolute;
    left: 25px;
    top: 0px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #0082FF;
    letter-spacing: 0;
    cursor: pointer;
}

.list-page .page-title {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 22px;
    color: #222222;
    letter-spacing: 0;
}

.list-page .page-title .nav {
    position: absolute;
    left: 25px;
    top: 0px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #0082FF;
    letter-spacing: 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .list-page {
        padding: 10px;
        margin-top: 0px;
        width: 100%;
    }

    .list-page .member-box {
        width: 100%;
    }

    .list-page .member-leftnav {
        width: 100%;
        float: left;
        margin-right: 25px;
        margin-bottom: 30px;
    }

    .list-page .list-main {
        width: 100%;
        float: left;
    }
}

.site-index {
    width: 1280px;
    margin: 20px auto;
    min-height: 750px;
}

.list-page {
    min-height: 750px;
}
.list-page:after {
    content: ' ';
    display: block;
    clear: both;
}

.list-page .nav-container {
    background: #FEFEFE;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    border-radius: 10px;
    width: 200px;
    min-height: 500px;
    z-index: 1;
}

.list-page .nav-container .member-info {
    height: 185px;
    text-align: center;
    padding: 25px;
}

.list-page .nav-container .member-info .username {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    word-break: break-all;
}

.list-page .nav-menu {
    border-top: 0.5px solid #C1C1C1;
    padding: 0.5px;
}

.list-page .nav-menu a {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #222222;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-bottom: 0.5px solid #C1C1C1;
    background: none;
}

.list-page .nav-menu a:hover {
    color: #0082FF;
    background: #FFFEF4;
    z-index: 1;
}

.list-page .nav-menu .active a {
    color: #F8F8F8;
    background: #46A1F8;
    z-index: 1;
}

@media (max-width: 767px) {
    .site-index {
        width: 100%;
        margin: 0px auto;
        min-height: inherit;
    }

    .list-page {
        width: 100%;
        min-height: auto;
    }

    .list-page .nav-container {
        width: 100%;
        min-height: 500px;
        position: static;
        min-height: auto;
        z-index: 1;
    }

    .list-page .nav-container .member-info {
        height: auto;
        text-align: center;
        padding: 10px;
    }

    .list-page .nav-container .member-info .member-photo {
        display: inline-block;
        margin-right: 20px;
    }

    .list-page .nav-container .member-info .member-photo img {
        width: 60px;
    }

    .list-page .list-main {
        width: 100%;
        float: left;
        margin-left: 0px;
    }
}


.list-page .empty-info {
    text-align: center;
}

.list-page .empty-tip {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #222222;
    text-align: center;
    margin-top: 113px;
}

.list-page .empty-icon {
    margin: 10px 0;
    text-align: center;
}

.list-page .empty-btn {
    background-image: linear-gradient(-180deg, #5EB0FF 0%, #2B87E0 100%);
    border-radius: 8px;
    color: #FFFFFF;
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    text-decoration: none;
}

.list-page .list-container {
    background: #FEFEFE;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    border-radius: 0px;
    margin: 0px auto 25px;
    padding-bottom: 0px;
}

.list-page .list-title {
    background-image: linear-gradient(180deg, #60A9EF 0%, #419AF0 100%);
    border-radius: 0px 0px 0 0;
    height: 35px;
    line-height: 35px;
    position: relative;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
    display: flex;
}

.list-page .list-title2 {
    background-image: linear-gradient(-180deg, #13dd3b 0%, #00BB25 100%);
    border-radius: 0px 0px 0 0;
    height: 35px;
    line-height: 35px;
    position: relative;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    padding: 0;
    display: flex;
}

.list-page .list-title .col {
    color: #FFFFFF;
    word-break: break-all;
    word-wrap: break-word;
    padding: 5px;
    border-left: 1px solid #E0E0E0;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
}

.list-page .list-line {
    margin: 0 0px;
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    background: #F4F3F8;
}
.list-page .list-line:nth-child(even) {
    background: #F0F0F0;
}

.list-page .list-line .col {
    min-height: 80px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    padding: 5px;
    border-left: 1px solid #E0E0E0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.list-page .list-line .col .col-content {
    padding: 0px 0px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.list-page .list-line .col .col-content .title {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    width: 110px;
    display: inline-block;
}
.list-page .list-line .col .col-content .title span {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #00BB25;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-top: 2px;
    display: inline-block;
}
.list-page .list-line .col .status-offline img {
    opacity: 0.5;
}
.list-page .list-line .col .status-offline .title {
    color: #666666;
}
.list-page .list-line .col .status-ready .title {
    color: #46A1F8;
}
.list-page .list-line .col .status-exception .title {
    color: #46A1F8;
}
.list-page .list-line .col .status-pushing .title {
    color: #00C928;
}

.list-page .list-line .col-img img {
    max-width: 54px;
    max-height: 54px;
    float: left;
    margin: 0px 0 0 10px;
}
.list-page .list-line .col-img .title {
    line-height: 20px;
    float: left;
    margin-left: 0px;
}

.list-page .list-line .pro-name {
    justify-content: left;
}

.list-page .list-line .user {
    background-image: linear-gradient(180deg, #D9E9FE 0%, #C1DDFF 100%);
    border: 1px solid #A6CFFF;
    border-radius: 16px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    text-align: center;
    padding: 3px 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 2px 0;
}

.list-page .list-line .version {
    line-height: 20px;
}

.list-page .list-line .new-version {
    background-image: linear-gradient(180deg, #CBEDD4 0%, #93DE9E 100%);
    border: 1px solid #8ED29B;
    border-radius: 9px;
    font-family: PingFangSC-Medium;
    font-size: 10px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    padding: 0 5px;
}

.list-page .list-line .btn {
    background-image: linear-gradient(180deg, #5EB0FF 0%, #2B87E0 100%);
    border-radius: 8px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #F8F8F8;
    letter-spacing: 0;
    text-align: center;
}
.list-page .list-line .btn2 {
    background-image: linear-gradient(180deg, #FF6068 0%, #E72B2B 100%);
    background-color: #FF6068;
    border: 1px solid #B65656;
}

.list-page .list-line .btn-view {
    background-image: url(../images/view.svg);
    background-size: auto 28px;
}
.list-page .list-line .btn-share {
    background-image: url(../images/share.svg);
    background-size: auto 28px;
}
.list-page .list-line .btn-delete {
    background-image: url(../images/delete.svg);
    background-size: auto 20px;
}

.list-page .list-container .list:last-child {
    border: none;
}

.list-page .list-line .status-processing {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #4267B1;
    letter-spacing: 0;
    text-align: center;
}
.list-page .list-line .status-done {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #00D115;
    letter-spacing: 0;
    text-align: center;
}
.list-page .list-line .status-failed {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #FF0000;
    letter-spacing: 0;
    text-align: center;
}

@media (max-width: 767px) {
    body {
        width: 100%;
        min-width: inherit;
        min-height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #F4F3F7;
        position: relative;
    }

    .list-page {
        width: 100%;
    }

    .list-page .btn {
        display: block;
        font-size: 14px;
        margin: 0 auto;
    }

    .statement .swal-title {
        font-size: 16px;
        line-height: 18px;
    }

    .statement .swal-text {
        font-size: 12px;
        line-height: 16px;
    }

    .list-page .list-title {
        padding-left: 10px;
    }

    .list-page .list-title .orderNo {
        display: block;
        margin-left: 0px;
        line-height: 30px;
    }

    .list-page .list-line {
        margin-top: 10px;
    }

    .list-page .list-line .pro-img img {
        max-width: 80px;
        max-height: 80px;
        margin: 10px 0 0 10px;
    }

    .list-page .list-line .col2 {
        border-left: none;
    }

    .list-page .list-line .order-info {
        display: inline-block;
    }

    .list-page .list-line .order-info .col {
        height: 20px;
        text-align: left;
        display: block;
        width: 50%;
        float: left;
        padding-left: 10px;
    }

    .list-page .list-line .order-info .pro-name {
        margin-top: 30px;
        width: 100%;
    }

    .list-page .list-line .btn {
        border-radius: 8px;
        width: 70px;
        height: 30px;
        padding: 6px 6px;
        margin-right: 10px;
    }
}

.header .nav .logo {
    background: url(../images/lock/labpano_logo.svg) no-repeat center left;
    display: block;
    width: 195px;
    height: 50px;
    float: left;
}

body {
	padding-bottom:0px;
}
.footer.jsx-3713166873 {
	height:305px;
}
.container.jsx-3713166873 {
	position:relative;
	height:100%;
}
.container.jsx-3713166873 .logo-bottom {
	background:url(https://www.labpano.com/images/logo-bottom.png) no-repeat center left;
	width:150px;
	height:30px;
	display:inline-block;
}
.container.jsx-3713166873 .subnav {
	margin-top:60px;
}
.container.jsx-3713166873 .subnav h4 {
	height:15px;
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang-Medium;
	font-weight:300;
	color:rgba(161,161,161,1);
	line-height:24px;
	margin-bottom:24px;
}
.container.jsx-3713166873 .subnav p,.subnav p a,.subnav p a:hover {
	font-size:12px;
	font-family:PingFangSC-Medium,PingFang-Medium;
	font-weight:300;
	color:rgba(161,161,161,1);
	line-height:24px;
}
.container.jsx-3713166873 .footer-bar {
	margin-top:45px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:40px;
}
.container.jsx-3713166873 .copyright {
	font-size:10px;
	line-height:18px;
	white-space:nowrap;
	text-align:center;
}
.container.jsx-3713166873 .copyright a {
	color:#bbb;
}
.container.jsx-3713166873 .beian {
	font-size:12px;
	line-height:18px;
	white-space:nowrap;
}
.container.jsx-3713166873 .subnav2 {
	text-align:right;
}
.container.jsx-3713166873 .subnav2 a,.subnav2 a:hover {
	font-size:12px;
	font-family:PingFangSC-Medium,PingFang-Medium;
	font-weight:300;
	color:rgba(161,161,161,1);
	line-height:24px;
	margin-left:10px;
}
.container.jsx-3713166873 .icons a {
	display:inline-block;
	margin-right:10px;
}
.container.jsx-3713166873 .icons .weixin {
	width:120px;
	height:120px;
	background:url(https://www.labpano.com/images/weixin.jpg) no-repeat;
	background-size:100%;
}
.container.jsx-3713166873 .icons .icon_fb {
	width:24px;
	height:24px;
	background:url(https://www.labpano.com/images/icons/icon_fb.png) no-repeat;
}
.container.jsx-3713166873 .icons .icon_ins {
	width:24px;
	height:24px;
	background:url(https://www.labpano.com/images/icons/icon_ins.png) no-repeat;
}
.container.jsx-3713166873 .icons .icon_Twitter {
	width:24px;
	height:24px;
	background:url(https://www.labpano.com/images/icons/icon_Twitter.png) no-repeat;
}
.container.jsx-3713166873 .icons .icon_youtube {
	width:50px;
	height:24px;
	background:url(https://www.labpano.com/images/icons/icon_youtube.png) no-repeat;
}
@media (max-width:767px) {
	body {
        padding-bottom:400px;
    }
    .footer.jsx-3713166873 {
        height:400px;
    }
    .container.jsx-3713166873 {
        padding:0 5px 0 20px;
    }
    .container.jsx-3713166873 .row {
        margin:0;
    }
    .container.jsx-3713166873 .footer-bar {
        position:absolute;
        height:100px;
    }
    .container.jsx-3713166873 .footer-bar .row {
        margin:0;
    }
    .container.jsx-3713166873 .col-logo {
        position:absolute;
        left:0;
        top:10px;
        width:30%;
    }
    .container.jsx-3713166873 .subnav2 {
        position:absolute;
        left:30%;
        top:10px;
        width:70%;
    }
    .container.jsx-3713166873 .col-copyright {
        position:absolute;
        left:0;
        top:20px;
        width:100%;
        text-align:center;
    }
    .container.jsx-3713166873 .subnav {
        margin-top:20px;
        padding:0 5px;
    }
    .container.jsx-3713166873 .subnav h4 {
        height:15px;
        font-size:16px;
        font-family:PingFangSC-Medium,PingFang-Medium;
        font-weight:300;
        color:rgba(161,161,161,1);
        line-height:24px;
        margin-bottom:24px;
    }
    .container.jsx-3713166873 .subnav p {
        margin-left:0px;
        margin-bottom:8px;
    }
    .container.jsx-3713166873 .subnav p,.subnav p a,.subnav p a:hover {
        font-size:12px;
        font-family:PingFangSC-Medium,PingFang-Medium;
        font-weight:300;
        color:rgba(161,161,161,1);
        line-height:18px;
    }
    .container.jsx-3713166873 .icons {
        margin-left:0px;
    }
    .container.jsx-3713166873 .icons .weixin {
        width:50px;
        height:50px;
        background:url(https://www.labpano.com/images/weixin.jpg) no-repeat;
        background-size:100%;
    }
    .container.jsx-3713166873 .copyright {
        word-wrap:break-word;
        word-break:normal;
        white-space:nowrap;
        width:auto;
        height:auto;
        padding:0 10px;
        overflow:hidden;
        display:inline-block;
        margin-top:30px;
    }
}

.list-page .member-leftnav.fix {
    position: fixed;
}

body.only-main {
    padding-bottom: 0px;
}
body.only-main .header {
    display: none;
}
body.only-main .footer {
    display: none;
}
body.only-main .member-leftnav {
    display: none;
}
body.only-main .list-page .list-main {
    float: none;
    margin: 0 auto;
}


.alert-msg-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.40);
    display: none;
}
.alert-msg {
    background: #F8F8F8;
    border: 1px solid #666666;
    border-radius: 15px;
    border-radius: 15px;
    width: 360px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.alert-msg-title {
    background-image: linear-gradient(180deg, #F8F8F8 0%, #E1E1E1 100%);
    border-radius: 10px 10px 0 0;
    height: 35px;
    line-height: 35px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
}
.alert-msg-content {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    font-weight: 400;
    margin: 20px 20px 20px;
    padding: 12px 5px;
    min-height: 50px;
    text-align: center;
    word-wrap: break-word;
    word-break: normal;
}
.alert-msg-btns {
    text-align: center;
    margin: 0 0 30px;
}
.alert-msg-btns .btn {
    width: 80px;
    height: 30px;
    margin: 0 10px;
}
.alert-msg-btns .btn:focus {
    outline: none;
}
.alert-msg-btns .btn-ok {
    background-image: linear-gradient(180deg, #5EB0FF 0%, #2B87E0 100%);
    background-color: #5EB0FF;
    border: none;
    border-radius: 8px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #F8F8F8;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    line-height: 14px;
}
.alert-msg-btns .btn-cancel {
    background-image: linear-gradient(180deg, #F8F8F8 0%, #E1E1E1 100%);
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
}
.alert-msg-btns .btn-warning {
    background-image: linear-gradient(180deg, #FF6068 0%, #E72B2B 100%);
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #F8F8F8;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
}
#loading-msg .alert-msg {
    width: 100%;
    height: auto;
    background: none;
    border: none;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
#loading-msg .alert-msg .alert-msg-content {
    height: auto;
    margin: 0 0 20px;
    color: #eeeeee;
}
#loading-msg .alert-msg img {
    margin: 0 auto;
}

.toast-msg-mask {
    position: fixed;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 80px;
    z-index: 999;
    text-align: center;
    display: none;
}
.toast-msg {
    width: auto;
    height: 100%;
    background: rgba(34,34,34,0.50);
    border-radius: 15px;
    display: inline-block;
    padding: 0 15px;
}
.toast-msg-content {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    line-height: 30px;
    color: #F8F8F8;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}