html,
body {
    height: 100%;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    /*禁止缩放变大样式*/
    touch-action: none;
}

body.rotate {
    transform: rotate(90deg);
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,
dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*,
:after,
:before {
    box-sizing: border-box;
}

a,
a:HOVER,
a:ACTIVE,
a:AFTER,
a:VISITED,
a:FOCUS {
    text-decoration: none;
}

.draggable-menu {
    width: 40px;
    height: 40px;
    z-index: 1003;
}

.draggable-menu.center {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.draggable-menu.right {
    position: absolute;
    margin: auto;
    top: 0;
    right: 100px;
    bottom: 0;
}

.draggable-menu.top {
    position: absolute;
    margin: auto;
    top: 10px;
    right: 0;
    left: 0;
}

.draggable-menu.bottom-right {
    position: absolute;
    margin: auto;
    bottom: 85px;
    right: 80px;
}

.draggable-menu .item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    background-color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px -1px 2px #1c2a3f1a, 0 1px 2px #1c2a3f4d;
}

.draggable-menu .item i {
    font-size: 28px;
    color: #4c4c4c;
}

.draggable-menu .item img {
    width: 48px;
    height: 48px;
    padding: 10px;
}

.list-menu-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
    align-items: flex-start;
    justify-content: flex-end;
}

.draw-menu .list-menu-box.active {
    bottom: 130px;
}

.list-menu-pane {
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.list-menu-panel {
    min-width: 112px;
    max-width: 280px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 48px);
    border-radius: 4px;
    outline: 0;
    min-height: 64px;
    position: relative;
    background: white;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
}

.list-menu-content {
    padding-top: 8px;
    padding-bottom: 8px;
}

.list-menu-item {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 48px;
    height: 48px;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    position: relative;
    font-size: 12px;
    height: 42px;
    line-height: 44px;
    background: transparent;
    color: #000000de;
}

.list-menu-item:hover:not([disabled]) {
    background: #eaeff5;
}

.list-menu-ripple {
    overflow: hidden;
    position: relative;
}

.list-menu-item .list-menu-ripple {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
}

.hide {
    display: none;
}

[eventcategory="View Explore Tools"] {
    display: none;
}

.MetroMenuBox {
    position: fixed;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 1099;
    width: 100%;
}

.MetroMenuBox.top {
    top: 80px;
    left: 0;
}

.MetroMenuBox.bottom {
    bottom: 0px;
    left: 0;
}

.MetroMenuBox.left {
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
}

.MetroMenuBox.left .MenuOptionBar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0px;
}

.MetroMenuBox.left .MenuOption {
    margin: 0px 3px;
    padding: 3px 0px;
}

.MetroMenuBox.right {
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
}

.MetroMenuBox.right .MenuOptionBar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0px;
}

.MetroMenuBox.right .MenuOption {
    margin: 0px 3px;
    padding: 3px 0px;
}

.MenuOptionBar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.MenuOption {
    font-size: 12px;
    height: 60px;
    width: 60px;
    background-color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    flex-wrap: wrap;
    box-shadow: 0 1px 3px 0px rgb(0 0 0 / 17%);
    margin: 0 10px;
    display: block;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 6px 3px;
}

.MenuOption.active {
    background: #3aabd2;
}

.MenuOptionBar .MenuIcon {
    height: 30px;
    cursor: pointer;
    display: block;
    margin: auto;
}

.MenuOptionBar .MenuIcon.active {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.MenuOptionText {
    display: block;
    padding-top: 3px;
}

.pillbox .view-layers-bar .view-layers-bar__slider--large {
    width: 200px;
}

.hidetree .view-column-container app-view-column:first-child {
    display: none;
}

.hidetree .view-page__undo--offset {
    padding-left: inherit;
}

.view-page__toolbar .view-toolbar {
    bottom: 65px;
}

.homepage {
    background: linear-gradient(180deg, #011327, #003c94, #7a7ee2);
    overflow: hidden;
}

#mainpage.homepage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.metro-layout {
    width: 100%;
    height: 100%;
    font-family: 'OpenSansLight', sans-serif;
    font-family: system-ui;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    z-index: 1050;
    position: relative;
    font-size: 1rem;
}

.metro-layout .header {
    height: 15%;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    padding: 0px;
    padding-bottom: 50px;
}

.metro-layout .header img {
    width: auto;
}

.metro-layout .header h1 {
    top: 0px;
    margin-top: 20px;
    left: 0px;
    font-size: 3em;
    line-height: 1em;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}

.metro-layout .footer {
    width: 100%;
    height: 8%;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    justify-content: flex-start;
}

.metro-layout .footer {
    position: relative;
    display: flex;
    padding: 0 50px;
    justify-content: center;
    align-items: center;
}

.metro-layout .footer.lang-false {
    display: none;
}

.footer.lang-true .copyright {
    flex: 1;
    text-align: left;
    padding-left: 0.5em;
}

.footer.lang-true .lang {
    display: flex;
    height: 100%;
    justify-content: center;
}

.footer.lang-true .lang a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 10px;
}

.footer.lang-true a.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding-right: 0.5em;
}

.footer.lang-true a.flex img {
    padding: 5px;
    height: 60%;
    max-height: 100px;
    width: auto;
}

.footer.lang-true .lang .icon {
    padding: 5px;
    height: 35px;
    max-height: 100px;
    width: auto;
}

.footer.lang-true .lang .zh {
    margin-right: 10px;
}

.footer.lang-true .lang span {
    word-break: keep-all;
}

.metro-layout .footer a {
    color: #fff;
}

.footer-copyright a {
    color: #fff;
}

.copyright p {
    padding: 5px 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.metro-layout .content .items {
    padding: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
}

.horizontal .content .items {
    height: 100%;
}

.metro-layout .content {
    height: 77%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex: 1;
    margin-bottom: 0px;
}

.metro-layout .box {
    float: left;
    position: relative;
    margin: 0.5em;
    padding: 0.5em;
    background: #555;
    width: 15em;
    height: 8em;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    background: rgb(17, 63, 78);
    z-index: 9;
    border-radius: 10px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metro-layout .box.nomargin {
    margin: 0px;
}

.metro-layout .box a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.metro-layout .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.metro-layout .box1 .box.bg {
    display: none;
}

.metro-layout .box1 .box {
    width: 100%;
    height: 100%;
    height: calc(100% - 10px);
    padding: 10px;
    height: -webkit-fill-available;
}

.metro-layout .box span {
    position: absolute;
    left: auto;
    bottom: 0.5em;
    font-size: 1em;
    font-weight: normal;
    z-index: 8;
    padding: 5px;
}

.metro-layout .box img.icon {
    position: relative;
    z-index: 7;
    width: auto;
}

.metro-layout.medicalexam .box img.icon {
    width: 100px;
}

.metro-layout .box img.icon.filterc {
    filter: drop-shadow(#cccccc 6800px 0);
    transform: translateX(-6800px);
}

.metro-layout .width2 {
    width: 31em;
}

.metro-layout .height2 {
    height: 17em;
}

.metro-layout .box img.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 6;
    height: 100%;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column !important;
}

.modules-container {
    position: relative;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    min-height: 100%;
    height: 100%;
    padding: 0;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.nva-top h1.title {
    position: relative;
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
    font-size: 2em;
    line-height: 1.1;
    height: 10%;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: inherit;
}

.nva-top .icon-back {
    position: absolute;
    left: 55px;
    top: 20%;
    width: 1.3em;
    height: 1.3em;
    cursor: pointer;
}

.nva-top .icon-search {
    position: absolute;
    right: 55px;
    top: 20%;
    width: 1.3em;
    height: 1.3em;
    cursor: pointer;
}

.gallery-results__empty {
    font-size: 14px;
    letter-spacing: .35px;
    line-height: 1.4em;
    color: #96a8c0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.gallery-results__empty .gallery-results__magnifying-glass {
    height: 84px;
    width: 84px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 84px;
    color: #61779e;
    background-color: #eaeff5;
}

.gallery-results__no-results-title {
    font-size: 24px;
    letter-spacing: .6px;
    line-height: 1.4em;
    font-weight: 600;
    color: #374a68;
}

.tz-gallery {
    flex: 1;
    padding: 0px 40px;
    height: 80%;
    overflow: hidden;
}

.tz-gallery .row {
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
}

.tz-gallery .row .row1,
.tz-gallery .row .row2 {
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px;
}

.tz-gallery .row:before {
    display: table;
    content: " ";
}

.tz-gallery .row:after {
    display: table;
    content: " ";
    clear: both;
}

.col-md-4 {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-lg-5 {
    width: 41.66666667%;
    float: left;
}

.tz-gallery .row .col-md-4 {
    margin-bottom: 0px;
    height: 100%;
    max-width: initial;
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    flex: inherit;
}

.tz-gallery .thumbnail {
    position: relative;
    padding: 0;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgb(0 0 0 / 6%);
    cursor: pointer;
}

.tz-gallery .visit .thumbnail {
    border: 1px solid #999;
}

.tz-gallery .thumbnail .lock {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 25px;
    height: 25px;
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox {
    height: 90%;
    padding: 20px;
    padding-bottom: 10px;
}

.tz-gallery .lightbox img {
    border: 0;
    border-radius: 4px 4px 0 0;
    display: block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    height: 10%;
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
}

.thumbnail .caption h3 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    line-height: 1;
}

.pages {
    height: 10%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagestop {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pageBox .pages {
    justify-content: flex-start;
}

.pageBox .modal-content .title-top {
    margin-bottom: 30px;
}

.pageBox .plan-modality-row-choice {
    min-height: 200px;
}

.pageBox .pages .page {
    padding-bottom: 10px;
}

.pages .page {
    margin: 0 10px;
    display: inline-block;
    cursor: pointer;
}

.pages .page span {
    display: flex;
    font-size: 1.5em;
    border: 1px solid #4e4b4b;
    border-radius: 50%;
    color: #4e4b4b;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.pages .page.active span {
    background: rgb(75, 148, 226);
    color: #fff;
    border: 1px solid rgb(75, 148, 226);
}

.icon-buttom-back {
    cursor: pointer;
    margin: 0 5px;
    width: 40px;
    height: 40px;
}

app-engine .icon-back {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 150;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center;
}

.bg-cover {
    background-size: cover;
}

.overflow-hidden {
    overflow: hidden;
}

.absolute {
    position: absolute;
}

.min-w-full {
    min-width: 100%;
}

.min-h-full {
    min-height: 100%;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

video {
    display: block;
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.metro-layout .box video {
    height: 100%;
    width: -webkit-fill-available;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.loginbox {
    z-index: 2;
    position: absolute;
    width: 350px;
    border-radius: 5px;
    background: white;
    box-shadow: 0px 0px 5px #333333;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.login-top {
    font-size: 24px;
    padding-left: 0px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    min-height: 80px;
}

.login-center {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.login-title {
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: 500;
    margin-bottom: 30px;
}

.login-center-img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
}

.login-center-img>img {
    width: 100%;
}

.login-center-input {
    float: left;
    width: 230px;
    margin-left: 15px;
    height: 30px;
    position: relative;
}

.login-center-input input {
    z-index: 2;
    transition: all 0.5s;
    padding-left: 10px;
    color: #333333;
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    outline: none;
    position: relative;
}

.login-center-input-text {
    background: white;
    padding: 0 5px;
    position: absolute;
    z-index: 0;
    opacity: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    left: 5px;
    color: dodgerblue;
    line-height: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.login-button {
    cursor: pointer;
    text-align: center;
    background-color: dodgerblue;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    color: white;
    width: 100%;
    margin-top: 20px;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
}

.bgred {
    background: #dc3f10;
}

.tb {
    display: table;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.tb>.tc {
    display: table-cell;
    pointer-events: none;
    vertical-align: middle;
}

.tb>.tc>div {
    pointer-events: auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    width: 50%;
    margin: 30px auto;
    position: relative;
    padding: 20px;
}

.modal-header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-body {
    padding: 5px;
    padding-bottom: 0px;
    overflow-y: auto;
}

.modal-dialog {
    margin: 30px auto;
    position: relative;
    width: auto;
    z-index: 10001;
}

.modal-content .title-top {
    font-size: 24px;
    padding-left: 0px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-dialog.loginbox {
    width: 350px;
}

.pageBox .modal-dialog {
    width: 40%;
}

.modal-dialog .modal-content {
    width: 100%;
}

.plan-modality-row-choice {
    align-items: flex-start;
    min-height: 300px;
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.modal-dialog.loginbox .close {
    width: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.notify.middle {
    top: calc(50% - 30px);
}

.notify.center {
    left: 50%;
    margin-left: -200px;
}

.notify.alert-success {
    background-color: #2b982b;
    z-index: 9999999;
}

.notify.alert-info {
    background-color: #00b0e4;
    z-index: 9999999;
}

.notify.alert-warning {
    background-color: #ff9600 !important;
    z-index: 9999999;
}

.notify.alert-danger {
    background-color: #fb483a !important;
    z-index: 9999999;
}

.notify.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none;
}

.notify {
    z-index: 9999999;
    color: #fff;
}

.notify.alert-success .message {
    text-align: center;
}

.notify.alert-success .message,
.notify.alert-info .message,
.notify.alert-warning .message,
.notify.alert-danger .message {
    color: #fff;
    text-align: center;
}

.master__header {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    z-index: 1060;
}

.master__header .header {
    display: flex;
    justify-content: space-between;
    height: 56px;
}

.header__group {
    display: flex;
    align-items: center;
    flex: 1;
}

.header__group--left {
    justify-content: flex-start;
}

.header__group--right {
    justify-content: flex-end;
    padding-right: 20px;
}

a[app-button],
button[app-button] {
    border-color: transparent;
    background: none;
    border-width: 0;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    outline: 0 none;
    cursor: pointer;
}

.app-button {
    font-size: 13px;
    letter-spacing: .325px;
    line-height: 1.4em;
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-family: Inter UI, sans-serif;
    justify-content: center;
    padding: 0 16px;
    position: relative;
    text-align: center;
    transition: background-color .12s;
    width: 100%;
}

.app-button:after {
    content: " ";
    background-color: #283853;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity .06s;
}

.app-button--uppercase {
    text-transform: uppercase;
}

.app-button--medium {
    height: 36px;
    min-width: 36px;
    padding: 0 16px;
    font-size: 13px;
    letter-spacing: .325px;
    line-height: 1.4em;
}

.app-button--dark {
    color: #d7e0ea;
}

.app-button--dark:after {
    background-color: #283853;
}

.app-button--circle {
    border-radius: 50%;
}

.app-button--circle:after {
    border-radius: 50%;
}

.app-button--dark.app-button--outline {
    background: transparent;
    border: 1px solid #374a68;
    transition: border-color .12s;
}

.app-button--dark.app-button--outline:hover {
    border-color: #96a8c0
}

.app-button--dark.app-button--outline:hover:after {
    background-color: transparent;
    display: none
}

.app-button--circle.app-button--medium {
    width: 36px;
    padding: 0 8px;
}

.app-button__container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.cdk-overlay-connected-position-bounding-box.userinfo {
    top: 46px;
    right: 19.9844px;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.mat-menu-panel {
    min-width: 112px;
    max-width: 280px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 48px);
    border-radius: 4px;
    outline: 0;
    min-height: 64px;
    position: relative;
    background: white;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
}

.mat-menu-content:not(:empty) {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mat-menu-item {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 48px;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    position: relative;
    background: transparent;
    color: #000000de;
}

button.mat-menu-item {
    font-size: 12px;
    height: 42px;
    line-height: 44px;
}

.mat-divider {
    display: block;
    margin: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeff5;
}

.cdk-overlay-container {
    z-index: 1051;
}

.weui-mask,
.weui-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.weui-dialog {
    position: fixed;
    z-index: 5000;
    top: 50%;
    left: 16px;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-height: 90%;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}

.weui-dialog__hd {
    padding: 32px 24px 16px;
}

.weui-dialog__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
}

.weui-dialog__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 24px;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 1.4;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: rgba(0, 0, 0, .5);
}

.weui-dialog__bd:first-child,
.weui-dialog__ft {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.weui-dialog__ft {
    position: relative;
    line-height: 56px;
    min-height: 56px;
    font-size: 17px;
}

.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #576b95;
    font-weight: 700;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

.weui-dialog__btn_default {
    color: rgba(0, 0, 0, .9);
}

.weui-dialog__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
}

.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.input.theme-light {
    background-color: #fff;
    border: 1px solid #96a8c0;
    color: #283853;
}

.modal.downloadutil .modal-dialog {
    width: 720px;
}

.modal-header .close {
    font-size: 38px;
    color: red;
    opacity: 0.6;
}

.modal-header .section-header {
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .section-header h2 {
    font-size: 36px;
    line-height: 1.1;
    padding: 0 15px;
}

.modal-dialog .close {
    width: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
}

.modal.downloadutil .section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact {
    margin: 15px 0;
    text-align: center;
}

.contact a {
    color: #868f9b;
}

.contact h3 {
    font-family: montserrat, sans-serif;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #10161a;
}

.col-sm-4 {
    float: left;
    position: relative;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar.link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 50px;
    flex: 1;
    padding: 0;
}

.navbar.link .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: inherit;
    flex-wrap: wrap;
    padding: 20px 0px 0px 0px;
    margin: 0;
}

.navbar.link .navbar-nav>li {
    padding-left: 10px;
    padding-right: 10px;
    float: none;
    display: inline-block;
    margin: 0;
    height: 28px;
}

.zh .navbar.link .navbar-nav>li {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar.link .navbar-nav>li>a {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: rgb(154, 154, 155);
    font-size: 20px;
}

.navbar.link .navbar-nav>li:HOVER>a {
    color: #fff;
}

.navbar.link .navbar-nav>li.active>a {
    color: #fff;
}

img.button-back-module {
    cursor: pointer;
    width: 40px;
}

.button-panel-more {
    background-color: #fff;
}

#anatomicalPartsModalPage {
    overflow-y: auto;
}

#app-site-header {
    display: none;
}

.metro-layout.anatomyvideo .box img.icon {
    max-height: 80%;
}

.metro-layout.anatomyvideo .box1 .box {
    background: rgb(0, 169, 236);
}

.metro-layout.anatomyvideo .box1:first-child .box {
    background: rgb(100, 15, 108);
}

.metro-layout.anatomyvideo .box1:nth-child(2) .box {
    background: rgb(255, 200, 8);
}

.metro-layout.anatomyvideo .box1:nth-child(3) .box {
    background: rgb(60, 91, 155);
}

.metro-layout.anatomyvideo .box1:nth-child(4) .box {
    background: rgb(211, 44, 44);
}

.metro-layout.anatomyvideo .box1:nth-child(5) .box {
    background: rgb(0, 169, 236);
}

.metro-layout.anatomyvideo .box1:nth-child(6) .box {
    background: rgb(76, 94, 81);
}

.metro-layout.anatomyvideo .box1:nth-child(7) .box {
    background: rgb(248, 116, 164);
}

.metro-layout.anatomyvideo .box1:nth-child(8) .box {
    background: rgb(245, 141, 0);
}

.metro-layout.anatomyvideo .box1:nth-child(9) .box {
    background: rgb(67, 181, 31);
}

.virtualanatomy .view-column__inner,
.virtualanatomy .view-page .view-column-container,
.virtualanatomy .view-page .view-column {
    width: 360px !important;
}

.virtualanatomy .view-page--column-in {
    padding-left: 360px !important;
}

.margin-10 {
    margin: 10px;
}

.modal-dialog.qrcode-daohang {
    position: absolute;
    width: fit-content;
}

img.qrcode {
    width: 150px;
}

.playBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    color: #3b3b3b;
}

.playBox .explation-content ol {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.playBox .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.playBox .scrollbar1 {
    overflow-y: overlay;
}

.playBox .explation {
    width: 30%;
    border-right: 1px solid #eaeff5;
    background: #fff;
}

.playBox .video-box {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 0px;
    position: relative;
    margin: 0 auto;
    flex: 1;
}

.playBox .video-box .box-1 {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}

.playBox .back {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 5px;
    z-index: 10;
    cursor: pointer;
    left: auto;
}

.playBox .icon-back {
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.sysname {
    font-size: 26px;
    color: #fff;
}

.zh .sysname {
    font-size: 26px;
    letter-spacing: 3px;
}

.pages-controller {
    position: fixed;
    top: 50%;
    margin-top: -27px;
}

.pages-controller.disable {
    opacity: 0;
}

.pages-controller.pre {
    left: 0;
    display: none;
}

.pages-controller.next {
    right: 0;
    display: none;
}

.pages-controller img.icon {
    width: 38px;
    margin: 8px;
    cursor: pointer;
}

.vh-box {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 33333;
}

.vh-box button {
    cursor: pointer;
    margin: 20px;
    background: url(/assets/images/icon/switch_vh2.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 80px;
    height: 50px;
}

.items-inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.virtualanatomy .thumbnail .img,.virtualanatomy .thumbnail img {
    background-color: #ccc;
}


/*竖屏*/
body.vertical .navbar.link {
    min-height: auto;
    flex: 1;
    padding-right: 50px;
}

body.vertical .metro-layout .header h1 {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

body.vertical .navbar.link .navbar-nav {
    padding: 0;
}

body.vertical .navbar.link .navbar-nav>li>a {

    font-size: 26px;
}

body.vertical .metro-layout .header,
body.vertical .header-container {
    height: 6%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    flex-wrap: nowrap;
}

body.vertical .metro-layout .header img {
    width: auto;
    height: 70px;
    max-height: none;
}

body.vertical #mainpage.homepage {
    display: flex;
    flex-direction: column;
}

body.vertical .metro-layout .content,
body.vertical .pathology.homepage.metro-layout .content {
    flex: 1;
    height: auto;
}

body.vertical .metro-layout .footer {
    height: 6%;
    position: relative;
    padding: 0 20px;
}

body.vertical .footer.lang-true .lang .icon {

    height: 50px;
}

body.vertical .footer-contro {
    position: relative;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
}

body.vertical .footer.lang-true .lang {
    flex: 1;
    justify-content: center;
}

body.vertical .footer-tel {
    position: relative;
}

body.vertical .metro-layout .content .items {
    display: flex; 
    justify-content: center;
    height: fit-content;
    padding: 0;
    height: 100%;
}

body.vertical .homepage.anatomy.metro-layout .content .items {
    height: 100%;
}

body.vertical .metro-layout.pathology .header-container .header {
    height: 100%;
}

body .for-horizontal,
body .for-vertical {
    display: none;
}

body.vertical .for-horizontal {
    display: none !important;
}

body.vertical .for-vertical {
    display: block;
}

body.horizontal .for-horizontal {
    display: flex;
}

body.horizontal .for-horizontal.boxs {
    width: 70%;
}

body.horizontal .for-vertical {
    display: none;
}

body.vertical .metro-layout .items .item {
    float: left;
    position: relative;
    width: 50%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 25px;
}

body.vertical .metro-layout .items .item:nth-child(odd) {
    padding-left: 50px;
}

body.vertical .metro-layout .items .item:nth-child(even) {
    padding-right: 50px;
}

body.vertical .metro-layout .items .item .box {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body.vertical .metro-layout .box span {
    font-size: 20px;
    font-weight: 700;
    bottom: 2em;
    line-height: 1.2;
}

body.vertical .metro-layout .box img.icon {
    width: auto;
    max-width: 100%;
}

body.vertical .metro-layout .box.complete-anatomy img.icon {
    height: auto;
    width: auto;
}

body.vertical .modules-container .tz-gallery .row .col-md-4 {
    width: 50%;
    height: 25%;
    padding: 15px;
}

body.vertical .modules-container {
    background: #ccc;
}

body.vertical .thumbnail .caption h3 {
    font-size: 20px;
}

body.vertical .nva-top h1.title {
    height: 7%;

    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

body.vertical .modules-container .tz-gallery {
    height: 86%;
}

body.vertical .pages {
    height: 7%;
}

body.vertical .pathology.homepage.metro-layout .box1 {
    flex: 0 0 30%;
    padding-bottom: 20px;
}

body.vertical .pathology.homepage.metro-layout .box img.icon {
    width: auto;
    padding-bottom: 20px;
}

body.vertical .toppages {
    height: auto;
    margin-bottom: 2em;
}

body.vertical .tz-gallery .row .row1,
body.vertical .tz-gallery .row .row2 {
    display: block;
    height: 100%;
}

body.vertical .view-description__body {
    font-size: 25px;
}

body.vertical .view-page__toolbar,
body.vertical .view-page__scene-base {
    transform: none !important;
}

body.vertical .view-page__toolbar .view-toolbar {
    position: fixed;
    top: 30%;
    bottom: initial;
    margin-right: 50px;
    margin-top: -150px;
    right: 0px;
}

body.vertical .tz-gallery .lightbox img {
    max-height: 100%;
}

body.vertical .playBox .content {
    flex-direction: column-reverse;
}

body.vertical .playBox .explation {
    width: 100%;
    height: 50%;
}

body.vertical .playBox .video-box .view-toggle {
    display: none;
}

body.vertical .MetroMenuBox.left,
body.vertical .MetroMenuBox.right {
    display: flex;
    align-items: center;
}

body.vertical .MetroMenuBox.left .MenuOptionBar,
body.vertical .MetroMenuBox.right .MenuOptionBar {
    height: auto;
}

body.vertical .MetroMenuBox.left .MenuOption,
body.vertical .MetroMenuBox.right .MenuOption {
    margin: 2em;
}

body.vertical .bodyImageMap {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.vertical .MetroMenuBox.top {
    top: 150px;
}

body.vertical .draggable-menu.bottom-right.paintToolMenu {
    bottom: auto;
    top: 35%;
}

body.vertical .draw-menu .list-menu-box.active {
    bottom: auto;
    top: 35%;
    padding-top: 50px;
}

body.vertical .draggable-menu.right {
    top: 30%;
    margin: 0;
}

body.vertical .anatomyvideo.metro-layout .box1 {
	width: 50%;
    flex: none;
    height: 20%;
}

body.vertical .pages .page span {
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: normal;
}

body.vertical .icon-buttom-back {
    width: 45px;
    height: 45px;
}

body.vertical .anatomyvideo.metro-layout .box span,
body.vertical .embryology.metro-layout .box span {
    bottom: 1em;
}

body.vertical .navbar.link .navbar-nav>li.chgVH {
    display: none;
}

body.vertical app-view-node-description {
    height: 100%;
    display: flex;
}

body.vertical .view-node-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*margin-top: -700px;*/
}

body.vertical .view-node-description__body {
    font-size: 22px;
}

body.vertical .view-column-toggle {
    width: 30px;
    height: 50px;
}

body.vertical .tree-node__button .fa-caret-right:before,
body.vertical .tree-node__button .fa-caret-left:before {
    font-size: 20px;
}

body.vertical .fa-caret-right:before,
body.vertical .fa-caret-left:before {
    font-size: 60px;
}

body.vertical .view-column.view-column--left {
    display: flex;
    align-items: center;
    position: relative;
}

body.vertical article.view-column__inner {
    position: relative;
    height: auto;
    margin-top: -700px;
}

body.vertical .view-title__chapter {
    font-size: 22px;
}

body.vertical .MetroMenuBox.bottom {
    left: 0;
    bottom: 100px;
}

body.vertical .anatomyvideo.metro-layout .items .box.bg {
    margin: 20px;
    width: auto;
}

body.vertical .embryology.metro-layout .box1 {
    height: 25%;
    margin: 0px;
}


/**横屏*/
body.horizontal .navbar.link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 50px;
    flex: 1;
    padding: 0;
}

body.horizontal .tz-gallery .row {
    display: flex;
    flex-wrap: wrap;
}

body.horizontal .tz-gallery .row .col-md-4 {
    height: 50%;
    width: 25%;
    padding-bottom: 10px;
}

body.horizontal .toppages {
    display: none;
}

body.horizontal .navbar.link .navbar-nav>li.chgVH {
    position: relative;
    width: 120px;
}

body.horizontal .navbar.link .navbar-nav>li.chgVH .vh-box {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
}

body.horizontal .vh-box button {
    margin: 0;
}

body.horizontal .vh-box.dlf {
    display: none;
}

body.horizontal .pagestop {
    display: none;
}

/*长条屏*/
.big-wh-rate body.horizontal .metro-layout .content .items {
    width: 60%;
}


@media screen and (max-width: 1000px) {
    body.vertical .metro-layout .box span {
        font-size: 20px;
        bottom: 1em;
    }
}

@media screen and (max-height: 1000px) {
    body.horizontal .homepage.metro-layout {
        display: flex;
        flex-direction: column;
    }

    body.horizontal .metro-layout .content {
        flex: 1;
    }

    body.horizontal .footer.lang-false {
        display: none;
    }

    body.horizontal .footer-container.lang-false {
        display: none;
    }

    body.horizontal .homepage.anatomy.metro-layout .content .items,
    body.horizontal .homepage.pathology.metro-layout .content .items {
        width: 100%;
    }
}


@media screen and (min-height: 3000px) {
    body.vertical .pathology.homepage.metro-layout .box1 {
        height: auto;
    }

    body.vertical .metro-layout .content .items {
        height: auto;
    }

    body.vertical .anatomyvideo.metro-layout .content .items {
        justify-content: flex-start;
        padding: 0 50px;
    }

    body.vertical .metro-layout .box1 {
        height: 450px;
    }

    body.vertical .anatomyvideo.metro-layout .box1 {
        width: 50%;
        flex: none;
        height: 20%;
    }

    body.vertical .embryology.metro-layout .box1 {
        height: 25%;
    }
}

@media screen and (min-width: 300px) {

    html,
    body {
        font-size: 12px;
    }

    .metro-layout .content .items {
        overflow: auto;
    }

    .weui-dialog {
        width: 320px;
        margin: 0 auto;
    }

    .pages .page {
        margin: 0 3px;
    }

    .pages .page span {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }

    .icon-buttom-back {
        width: 30px;
        height: 30px;
    }

    .metro-layout .header {
        flex-wrap: wrap;
    }

    .metro-layout .header h1 {
        margin-top: 10px;
    }

    .metro-layout .header img {
        max-width: 40%;
        width: 40%;
        height: auto;
        max-height: auto;
    }

    .navbar.link .navbar-nav {
        padding: 0px;
        margin: 0;
    }

    .navbar.link .navbar-nav>li>a {
        font-size: 16px;
    }

    .metro-layout .box span {
        font-size: 0.9em;
    }

    .nva-top h1.title {
        font-size: 1.5em;
    }

    .nva-top .icon-back {
        left: 5px;
    }

    .nva-top .icon-search {
        right: 5px;
    }

    .thumbnail .caption {
        padding: 2px 0px;
    }

    .thumbnail .caption h3 {
        font-size: 12px;
    }

    .metro-layout .footer {
        font-size: 12px;
        padding-left: 0px;
    }

    .tz-gallery {
        padding: 0px;
        height: 80%;
        overflow: auto;
    }

    .tz-gallery .row .row1,
    .tz-gallery .row .row2 {
        padding: 3px 0px;
    }

    .tz-gallery .row .col-md-4 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .tz-gallery .thumbnail {
        padding: 5px;
    }

    .tz-gallery .thumbnail .lock {
        right: 2px;
        top: 5px;
        width: 20px;
        height: 20px;
    }

    .tz-gallery .lightbox img {
        height: auto;
    }
}

@media (min-width: 960px) {

    html,
    body {
        font-size: inherit;
    }

    .metro-layout .content .items {
        overflow: hidden;
        padding: 0 50px;
    }

    .pages .page {
        margin: 0 3px;
    }

    .pages .page span {
        height: 30px;
        width: 30px;
        font-size: 14px;
    }

    .icon-buttom-back {
        width: 30px;
        height: 30px;
    }

    .metro-layout .header {
        flex-wrap: nowrap;
        padding: 0 50px;
        padding-bottom: 0px;
    }

    .metro-layout .header h1 {
        margin-top: 10px;
    }

    .metro-layout .header img {
        max-width: inherit;
        width: inherit;
        height: auto;
        max-height: 50px;
    }

    .navbar.link .navbar-nav {
        padding: 20px 0px 0px 0px;
        margin: 0;
    }

    .navbar.link .navbar-nav>li>a {
        font-size: 20px;
    }

    .metro-layout .box span {
        font-size: 1em;
    }

    .metro-layout .boxs .box span {
        font-size: 20px;
    }

    .nva-top h1.title {
        font-size: 2em;
    }

    .nva-top .icon-back {
        left: 55px;
    }

    .nva-top .icon-search {
        right: 55px;
    }

    .thumbnail .caption h3 {
        font-size: 1em;
    }

    .thumbnail .caption {
        padding: 12px 0px;
    }

    .metro-layout .footer {
        font-size: 14px;
        padding: 0 50px;
    }

    .tz-gallery {
        padding: 0px 40px;
        height: 80%;
        overflow: hidden;
    }

    .tz-gallery .thumbnail {
        padding: 10px;
    }

    .tz-gallery .row .row1,
    .tz-gallery .row .row2 {
        padding: 15px;
    }

    .tz-gallery .row .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .tz-gallery .thumbnail {
        padding: 20px;
    }

    .tz-gallery .thumbnail .lock {
        right: 20px;
        top: 5px;
        width: 25px;
        height: 25px;
    }

    .tz-gallery .lightbox img {
        height: 100%;
        width: auto;
    }

    body.vertical .metro-layout .box span {
        font-size: 20px;
        bottom: 1em;
        line-height: 1;
    }

    body.vertical .metro-layout .header h1 {
        margin: 10px;
    }
}

@media (min-width: 1200px) {
    .tz-gallery .thumbnail {
        padding: 0px;
    }

    .pages .page {
        margin: 0 5px;
    }

    .pages .page span {
        height: 36px;
        width: 36px;
        font-size: 16px;
    }

    .icon-buttom-back {
        width: 36px;
        height: 36px;
    }

    .thumbnail .caption {
        padding: 0px;
    }

    .thumbnail .caption h3 {
        font-size: 14px;
    }

    .metro-layout .header h1 {
        margin-top: 0px;
    }

    .metro-layout .header img {
        max-height: 50px;
    }

    body.vertical .metro-layout .box span {
        font-size: 20px;
        font-weight: 700;
        bottom: 2em;
        line-height: 1.2;
    }
}

@media (min-width: 1400px) {
    .MenuOptionBar .MenuOption {
        width: 80px;
        height: 80px;
    }

    body.vertical .MetroMenuBox.left,
    body.vertical .MetroMenuBox.right {
        width: 120px;
    }

    body.vertical .metro-layout.anatomyvideo .box img.icon {
        width: 250px;
    }
}


@media (min-width: 1600px) {
    .tz-gallery .thumbnail {
        padding: 0px;
    }

    .pages .page {
        margin: 0 5px;
    }

    .pages .page span {
        height: 38px;
        width: 38px;
        font-size: 20px;
    }

    .icon-buttom-back {
        width: 38px;
        height: 38px;
    }

    .thumbnail .caption {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        padding-bottom: 10px;
    }

    .thumbnail .caption h3 {
        font-size: 16px;
    }

    body.vertical .metro-layout .box span {
        font-size: 20px;
        font-weight: 700;
        bottom: 2em;
        line-height: 1.2;
    }
}

@media (min-width: 1900px) {
    .pages .page {
        margin: 0 8px;
    }

    .pages .page span {
        height: 50px;
        width: 50px;
        font-size: 1.5em;
    }

    .icon-buttom-back {
        width: 50px;
        height: 50px;
    }

    .thumbnail .caption {
        padding: 20px 0px;
    }

    .thumbnail .caption h3 {
        font-size: 1em;
    }

    .navbar.link .navbar-nav>li>a {
        font-size: 26px;
    }

    .sysname {
        font-size: 36px;
    }

    .zh .sysname {
        font-size: 36px;
    }

    .metro-layout .box span {
        font-weight: 500;
        font-size: 16px;
        left: auto;
        position: absolute;
        bottom: 30px;
    }
}

@media (min-width: 2500px) {
    .metro-layout .header img {
        max-width: 100%;
        width: auto;
        max-height: 80px;
    }

    .metro-layout .footer {
        font-size: 1.5em;
    }

    .pathology.metro-layout .box span {
        line-height: 1.2;
        font-size: 24px;
    }

    .view-column__body .view-node-description__body {
        font-size: 1em;
    }

    .explation .explation-content {
        font-size: 26px;
        line-height: 27px !important;
    }

    .sysname {
        font-size: 36px;
    }

    .zh .sysname {
        font-size: 36px;
    }

    .metro-layout .box span {
        font-weight: 500;
        font-size: 24px;
        left: auto;
        position: absolute;
        bottom: 30px;
    }

    .virtualanatomy .view-column__inner,
    .virtualanatomy .view-page .view-column-container,
    .virtualanatomy .view-page .view-column {
        width: 660px !important;
    }

    .metro-layout .boxs .box span {
        font-size: 24px;
    }

    .virtualanatomy .view-page--column-in {
        padding-left: 660px !important;
    }

    .view-column__body .view-node-description__body {
        font-size: 26px;
    }

    .view-description__body {
        font-size: 26px;
    }
}

/**86寸一体机*/
@media (min-width: 3800px) {
    .metro-layout .header {
        height: 10%;
    }

    .metro-layout .content,
    .pathology.homepage.metro-layout .content {
        height: 82%;
    }

    .metro-layout .footer {
        height: 8%;
    }

    .homepage.metro-layout .box img.icon {
        width: 225px;
    }

    .navbar.link .navbar-nav>li>a {
        font-size: 2.5em;
    }

    .metro-layout .box span {
        font-weight: 500;
        font-size: 2em;
        left: auto;
        position: absolute;
        bottom: 30px;
    }

    .metro-layout .header img {
        max-width: 100%;
        width: auto;
    }

    .metro-layout .footer {
        font-size: 1.5em;
    }

    .pathology.metro-layout .box span {
        line-height: 1.2;
    }

.metro-layout .box span,.metro-layout .boxs .box span{
    font-size: 2em;

}
    .view-column__body .view-node-description__body {
        font-size: 1em;
    }

    .explation .explation-content {
        font-size: 1em;
    }

    .navbar.link .navbar-nav>li>a {
        font-weight: 500;
    }

    .sysname {
        font-size: 36px;
    }

    .zh .sysname {
        font-size: 36px;
    }

    .virtualanatomy .view-column__inner,
    .virtualanatomy .view-page .view-column-container,
    .virtualanatomy .view-page .view-column {
        width: 660px !important;
    }

    .virtualanatomy .view-page--column-in {
        padding-left: 660px !important;
    }

}

/**86寸长条屏横屏*/
@media screen and (min-height: 1000px) and (min-width: 3000px) {
    .homepage.metro-layout .box img.icon {
        width: 250px;
    }

    .pathology.homepage.metro-layout .box img.icon {
        width: 250px;
    }
}

/**86寸长条屏竖屏*/
@media screen and (min-height: 3000px) and (min-width: 1000px) {
    .navbar.link .navbar-nav>li{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    padding-left: 25px;
    padding-right: 25px;
     }
body.vertical .navbar.link .navbar-nav>li>a{

    font-size: 2.5em;
}
    .homepage.metro-layout .box img.icon {
        width: 225px;
        height: auto;
    }

    body.vertical .pathology.homepage.metro-layout .box img.icon {
        width: 225px;
        height: auto;
    }

    body.vertical .metro-layout .box img.icon {
        width: 225px;
        height: auto;
    }

    body.vertical .homepage.metro-layout .box img.icon {
        height: auto;
        width: 280px;
    }

body.vertical .metro-layout .box span{
    font-size: 2em;
}
    
    body.vertical .anatomyvideo.metro-layout .content .items,body.vertical .sportsanatomy.metro-layout .content .items-inner{
        justify-content: flex-start;
        padding: 0 50px;
    }
    body.vertical .sportsanatomy.homepage .metro-layout .box1 .box{
        padding: 20px;
        margin: 20px;
    }
}

/**86寸一般屏*/
@media screen and (min-height: 2000px) and (min-width: 3000px) {
    .homepage.metro-layout .box img.icon {
        width: 225px;
    }
}