body {
    margin-top: 86px;
    font: 14px/1.5 -apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Segoe UI","Microsoft YaHei","Noto Sans CJK SC",Arial,sans-serif;
}

body .container-fluid {
    width: 1280px;
    max-width: 80vw;
    padding-right: 2%;
    padding-left: 2%;
    margin-right: auto;
    margin-left: auto;
}

body ul {
    padding: 0;
    list-style: none;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 999px white inset !important;
}

h1 {
    font-size: 4rem;
    font-weight: bold;
}

h1.page-title {
    position: relative;
    color: #333333;
    padding-left: 2rem;
    font-weight: normal;
    font-size: 3rem;
    margin-top: 0;
}

h1.page-title:after {
    top: 0.3rem;
    height: 2.7rem;
    content: "";
    position: absolute;
    left: 2px;
    width: 5px;
    background-color: #333333;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
    color: #0393d5;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
p {
    line-height: 2em;
}
.text-center {
    text-align: center;
}
.inline-block {
    display: inline-block;
}
.height-full {
    height: 100%;
}
.full-width {
    width: 100%;
}
.height-half {
    height: 48.9%;
}
.padding-sm {
    padding: 1.5rem;
}
.margin-right-sm {
    margin-right: 1.5rem;
}
.margin-left-sm {
    margin-left: 1.5rem;
}
.margin-bottom-sm {
    margin-bottom: 1.5rem;
}
.margin-top-0 {
    margin-top: 0;
}

.margin-top-1rem {
    margin-top: 1rem;
}

.margin-top-2rem {
    margin-top: 2rem;
}

.margin-top-3rem {
    margin-top: 3rem;
}

.margin-top-4rem {
    margin-top: 4rem;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-1rem {
    margin-bottom: 1rem;
}

.margin-bottom-2rem {
    margin-bottom: 2rem;
}

.margin-bottom-3rem {
    margin-bottom: 3rem;
}

.margin-bottom-4rem {
    margin-bottom: 4rem;
}

.padding-top-1rem {
    padding-top: 1rem;
}

.padding-top-2rem {
    padding-top: 2rem;
}

.padding-top-3rem {
    padding-top: 3rem;
}

.padding-top-4rem {
    padding-top: 4rem;
}

.padding-bottom-1rem {
    padding-bottom: 1rem;
}

.padding-bottom-2rem {
    padding-bottom: 2rem;
}

.padding-bottom-3rem {
    padding-bottom: 3rem;
}

.padding-bottom-4rem {
    padding-bottom: 4rem;
}

.padding-1rem, .p-4 {
    padding: 1rem;
}

.padding-2rem {
    padding: 2rem;
}

.padding-3rem {
    padding: 3rem;
}

.padding-4rem {
    padding: 4rem;
}

.padding-left-1rem {
    padding-left: 1rem;
}

.padding-right-1rem{
    padding-right: 1rem;
}

.padding-left-2rem {
    padding-left: 2rem;
}

.padding-right-2rem{
    padding-right: 2rem;
}

.no-margin {
    margin: 0!important;;
}

.no-padding {
    padding: 0!important;;
}
.no-padding-left {
    padding-left: 0!important;
}
.no-margin-right {
    margin-right: 0!important;
}
.no-margin-left {
    margin-left: 0!important;
}
.no-padding-bottom {
    padding-bottom:0!important;
}
.no-margin-top {
    margin-top:0!important;
}
.no-margin-bottom {
    margin-bottom:0!important;
}
.h-1rem{
    height: 1rem;
}
.h-2rem{
    height: 2rem;
}
.h-3rem{
    height: 3rem;
}
.h-4rem{
    height: 4rem;
}
.h-5rem{
    height: 5rem;
}
.height-20rem {
    height: 20rem;
}
.height-21rem {
    height: 21rem;
}
.height-22rem {
    height: 22rem;
}
.border-none, .no-border{
    border: 0 none!important;
}
.border-grey {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.border-grey-bottom {
    border-bottom: 1px solid #ddd;
}
.border-grey-top {
    border-top: 1px solid #ddd;
}
.border-dashed {
    border-top: 1px #d3d3d3 dashed;
    border-bottom: 1px #a0a0a0 dashed;
}

.border-radius-l-30 {
    border-bottom-left-radius: 30px!important;
    border-top-left-radius: 30px!important;
}

.border-radius-r-30 {
    border-bottom-right-radius: 30px!important;
    border-top-right-radius: 30px!important;
}

.rounded-full {
    border-radius: 9999px;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.rounded-xl {
    border-radius: 0.75rem;
}
.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
.rounded-r-1 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.rounded-l-1 {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.bg-full-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.bg-e5e5e5 {
    background-color: #e5e5e5;
}

.bg-white {
    background-color: #fff;
}

.bg-blue, .bg-00a0e9 {
    background-color: #00a0e9;
}

.bg-blue-darker, .bg-09357f {
    background-color: #09357f;
}

.btn-link {
    border-radius: 20px;
    background-color: #ff8500;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #fff;
    border-color: #ff8500;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}

.btn-link:hover, .btn-link:visited, .btn-link:focus, btn-link:active:focus {
    color: #F2F2F2;
    background-color: #f98d17;
    outline: none;
    text-decoration: none;
    box-shadow: 0 0 10px #ff8500;
}

.shadow-inset {
    border: #ccc solid 1px;
    border-radius: 30px !important;
    color: #505050;
    padding-left: 15px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1) inset !important;
}

.shadow-default {
    box-shadow: 0 0 #000, 0 0 #000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.text-right {
    text-align: right;
}
.text-vertical {
    align-items: center;
    justify-content: center;
}
.tooltip.top {
    width: max-content;
}
.tooltip-inner {
    padding: 8px!important;
    background-color: rgba(0,0,0,.8);
    box-shadow:0 0 10px rgb(0 0 0 / 40%);
    max-width: 300px!important;
    min-width: 130px;
    text-align: left;
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(0,0,0,.8);
}
.mg-animate {
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 100ms;
}

.font-14 {
    font-size: 14px!important;
}
.font-16 {
    font-size: 16px!important;
}
.vl-top {
    vertical-align: top;
}
.modelorg-font-5{
    font-size: 5rem!important;
    margin: 0 auto;
    display: block;
    width: 5rem;
}
.float-l {
    float: left;
}

.float-r {
    float: right;
}

.position-relative{
    position: relative;
}

.position-absolute {
    position: absolute;
}

.flex-box {
    display: flex;
    flex-direction:row;
}
.flex-row {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-row > .flex-half {
    flex: 1 0 50%;
}

.flex-row > .flex-3 {
    flex: 1 1 33.33%;
}

.flex-box > .flex-item {
    flex: 1;
}

.flex-box > .flex-14rem {
    flex: 0 0 14rem;
}
.flex-end {
    align-items: flex-end!important;
}
.color-white {
    color: #fff;
}

.color-primary, .color-00a0e9, .color-blue {
    color: #00a0e9;
}

.color-secondly, .color-09357f, .color-blue-darker {
    color: #09357f;
}

.rectangle-icon {
    width: 96px;
    height: 96px;
    border-radius: 20px;
}

.list-table {
    border-top: 2px solid #00a0e9;
}

.list-table tr {
    border-bottom: 1px solid #ddd;
}

.list-table td {
    vertical-align: top;
    border-top: 0 none!important;
}

.list-table td .title {
    font-size: 2rem;
}

.list-table .list-table-box {
    padding: 2rem;
}
.rectangle-icon .list-table-icon {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 11px;
    font-size: 1.5rem;
}

#theTree .list-group li.level-1:before {
    content: '';
    position: relative;
    display: inline-block;
    left: 0;
    top: -2px;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 100px;
    background-color: #666;
}
#theTree .list-group li span.icon {
    display: none;
}
#theTree .list-group li span.icon.expand-icon {
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
    color: #777;
}
#theTree .list-group li.level-2 span.icon.expand-icon,
#theTree .list-group li.level-3 span.icon.expand-icon{
    right: 20px;
    font-size: 12px;
    top: 6px;
}
#theTree .list-group li span.indent {
    margin-left: 10px;
}
#theTree .list-group li a {
    display: inline-block;
    padding-left: 5px;
}
#theTree .list-group li.level-2 a,
#theTree .list-group li.level-3 a{
    font-size: 13px;
}
.cart-box {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(../images/cart-yellow.png) no-repeat;
    text-decoration: none;
}

#mini-cart .alert {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mini-cart .alert .badge {
    position: relative;
    right: 10px;
    top: 1px;
    float: right;
}

.post-except {
    /*font-size: 1.8rem;*/
    color: #333333;
    padding: 2rem 0;
}

.article-box ul {
    padding-left: 2rem;
}

.model-title {
    position: relative;
    color: #333333;
    font-size: 2rem;
    margin: 0;
    padding-left: 1.4rem;
    font-weight: bold;
}

.model-title:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 1.6rem;
    background-color: #333333;
}

.model-title-home {
    font-size: 3.5rem;
    margin-top: 0.5rem;
}

.model-title-home:after {
    top: 4px;
    height: 2.3rem;
}

.title {
    font-weight: bold;
}

.card-box-model .model-title {
    margin-bottom: 2rem;
}

.card-box-model img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1rem;
    max-width: 100%!important;
    height: auto!important;
}
.custom-nav-cover {
    position: relative !important;
}
.t-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.t-footer .page-length-wrap {
    padding: 1px 0;
    margin-right: 10px;
    height: 35px;
    line-height: 35px;
}
.page-length-wrap .page-length-label {
    font-weight: normal;
    white-space: nowrap;
}
.page-length-wrap .page-length-label select{
    width: 75px;
    height: 34px;
}
.footer-paginate .pagination {
    margin: 2px 0;
    white-space: nowrap;
}
#navbar .navbar-left {
    margin-left: -15px;
}

.navbar {
    background-color: #ffffff;
}

.navbar .navbar-header .navbar-brand {
    height: 100% !important;
}

.navbar .navbar-header .navbar-brand-mini, .h-logo .navbar-brand-mini {
    width: 241px;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
}

.navbar .navbar-header .navbar-brand-mini img, .h-logo .navbar-brand-mini img {
    width: 100%;
}

.navbar .dropdown:hover .dropdown-menu-group {
    display: block !important;
}

.navbar .navbar-link {
    position: relative;
    z-index: 3333;
    padding: 0;
    float: right;
    height: 30px;
}

.navbar .navbar-link .navbar-link-li {
    position: relative;
    list-style: none;
    float: left;
    margin: 5px 0;
    padding: 5px 0;
}

.navbar .navbar-link .navbar-link-li:after {
    content: '|';
    position: absolute;
    right: 0;
    top: 4px;
    color: #666666;
}

.navbar .navbar-link .navbar-link-li:last-of-type:after,
.navbar .navbar-link .navbar-link-li.no-line:after{
    display: none;
}

.navbar .navbar-link .navbar-link-li .navbar-link-a {
    margin: 0px 15px;
    color: #666666;
    font-size: 14px;
}

.navbar .navbar-link .navbar-link-li .navbar-link-a i {
    margin-right: 10px;
}

.navbar .navbar-select:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    margin-top: 4px;
}

/*.navbar .navbar-select:hover:after {*/
/*    display: none;*/
/*}*/

.navbar .navbar-select:hover .sub-select-item {
    display: block;
}

.navbar .navbar-select .sub-select-item {
    display: none;
    text-align: center;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.25);
}
.navbar .navbar-select .sub-select-item li {
    padding: 8px 0;
}
.navbar .navbar-select .sub-select-item li a {
    color: #666666;
}
.navbar .navbar-select .sub-select-item li:hover,
.navbar .navbar-select .sub-select-item li:hover a{
    background-color: #e6f7ff;
    color: #00a1ea;
}

.navbar .navbar-select .sub-select-item li a:hover {
    color: #00a1ea;
    text-decoration: none;
}

.navbar .navbar-search {
    display: inline-block;
    position: relative;
    /*margin-right: 60px;*/
}

.navbar .navbar-search .form-control {
    width: 200px;
    border: #ccc solid 1px;
    border-radius: 30px;
    color: #505050;
    padding-left: 15px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1) inset;
    height: 35px;
}

/*.navbar-right .navbar-search .form-control {*/
/*    width: 250px;*/
/*}*/
.navbar-right .navbar-search .form-control:focus {
    width: 260px;
}

.navbar .navbar-search .glyphicon {
    color: #a7a7a7;
    font-size: 14px;
    top: 2px;
}

.navbar .navbar-search .thebtn {
    position: absolute;
    width: 43px;
    border: 0 none;
    border-radius: 0 20px 20px 0;
    color: #dadada;
    padding: 6px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1) inset;
    right: 1px;
    height: 35px;
}

.navbar .list-button {
    position: relative;
    top: 1px;
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 37px;
    background-color: #31b6f2;
    border: #31b6f2 solid 1px;
    color: #ffffff;
    padding: 0;
    border-radius: 30px;
}

.navbar .list-button i {
    position: relative;
    top: -2px;
    line-height: 34px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0393d5;
    background-color: transparent;
    border-bottom: #0393d5 solid 3px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0393d5;
    background-color: transparent;
    border-bottom: #0393d5 solid 3px;
}

.dropdown-menu-group {
    border: 0;
    border-top: #e8e8e8 solid 1px;
    width: 95%;
    padding-bottom: 30px;
}

.dropdown-menu-group .leftline {
    border-left: #e8e8e8 solid 1px;
}

.dropdown-menu-group .dropdown-menu-group-list {
    padding: 0px 40px;
    margin-top: 30px;
}

.dropdown-menu-group .dropdown-menu-group-list .title {
    font-size: 18px;
    color: #0393d5;
}

.dropdown-menu-group .dropdown-menu-group-list .divider-bold {
    height: 2px;
    margin: 15px 0;
    overflow: hidden;
    background-color: #0393d5;
}

.dropdown-menu-group .dropdown-menu-group-list .divider {
    margin: 20px 0;
}

.dropdown-menu-group .dropdown-menu-group-list .sub-title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

.dropdown-menu-group .dropdown-menu-group-list a {
    font-size: 14px;
    color: #666666;
    line-height: 35px;
}

.dropdown-menu-group .dropdown-menu-group-list a:hover {
    color: #31b6f2;
}

.navbar-collapse {
    position: relative;
}

.nav li {
    position: inherit;
    list-style-type: none;
}

.dropup .dropdown {
    position: inherit;
}

.cart-container {
    position: relative;
    /*right: 45px;*/
    /*bottom: -37px;*/
    display: inline-block;
    background-color: #09357f;
    width: 50px;
    height: 35px;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    cursor: pointer;
}
.cart-container::before {
    position: absolute;
    width: 50px;
    height: 35px;
    content: " ";
    top:0;
    left: -50px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #ff8500 url("../images/cart.png") no-repeat 50% 50%;
    background-size: 50%;
}

.cart-container .cart-amount {
    line-height: 35px;
}

.u-flyer {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: fixed;
    z-index: 9999;
    background: #ff8500;
}

.footer-default {
    padding-top: 30px;
    background-color: #09357f;
}

.footer-default hr {
    color: #707070;
    background-color: #707070;
    border-top: 1px solid #707070;
}

.footer-default .footer-list-cross {
    padding: 0;
    list-style: none;
}

.footer-default .footer-list-cross li {
    display: inline-block;
}

.footer-default .footer-list-cross li h3 {
    font-size: 18px;
    padding: 0;
    margin: 0 10px 0 0;
}

.footer-default .footer-list-cross li a {
    color: #ccc;
    font-size: 12px;
    padding: 0px 5px;
}

.footer-default .footer-list-vertical {
    padding: 0;
    list-style: none;
}

.footer-default .footer-list-vertical li h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-default .footer-list-vertical li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 12px 0;
}

.footer-default .footer-list-vertical li a i {
    margin-right: 5px;
}

.footer-menu-wrapper h3 > a {
    color: #fff;
}

.footer-menu-wrapper ul.footer-menu-child li a {
    display: inline-block;
    color: #ddd;
    font-size: 1.2rem;
    padding: 1rem 0;
}

.footer-default .footer-list-vertical li a:hover,
.footer-menu-wrapper ul.footer-menu-child li a:hover,
.footer-default .footer-list-cross li a:hover {
    color: #31b6f2;
}

.sns-icon {
    /*padding-top: 1.5rem;*/
}

.sns-icon a {
    background-color: inherit;
    border: 1px solid #fff;
    padding: 0;
    margin: 0;
    color: #fff!important;
    text-decoration: none;
    display: block;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    text-align: center;
}
.sns-icon a span {
    font-size: 24px;
}

.btn-primary {
    color: #fff;
    background-color: #0393d5;
    border-color: #0393d5;
}

.btn-primary:visited {
    color: #fff;
    background-color: #0393d5;
    border-color: #0393d5;
}

.btn-primary:hover {
    color: #fff;
    background-color: #007cb5;
    border-color: #007cb5;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0393d5;
    border-color: #0393d5;
}

.btn-primary:active {
    color: #fff;
    background-color: #0393d5;
    border-color: #0393d5;
}

.btn-primary:active:focus {
    color: #fff;
    background-color: #0393d5;
    border-color: #0393d5;
}

.btn-primary:active:hover {
    color: #fff;
    background-color: #31b6f2;
    border-color: #31b6f2;
}

.btn-model {
    padding: 8px 25px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.button-group {
    margin-left: 25px;
    margin-bottom: 50px;
}

.button-group .btn-model {
    margin-right: 20px;
}

.text-white {
    color: #ffffff;
}

.header-title {
    position: relative;
    display: block;
    margin: 10px auto;
    color: #333333;
}

.header-title .title {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
}

.header-title:before {
    content: "";
    display: inline-block;
    top: -9px;
    left: -76px;
    position: relative;
    width: 160px;
    height: 1px;
    background-color: #505050;
}

.header-title:after {
    content: "";
    display: inline-block;
    top: -9px;
    right: -76px;
    position: relative;
    width: 160px;
    height: 1px;
    background-color: #505050;
}
.star-mouse ul li {
    display: inline-block;
    padding-right: 1rem;
    line-height: 2em;
}

.mobile-nav-hide {
    padding-top: 1em;
}

.nav-link {
    margin-bottom: 20px;
}

.nav-link .nav-link-list li {
    padding: 10px;
}

.nav-link .nav-link-list li:before {
    content: '';
    position: relative;
    display: inline-block;
    left: 0;
    top: -1px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 100px;
    background-color: #0393d5;
}

.nav-link .nav-link-list li a {
    font-size: 20px;
    color: #0393d5;
}

#banner-box {
    height: 55vh;
    position: relative;
}

.banner-box-zh-cn {
    margin-bottom: 5rem;
}

.swiper-carousel {
    width: 100%;
    height: 100%;
    max-height: 60vh;
    z-index: inherit;
}

.swiper-carousel .swiper-wrapper {
}

.swiper-carousel .swiper-pagination-bullet {
    width: 42px;
    height: 5px;
    display: inline-block;
    border-radius: 2px;
    background: #0f3372;
    opacity: .4;
}

.swiper-carousel .swiper-pagination-white .swiper-pagination-bullet {
    background: #0f3372;
    opacity: .4;
}

.swiper-carousel .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #0f3372;
    opacity: .7;
}

.swiper-carousel .swiper-slide {
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.swiper-carousel .swiper-slide .jumbotron {
    height: 600px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    padding-top: 60px;
}

.swiper-carousel .swiper-slide .jumbotron h1 {
    margin-top: 30px;
}

.swiper-carousel .swiper-slide .jumbotron h1 strong {
    color: #333333;
    font-size: 56px;
    margin-right: 5px;
}

.swiper-carousel .swiper-slide .jumbotron h1 small {
    color: #333333;
    font-size: 46px;
}

.swiper-carousel .swiper-slide .jumbotron hr {
    border-top: #333333 solid 1px;
}

.swiper-carousel .swiper-slide .jumbotron ul {
    padding-left: 0px;
    list-style: none;
}

.swiper-carousel .swiper-slide .jumbotron ul li {
    position: relative;
    color: #666666;
    font-size: 23px;
    margin: 20px 0;
    padding-left: 20px;
}

.swiper-carousel .swiper-slide .jumbotron ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #666666;
}

.swiper-carousel .swiper-slide .jumbotron .btn-model {
    margin-top: 30px;
}

.swiper-carousel .swiper-slide .jumbotron .btn-model-border {
    background-color: transparent;
    color: #0393d5;
}

.swiper-carousel .swiper-slide .jumbotron .video-item {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    margin-top: 15px;
}

.swiper-carousel .swiper-slide .jumbotron .video-item img {
    width: 100%;
}

.swiper-carousel .swiper-slide .jumbotron .video-item i {
    position: absolute;
    display: block;
    top: 40%;
    left: 43%;
    font-size: 60px;
    transition: all 0.3s linear;
    color: rgba(255, 255, 255, 0.4);
}

.swiper-carousel .swiper-slide .jumbotron .video-item i:after {
    content: '';
    transition: all 0.3s linear;
    position: absolute;
    display: block;
    width: 118px;
    height: 118px;
    border: rgba(255, 255, 255, 0.4) solid 6px;
    border-radius: 100px;
    top: -28px;
    left: -33px;
}

.swiper-carousel .swiper-slide .jumbotron .video-item i:hover {
    transition: all 0.3s linear;
    color: rgba(255, 255, 255, 0.9);
}

.swiper-carousel .swiper-slide .jumbotron .video-item i:hover:after {
    transition: all 0.3s linear;
    border: rgba(255, 255, 255, 0.9) solid 6px;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0 !important;
}

#side-nav li > ul {
    display: none;
}

video.homepage {
    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: -1;
}

source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.video-row {
    justify-content: space-between;
}

.video-row .video-item {
    margin-left: 2rem;
    margin-bottom: 4rem;
}

.video-row .video-item .video-desc h3 {
}
.video-row .video-item .video-thumbnail {
    display: block;
    position: relative;
}
.video-row .video-item .video-thumbnail .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    font-size: 4rem;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
    color: rgba(0,0,0,.5);
    text-align: center;
    line-height: 70px;
}

.video-row .video-item .video-thumbnail .play:hover {
    box-shadow: 0px 0px 20px rgba(255, 255, 255, .5);
}

.video-row .video-item .video-thumbnail .video-logo {
    background: url(../images/logo-live-video.png) no-repeat;
    width: 60px;
    height: 40px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.video-row .video-item .video-thumbnail .video-ribbon {
    background: transparent url(../images/video-ribbon.png) no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
    position: absolute;
}
.video-row .video-item .video-thumbnail .video-title {
    right: 15px;
    bottom: 15px;
    position: absolute;
    text-shadow: #fff 2px 0 2px, #fff 0 2px 2px, #fff -2px 0 2px, #fff 0 -2px 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 80%;
}
.video-row .video-item .video-thumbnail img {
    border-radius: 4px;
}

.video-row .video-item h3 a {
    color: #222;
}

.the-video {
    width: 100%;
    border: 1px solid #eee;
}

#spotlights {
    position: absolute;
    width: 100%;
    bottom: -6.5rem;
    z-index: 999;
}

#spotlights .row {
    background-color: #fff;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3);
    min-height: 200px;
    border-radius: 4px;
}

#spotlights .row .line {
    padding: 10px 32px;
    margin: 20px 0 0;
    border-right: 2px solid #00a0e9;
    height: 78%;
}

#spotlights .row .line:last-of-type {
    border: 0 none;
}

#spotlights .row .line h3 {
    font-weight: bold;
    margin: 0;
}

#spotlights .row .line .content {
    margin: 20px 0;
}

#spotlights .row .line .content p {
    margin-bottom: 0;
    color: #888;
}

.retrieve-model {
    min-height: 524px;
    padding: 100px 0;
}

.retrieve-model .right-item {
    padding-left: 40px;
}

.retrieve-model .line {
    position: relative;
}

.retrieve-model .line:after {
    position: absolute;
    top: -15px;
    right: 15px;
    content: "";
    display: block;
    width: 1px;
    height: 355px;
    background-color: #b5b5b5;
}

.retrieve-model .model-title {
    margin-bottom: 15px;
}

.retrieve-model .model-title .title_icon_1 {
    position: absolute;
    top: 2px;
    margin-left: 8px;
}

.retrieve-model .model-title .title_icon_2 {
    position: absolute;
    top: 3px;
    margin-left: 8px;
}

.retrieve-model .form-inline {
    margin: 40px 0;
}

.retrieve-model .form-inline .form-group .form-control {
    width: 370px;
    height: 43px;
    line-height: 43px;
    color: #333333;
    border: #0393d5 solid 1px;
    border-radius: 2px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.retrieve-model .btn {
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.retrieve-model .list-vertical {
    margin: 0;
}

.retrieve-model .list-vertical li {
    display: block;
}

.retrieve-model .list-vertical li a {
    display: block;
    color: #333333;
    font-size: 16px;
    text-decoration: underline;
    padding-bottom: 15px;
}

.retrieve-model .list-cross, .model-search .list-cross {
    margin-top: 15px;
}

.retrieve-model .list-cross li, .model-search .list-cross li {
    display: inline-block;
}

.retrieve-model .list-cross li a, .model-search .list-cross li a {
    color: #333333;
    font-size: 14px;
    text-decoration: underline;
    padding-right: 10px;
}

#animal-model .the-content {
    height: 48rem;
}

.model-block {
    margin-bottom: 0;
    padding: 5rem 0 7rem 0;
}

.model-block .the-header {
    text-align: center;
}

.model-block .the-header .title {
    position: relative;
    display: inline-block;
    color: #00a0e9;
    font-size: 4rem;
    font-weight: normal;
}

.model-block .the-header .title:before {
    content: "";
    display: block;
    top: 20px;
    left: -45px;
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #00a0e9;
}

.model-block .the-header .title:after {
    content: "";
    display: block;
    top: 20px;
    right: -45px;
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #00a0e9;
}

.model-block .the-header .text {
    font-size: 1.8rem;
}

.model-block .the-content h3 {
    font-size: 2.5rem;
}

.model-block .the-content .content {
    border: 1px solid #bcbcbc;
    padding: 0 20px 30px 30px;
    border-radius: 4px;
}

.model-block .the-content .content .desc {
    padding: 1rem 1rem 0 0;
    line-height: 2em;
    display: -webkit-box;
    overflow: hidden;
}

.model-block .the-content .content p {
    line-height: 2em;
}

.model-block .the-content .last {
    margin-top: 0.8rem;
}

.model-block .the-content .right-item .content {
    margin-left: 1rem;
}
.model-block .the-content .right-item .content .desc {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 9rem;
}

.news-block-wrap {
    height: 460px;
    overflow-y: hidden;
    padding-left: 15px;
}
.news-block-wrap p {
    line-height: 2em;
}
.news-block-wrap:hover {
    overflow-y: scroll;
}
.news-block .the-content .thumbnail {
    margin-bottom: 1rem;
}

.news-block .the-content .thumbnail img {
    height: 10rem;
}

.news-block .the-content {
    height: 15rem;
}

.news-block .fix-margin {
    margin-left: 0;
    margin-right: 0;
}

.news-block .the-content {
    margin-right: 1rem;
}

.news-block2 .the-content {
    margin-left: 1rem;
}

.heading-link {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

#tech-model .the-content {
    height: 49.6rem;
}

#tech-model .the-content.en-us{
    height: 52.3rem!important;
}

#tech-model .the-content .content {
    border-color: #e5e5e5;
    height: 100%;
    overflow: hidden;
}

#animal-model .the-content .content h3,
#tech-model .the-content .content h3 {
    position: relative;
    padding-left: 48px;
    color: #222;
}

.the-content .content h3 .modelorg {
    position: absolute;
    font-size: 4rem;
    width: 32px;
    height: 39px;
    left: 0;
    top: 30%;
    color: #00a0e9;
}

#animal-model .the-content .content h3 .modelorg {
    top: -8px;
}

.application-model {
    text-align: center;
    background-color: #f5f5f5;
    min-height: 655px;
    padding: 50px 0;
}

.application-model .application-list {
    margin-top: 26px;
}

.application-model .application-list .application-item {
    padding: 120px 30px;
    overflow: hidden;
    margin: 0 auto;
}

.application-model .application-list .application-item:hover .item .icon {
    transition: all 0.5s linear;
    top: 0px;
}

.application-model .application-list .application-item:hover .item .detail {
    transition: all 0.5s linear;
    top: 0px;
}

.application-model .application-list .application-item:hover .item .detail .item-title {
    transition: all 0.5s linear;
    top: 0px;
}

.application-model .application-list .application-item:hover .item .detail .item-btn {
    transition: all 0.5s linear;
    top: 0px;
}

.application-model .application-list .application-item .item {
    position: relative;
    z-index: 99;
}

.application-model .application-list .application-item .item .icon {
    position: relative;
    top: 50px;
    min-height: 100px;
}

.application-model .application-list .application-item .item .detail {
    position: relative;
    top: 200px;
    transition: all 0.3s linear;
}

.application-model .application-list .application-item .item .detail .item-title {
    position: relative;
    top: 70px;
    transition: all 0.3s linear;
    color: #ffffff;
    font-size: 26px;
}

.application-model .application-list .application-item .item .detail .item-btn {
    position: relative;
    top: 100px;
    transition: all 0.3s linear;
    display: inline-block;
    padding: 3px 30px;
    color: #ffffff;
    border-radius: 2px;
    font-size: 16px;
    border: #ffffff solid 1px;
    text-decoration: none;
    margin-top: 10px;
}

.application-model .application-list .application-item .item .detail .item-btn:hover {
    color: #36dfff;
    border: #36dfff solid 1px;
}

.application-model .application-list .application-item .op-backgroup-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.application-model .application-list .application-item .op-backgroup {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.application-model .application-list .application-item .op-backgroup:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.application-model .title {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    color: #333333;
    font-size: 3.5rem;
}

.application-model .title:before {
    content: "";
    display: block;
    top: 16px;
    left: -45px;
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #333333;
}

.application-model .title:after {
    content: "";
    display: block;
    top: 16px;
    right: -45px;
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #333333;
}

.application-model .text {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.application-model .application-item {
    position: relative;
    width: 308.75px;
    min-height: 437px;
    height: 437px;
}

.jumbotron-model {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 418px;
    padding-top: 90px;
}

.jumbotron-model hr {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 0;
}

.jumbotron-model .op-backgroup-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.jumbotron-model .op-backgroup {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 53, 127, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*.jumbotron-model .op-backgroup:hover {*/
/*    background-color: rgba(9, 53, 127, 0.4);*/
/*}*/

.jumbotron-model .mini-title {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.jumbotron-model .title {
    width: 55%;
    font-size: 36px;
    margin: 10px auto 0 auto;
    line-height: 60px;
}

.jumbotron-model .text {
    font-size: 18px;
    max-width: 70vw;
    margin: 20px auto;
    line-height: 38px;
}

.jumbotron-model .text strong {
    font-size: 24px;
}

.jumbotron-about-header {
    height: 480px;
    padding-top: 110px;
}

.jumbotron-about-footer {
    height: 290px;
    padding-top: 90px;
}

.article-model .article-list .article-item {
    padding: 80px 0;
    min-height: 495px;
}

.article-model .article-list .article-item .model-content {
    width: 60%;
}

.article-model .article-list .article-item .model-banner {
    width: 40%;
}

.article-model .article-list .article-item .model-title-span {
    display: inline-block;
    margin-bottom: 10px;
}

.article-model .article-list .article-item .text {
    font-size: 16px;
    color: #505050;
    line-height: 30px;
    padding: 50px 0;
    font-weight: 100;
}

.article-model .article-list .article-item .banner {
    width: 336px;
    height: 336px;
    border-radius: 100%;
    text-align: center;
    margin: 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.article-model .article-list .article-item .banner img {
    width: 100%;
    height: 100%;
}

.article-model .article-list .article-item:nth-child(odd) {
    background-color: #ffffff;
}

.article-model .article-list .article-item:nth-child(odd) .model-content {
    float: right;
}

.article-model .article-list .article-item:nth-child(odd) .model-banner {
    float: right;
}

.article-model .article-list .article-item:nth-child(odd) .model-banner .banner {
    float: right;
}

.article-model .article-list .article-item:nth-child(even) {
    background-color: #f1f1f1;
}

.article-model .article-list .article-item:nth-child(even) .model-content {
    float: left;
}

.article-model .article-list .article-item:nth-child(even) .model-banner {
    float: left;
}

.article-model .article-list .article-item:nth-child(even) .model-banner .banner {
    float: left;
}

article.content {
    padding: 0 20px;
}

article.content .text, article.content p {
    margin: 0;
    line-height: 3rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    color: #505050;
}

article.content h2 {
    font-size: 2.4rem;
}

article.content h3 {
    font-size: 1.8rem;
}

article.content h4 {
    font-size: 1.4rem;
    color: #0393d5;
}

article.content h5 {
    font-size: 1.4rem;
    font-weight: bold;
}

article.content img {
    text-align: left;
    display: inline-block;
    margin: 10px auto;
}

.header-jumbotron-model {
    padding: 4.5rem 0 0 0;
}

.header-jumbotron-model .content .model-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.header-jumbotron-model .content .text {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.header-jumbotron-model .banner {
    width: 100%;
    height: 335px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.header-jumbotron-detail-model .content {
    /*padding: 80px 0;*/
    /*margin-top: 65px;*/
}

.header-jumbotron-detail-model .content .model-title {
    position: relative;
    color: #333333;
    font-size: 48px;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.header-jumbotron-detail-model .content .model-title:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 45px;
    background-color: #333333;
}

.header-jumbotron-detail-model .content .text {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.bookmark-icons {
    padding-top: 1rem;
}

.bookmark-icons ul {
    margin: 0;
}

.bookmark-icons ul li {
    display: inline-block;
    margin-left: 20px;
}

.bookmark-icons ul li a {
    display: inline-block;
    font-size: 12px;
    color: #31b6f2;
}

.bookmark-icons ul li a:hover {
    color: #337ab7;
    text-decoration: none;
}

.breadcrumb-model {
    background-color: #f4f4f4;
}

.breadcrumb-model .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.tabs-model .nav-tabs {
    border-bottom: 1px solid #eee;
}

.tabs-model .nav-tabs li {
    float: left;
    margin-bottom: -1px;
}

.tabs-model .nav-tabs li a {
    color: #999999;
    font-size: 20px;
    margin-right: 2px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

.tabs-model .nav-tabs li a:hover {
    color: #2d8cf0;
    border-color: transparent;
    background-color: transparent;
}

.tabs-model .nav-tabs li.active > a, .tabs-model .nav-tabs li.active > a:hover, .tabs-model .nav-tabs li.active > a:focus {
    color: #000000;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 2px solid #2d8cf0;
    cursor: default;
}

.tabs-model .tab-content .tab-pane .content {
    margin: 20px 0;
}

.tabs-model .tab-content .tab-pane .content p {
    color: #495060;
    font-size: 20px;
    line-height: 42px;
}

.table-model {
    margin: 50px 0;
}

.table-model .table-striped {
    border-top: #dddddd solid 1px;
    border-bottom: #dddddd solid 1px;
}

.table-model .table-striped thead th {
    padding: 20px 10px;
    font-size: 18px;
    background-color: #f8f8f9;
}

.table-model .table-striped tbody tr {
    font-size: 16px;
    color: #666666;
}

.table-model .table-striped tbody tr td {
    padding: 15px 10px;
}

.table-model .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-model .table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f8f9;
}

.card-model {
    margin: 30px 0;
    padding: 30px 40px;
    border-radius: 0;
    background-color: #f5f5f5;
    border: 0;
}

.card-model .content .title {
    display: block;
    color: #0393d5;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 10px;
}

.card-model .content .text {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}

.card-model .content .second-title {
    display: block;
    color: #0393d5;
    text-decoration: underline;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.card-model .content .btn-model {
    min-width: 188px;
    padding: 6px 35px;
    border-radius: 2px;
}

.card-box-model .card-list .meta-data {
    padding: 0 1.5rem;
}
.gene-data {

}
.gene-data .flex-box {
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
}
.gene-data .gene-name {
    width: 20%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gene-data .gene-detail {
    border-left: 1px solid #ddd;
}
.collapse-data {
    border: 0 none;
    background-color: #f9f9f9;
    color: #666;
    box-shadow: 0 -3px 5px 0px rgb(0 0 0 / 10%);
    margin-top: 5px;
}
.collapse-data:hover, .collapse-data.focus, .collapse-data:focus {
    background-color: #f9f9f9!important;
}
.collapse-data .glyphicon{
    transform: rotate(180deg);
    transition: transform .2s ease-in-out;
}
.collapse-data.collapsed .glyphicon {
    transform: rotate(0deg);
}
.collapse-data .show-more {
    display: none;
}
.collapse-data .hide-more {
    display: inline;
}
.collapse-data.collapsed .hide-more {
    display: none;
}
.collapse-data.collapsed .show-more {
    display: inline;
}
.meta-data .row:nth-of-type(even) {
    background-color: #f9f9f9;
}

.meta-data .row div p {
    margin: 0;
    padding: 1rem;
    word-wrap: break-word;
}

.card-box-model .card-list table.post-meta td {
    border: 0 none;
}

.card-box-model .card-list table.post-meta td p.title,
.card-box-model .card-list table.post-meta td p.text {
    margin: 0;
    padding: 1rem 3rem;
}

.card-box-model .card-list .card-box {
    position: relative;
    display: block;
    width: 100%;
    height: 358px;
    background-color: #f8f8f8;
    margin: 25px 0;
}

.card-box-model .card-list .card-box img {
    width: 100%;
    height: 100%;
}

.card-box-model .card-list .card-box .footer {
    position: absolute;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 40px;
}

.card-box-model .card-list .card-box .footer p {
    color: #ffffff;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
}

.card-menu-model {
    border: 1px solid #dddee1;
    border-color: #e9eaec;
    padding: 10px 15px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    transition: all .2s ease-in-out;
}

.card-menu-model .content .card-header .title {
    color: #0393d5;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: #0393d5 solid 2px;
}

.card-menu-model .content .card-header .text {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin: 10px 0;
}

.card-menu-model .content .card-list {
    margin-top: 10px;
}

.card-menu-model .content .card-list li {
    padding: 5px 0;
}

.card-menu-model .content .card-list li:before {
    content: '';
    position: relative;
    display: inline-block;
    left: 0;
    top: -2px;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 100px;
    background-color: #666666;
}

.card-menu-model .content .card-list li a {
    color: #333333;
    font-size: 16px;
}

.card-menu-model .content .post-group {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin: 15px 0;
    border: 2px;
    overflow: hidden;
}

.card-menu-model .content .post-group img {
    width: 100%;
}

.card-menu-model .content .form-inline {
    margin-bottom: 10px;
}

.card-menu-model .content .form-inline .form-group .form-control {
    height: 43px;
    color: #333333;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    background-color: #f2f2f2;
}

.card-menu-model .content .form-inline .btn-model {
    padding: 10px 21px;
}

.card-model-modal {
    top: 17%;
}

.card-model-modal .modal-dialog {
    margin: 50px auto;
}

.card-model-modal .modal-content .swiper-container {
    width: 100%;
    height: 300px;
}

.card-model-modal .modal-content .swiper-slide {
    text-align: center;
    background: #fff;
}

.card-model-modal .modal-content .modal-body {
    padding: 50px;
    color: #464c5b;
    font-size: 14px;
    line-height: 25px;
}

.card-model-modal .modal-content .close {
    position: absolute;
    top: -40px;
    right: -14px;
    color: #fff;
    opacity: 1;
}

.card-model-modal .modal-content .close img {
    width: 60%;
}

.horizontal-model {
    margin: 30px 0;
}

.horizontal-model .content .title {
    color: #0f3372;
}

.horizontal-model .content .text {
    color: #333333;
}

.horizontal-model .content p {
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
}

.account-tool-group {
    margin-bottom: 100px;
}

.account-tool-group .tool-list {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.account-tool-group .tool-list .tool-item {
    position: relative;
    display: inline-block;
    width: 19%;
    height: 400px;
    background-color: #f8f8f8;
    margin: 10px 5px;
    padding: 95px 0;
}

.account-tool-group .tool-list .tool-item:first-of-type {
    margin-left: 0;
}

.account-tool-group .tool-list .tool-item:last-of-type {
    margin-right: 0;
}

.account-tool-group .tool-list .tool-item .op-backgroup {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.account-tool-group .tool-list .tool-item .op-backgroup-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.account-tool-group .tool-list .tool-item .icon {
    position: absolute;
    display: block;
    z-index: 9999;
    width: 100%;
    height: 100px;
    text-align: center;
}

.account-tool-group .tool-list .tool-item .icon img {
    line-height: 100px;
}

.account-tool-group .tool-list .tool-item .item-text {
    position: relative;
    margin-top: 110px;
    z-index: 9999;
    font-size: 20px;
    color: #ffffff;
}

.account-tool-group .tool-list .tool-item .item-text:before {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80%;
    height: 1px;
    background-color: #ffffff;
}

.account-nav-group {
    margin-bottom: -20px;
}

.account-nav-group ul li {
    position: relative;
    display: inline-block;
}

.account-nav-group ul li:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 16px;
    background-color: #e5e5e5;
    right: 0;
    top: 15px;
}

.account-nav-group ul li:last-of-type:after {
    display: none;
}

.account-nav-group ul li a {
    display: inline-block;
    padding: 10px 80px;
    font-size: 16px;
    color: #666666;
}

.account-header-group {
    padding: 100px;
    text-align: center;
}

.account-header-group .avatar {
    width: 169px;
    height: 169px;
    border-radius: 500px;
    overflow: hidden;
    margin: 10px auto;
}

.account-header-group .avatar img {
    width: 100%;
}

.account-header-group .title {
    color: #333333;
    font-size: 32px;
    margin-top: 5px;
}

.account-header-group .text {
    font-size: 18px;
    color: #666666;
}

.collapse-model .panel-group {
    margin-bottom: 20px;
}

.collapse-model .panel-group .panel-default {
    border-color: transparent;
    border-top-color: #dddddd;
    border-bottom-color: #dddddd;
}

.collapse-model .panel-group .panel-default .panel-heading {
    padding: 0;
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.collapse-model .panel-group .panel-default .panel-heading .panel-link {
    position: relative;
    display: block;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.collapse-model .panel-group .panel-default .panel-heading .panel-link:before {
    content: '';
    position: relative;
    display: inline-block;
    left: 0;
    top: -2px;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 100px;
    background-color: #666666;
}

.collapse-model .panel-group .panel-default .panel-heading .panel-link .glyphicon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 16px;
}

.collapse-model .panel-group .panel-default .panel-heading .collapsed .glyphicon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.collapse-model .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.collapse-model .panel-group .panel + .panel {
    margin-top: 0px;
}

.collapse-model .panel-group .panel-body {
    color: #505050;
    font-size: 14px;
    line-height: 25px;
}

.collapse-model .panel-group .panel-heading {
    border-bottom: 0;
}

.collapse-model .panel-group .panel-heading .panel-collapse > .panel-body,
.collapse-model .panel-group .panel-heading .panel-collapse > .list-group {
    border-top: 1px solid #000000;
}

.collapse-model .panel-group .panel-footer {
    border-top: 0;
}

.collapse-model .panel-group .panel-footer .panel-collapse .panel-body {
    border-bottom: 1px solid #000000;
}

.about-introduce-model {
    min-height: 680px;
    padding: 90px 0;
}

.about-introduce-model .title {
    font-weight: bold;
    color: #495060;
    margin-bottom: 80px;
}

.about-introduce-model .content .text {
    font-size: 18px;
    color: #666666;
    line-height: 35px;
    margin-bottom: 30px;
}

.about-introduce-model .video-item {
    height: 317px;
    position: relative;
}

.about-introduce-model .video-item img {
    width: 100%;
    height: 100%;
}

.about-introduce-model .video-item i {
    position: absolute;
    display: block;
    top: 40%;
    left: 43%;
    font-size: 50px;
    transition: all 0.3s linear;
    color: rgba(255, 255, 255, 0.4);
}

.about-introduce-model .video-item i:after {
    content: '';
    transition: all 0.3s linear;
    position: absolute;
    display: block;
    width: 98px;
    height: 98px;
    border: rgba(255, 255, 255, 0.4) solid 5px;
    border-radius: 100px;
    top: -24px;
    left: -29px;
}

.about-introduce-model .video-item i:hover {
    transition: all 0.3s linear;
    color: rgba(255, 255, 255, 0.9);
}

.about-introduce-model .video-item i:hover:after {
    transition: all 0.3s linear;
    border: rgba(255, 255, 255, 0.9) solid 6px;
}

.about-server-model {
    background-color: #e5e5e5;
    min-height: 978px;
    padding: 100px 0;
}

.about-server-model .title {
    font-weight: bold;
    color: #495060;
}

.about-server-model .sub-title {
    font-size: 20px;
    margin: 47px 0;
}

.about-server-model .server-list {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.about-server-model .server-list .server-item {
    position: relative;
    display: inline-block;
    width: 234px;
    height: 230px;
    margin: 10px 10px;
    padding: 40px 0;
    transition: all 0.3s linear;
}

.about-server-model .server-list .server-item:hover {
    transition: all 0.3s linear;
    background-color: rgba(255, 255, 255, 0.3);
}

.about-server-model .server-list .server-item:first-of-type {
    margin-left: 0;
}

.about-server-model .server-list .server-item:last-of-type {
    margin-right: 0;
}

.about-server-model .server-list .server-item .op-backgroup {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.about-server-model .server-list .server-item .op-backgroup-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.about-server-model .server-list .server-item .item-text {
    position: relative;
    z-index: 1;
    font-size: 26px;
    color: #03a0e9;
}

.about-server-model .server-list .server-item .item-text:before {
    content: "";
    display: block;
    margin: 10px auto;
    width: 75px;
    height: 2px;
    background-color: #03a0e9;
}

.about-article-model {
    background-color: #00a0e9;
    margin-bottom: 5px;
}

.about-article-model .item {
    width: 50%;
    height: 600px;
    float: left;
}

.about-article-model .content {
    padding: 5%;
    color: #ffffff;
}

.about-article-model .content .title {
    font-size: 36px;
    margin-bottom: 47px;
}

.about-article-model .content .sub-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.about-article-model .content .text {
    font-size: 16px;
    line-height: 30px;
}

.about-article-model .arricle-banner {
    background-repeat: no-repeat;
    background-position: center;
}

.about-customers-model {
    min-height: 594px;
    background-position: center;
    background-size: auto 100%;
    padding-top: 90px;
}

.about-customers-model .title {
    font-weight: bold;
    color: #495060;
}

.about-customers-model .customers-list {
    position: relative;
    margin-bottom: 48px;
    margin-top: 16%;
}

.about-customers-model .customers-list:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 1px;
    background-color: #707070;
}

.about-customers-model .customers-list:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #707070;
}

.about-customers-model .customers-list ul .customers-item {
    display: inline-block;
}

.about-customers-model .customers-list ul .customers-item p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 5px;
    color: #707070;
}

.timeline-model {
    list-style: none;
    margin-top: 50px;
    padding-right: 25px;
}

.timeline-model .timeline-item {
    margin: 0 !important;
    padding: 0 0 12px;
    list-style: none;
    position: relative;
}

.timeline-model .timeline-item:last-child .timeline-item-tail {
    display: none;
}

.timeline-model .timeline-item .content .title {
    font-size: 18px;
    font-weight: 400;
    color: #0393d5;
    margin-bottom: 2rem;
}

.timeline-model .timeline-item .content .text {
    color: #333;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0;
}

.timeline-model .timeline-item .content .timeline-collapse {
    margin-top: 1rem;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}

.timeline-model .timeline-item .content .timeline-collapse .pull-right {
    color: #0393d5;
}

.timeline-model .timeline-item .content .timeline-collapse .glyphicon {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.timeline-model .timeline-item .content .collapsed .glyphicon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.timeline-model .timeline-item .content .sub-title {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.timeline-model .timeline-item .content ul li {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.timeline-model .timeline-item-head {
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid transparent;
    position: absolute;
}

.timeline-model .timeline-item-tail {
    height: 100%;
    border-left: 1px solid #0393d5;
    position: absolute;
    left: 6px;
    top: 0;
}

.timeline-model .timeline-item-head-blue {
    border-color: #0393d5;
    color: #0393d5;
}

.timeline-model .timeline-item-content {
    padding: 15px 20px;
    font-size: 12px;
    position: relative;
    top: -25px;
    left: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.timeline-model .timeline-item-content:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.progress-content {
    font-size: 14px;
    padding-top: 1rem;
}

.download-group {
    margin-bottom: 20px;
}

.download-group .download-group-item {
    margin-bottom: 50px;
}

.download-group .download-group-item .post {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 309px;
    background-color: #f8f8f8;
}

.download-group .download-group-item .post img {
    width: 100%;
    height: 100%;
}

.download-group .download-group-item .title {
    display: block;
    font-weight: 600;
    color: #31b6f2;
    font-weight: normal;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-decoration: underline;
}

.download-group .download-group-item .text {
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
}

.download-group .download-group-item .btn-model {
    width: 100%;
}

.autoanalyisi-banner {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
}

.autoanalyisi-form {
    margin-bottom: 30px;
}

.autoanalyisi-form .form-group {
    width: 30%;
}

.autoanalyisi-form .form-group label {
    font-weight: normal;
    margin-right: 10px;
}

.autoanalyisi-form .form-group .form-control {
    width: 65%;
    height: 43px;
    line-height: 43px;
}

.autoanalyisi-form .btn-model {
    padding: 10px 25px;
}

.autoanalyisi-form label {
    font-weight: bold;
}

.autoanalyisi-message-group {
    border: #e5e5e5 solid 1px;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}

.autoanalyisi-message-group .group-item .title {
    text-align: right;
    color: #333333;
    font-size: 16px;
    line-height: 35px;
    margin: 0;
    font-weight: bold;
}

.autoanalyisi-message-group .group-item .text {
    padding-left: 2rem;
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    margin: 0;
}

.autoanalyisi-message-group .post-group {
    padding: 15px 0;
}

.autoanalyisi-message-group .post-group .img {
    width: 100%;
    height: 178px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}

.autoanalyisi-message-group .post-group .img img {
    width: 100%;
    height: 100%;
}

.autoanalyisi-message-group .post-group .btn-model {
    width: 100%;
}

.modelretrieval-header-page {
    margin: 5px 0;
}

.modelretrieval-header-page p {
    font-size: 14px;
    color: #999999;
    margin: 0;
}

.modelretrieval-tag-group {
    margin: 15px 0;
}

.modelretrieval-tag-group .title {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #0f3372;
}

.modelretrieval-tag-group .tag-list {
    display: inline-block;
}

.modelretrieval-tag-group .tag-list .tag {
    display: inline-block;
    position: relative;
    top: -2px;
    margin: 0;
    padding: 0 18px;
    height: 24px;
    border: 1px solid #0f3372;
    border-radius: 100px;
    background: #fff;
}

.modelretrieval-tag-group .tag-list .tag .text {
    color: #0f3372;
}

.modelretrieval-tag-group .tag-list .tag .glyphicon {
    color: #0f3372;
    top: 2px;
    margin-left: 5px;
}

.modelretrieval-retrieval-group {
    /*min-height: 420px;*/
    background-color: #f8f8f8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3rem 0 1rem 0;
}

.modelretrieval-retrieval-group .title {
    color: #ffffff;
    font-weight: normal;
}

.modelretrieval-retrieval-group .text {
    color: #ffffff;
    font-size: 20px;
}

.modelretrieval-retrieval-group .form-inline .form-group {
    margin: 0 5px;
}

.modelretrieval-retrieval-group .form-inline .form-group .text {
    margin: 10px 0;
    font-size: 14px;
}

.modelretrieval-retrieval-group .form-inline .form-group .input-group .form-control {
    height: 50px;
    width: 400px;
}

.modelretrieval-retrieval-group .form-inline .form-group .input-group .input-group-addon {
    height: 50px;
    padding: 6px 20px;
    font-size: 20px;
}

.modelretrieval-retrieval-group .form-inline .checkbox-inline {
    color: #fff;
    font-size: 16px;
}

.nav-tabs > li > a {
    border-radius: 0 none;
    color: #666;
}

.shmo-tabs > li.active > a, .shmo-tabs > li.active > a:focus, .shmo-tabs > li.active > a:hover {
    border-color: transparent;
    border-bottom-color: #0393d5;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: #333;
}

.mice-list {
    max-height: 50rem;
    overflow-y: scroll;
}

.mice-category-desc {
    padding: 2rem 0;
}

.modelretrieval-article-group .group-item {
    border-bottom: #e5e5e5 solid 1px;
    padding: 15px 0;
}

.modelretrieval-article-group .group-item:first-of-type {
    border-top: #e5e5e5 solid 1px;
}

.modelretrieval-article-group .group-item .content .title {
    position: relative;
    margin: 10px 0;
    font-weight: bold;
}

.modelretrieval-article-group .group-item .content .title a {
    color: #15407f;
    font-size: 16px;
    text-decoration: underline;
}

.modelretrieval-article-group .group-item .content .title .tag {
    position: relative;
    top: 10px;
    font-size: 14px;
    float: right;
    background-color: #15407f;
}

.modelretrieval-article-group .group-item .content .style-text {
    font-size: 14px;
    color: #333333;
    margin: 10px 0;
}

.modelretrieval-article-group .group-item .content .tag-text {
    font-size: 12px;
    color: #89b8fc;
    margin: 0;
}

.modelretrieval-article-group .group-item .content .content-text {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}

.modelretrieval-article-group .group-item .footer p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

.modelretrieval-article-group .group-item .footer p span {
    padding: 0 10px;
}

.treeview {
    border-radius: 0;
}

.treeview .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 5px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 0px solid #ddd;
}

.treeview .list-group .list-group-item.node-selected {
    background-color: #fff !important;
    color: #428bca !important;
    font-weight: bold;
}

.treeview .list-group .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.treeview .list-group .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

article.content video.edui-video-link, article.content video.edui-faked-video {
    width: 80%;
}

#tech-model .the-content .right-item .flex-half{
    height: calc(50%);
    width: calc(50%);
    padding-bottom: 1rem;
}

video.edui-video-link, video.edui-faked-video {
    max-width: 50vw !important;
}
.h-cart {
    padding-top:1.2rem;
    padding-left:70px;
}

/** 默认的文章样式 **/
#article_content table{margin-bottom:10px;border-collapse:collapse;display:table;}
#article_content td,th{padding: 5px 10px;border: 1px solid #DDD;}
#article_content caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
#article_content th{border-top:1px solid #BBB;background-color:#F7F7F7;}
#article_content table tr.firstRow th{border-top-width:2px;}
#article_content .ue-table-interlace-color-single{ background-color: #fcfcfc; }
#article_content .ue-table-interlace-color-double{ background-color: #f7faff; }

@media (max-width: 1485px) {
    .navbar-right .navbar-search .form-control {
        width: 150px;
    }
    .h-logo {
        display: none;
    }
}

@media (max-width: 1250px) {
    #spotlights .row .line {
        padding: 10px 10px!important;
    }
    .h-search {
        display: none;
    }
    .container-fluid {
        max-width: 95vw!important;
        padding-right: 2rem !important;
        padding-left: 2rem !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 1010px) {
    .h-cart {
        display: none;
    }
    .news-block .the-content {
        height: auto;
    }
    .news-block .the-content .thumbnail {
        display: none;
    }
}

@media (max-width: 768px) {
    body {
        margin-top: 54px !important;
        min-width: auto;
    }

    .mobile-nav {
        display: block !important;
        transition: all 0.3s ease-in;
    }

    .mobile-nav .navbar-form {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mobile-nav .navbar-form .navbar-search .form-control {
        width: 100%;
        background-color: #e8e8e8;
    }

    .hot-model-box {
        display: flex;
        max-width: 70vw;
        height: 160px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .hot-model-box img {
        min-width: 220px;
    }

    .mobile-nav-hide {
        display: none !important;
    }

    .button-group {
        margin-left: 0px;
        margin-bottom: 50px;
    }

    .button-group .btn-model {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-menu-wrapper ul.footer-menu-child li a,
    .footer-default .footer-list-vertical li a {
        padding: 1rem 0 !important;
    }

    .header-title {
        position: relative;
        display: block;
        margin: 10px auto;
        color: #333333;
    }

    .header-title .title {
        font-weight: bold;
        font-size: 23px;
        display: inline-block;
    }

    .header-title:before {
        content: "";
        display: inline-block;
        top: -6px;
        left: -26px;
        position: relative;
        width: 60px;
        height: 1px;
        background-color: #333333;
    }

    .header-title:after {
        content: "";
        display: inline-block;
        top: -6px;
        right: -26px;
        position: relative;
        width: 60px;
        height: 1px;
        background-color: #333333;
    }

    .model-title {
        position: relative;
        color: #333333;
        font-size: 24px;
        margin: 0;
        padding-left: 10px;
    }

    .model-title:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 5px;
        height: 20px;
        background-color: #333333;
    }

    #banner-box {
        height: auto;
        margin-bottom: 0!important;
    }

    .swiper-carousel {
        width: 100%;
        max-height: 75vh;
        /*height: 300px;*/
    }

    .swiper-carousel .swiper-slide .jumbotron {
        padding-top: 20px;
    }

    .swiper-carousel .swiper-slide .jumbotron h1 {
        margin-top: 10px;
    }

    .swiper-carousel .swiper-slide .jumbotron h1 strong {
        font-size: 24px;
    }

    .swiper-carousel .swiper-slide .jumbotron h1 small {
        font-size: 20px;
    }

    .swiper-carousel .swiper-slide .jumbotron hr {
        display: none;
    }

    .swiper-carousel .swiper-slide .jumbotron ul {
        padding-left: 0px;
        list-style: none;
    }

    .swiper-carousel .swiper-slide .jumbotron ul li {
        position: relative;
        color: #333333;
        font-size: 14px;
        margin: 10px 0;
        padding-left: 20px;
    }

    .swiper-carousel .swiper-slide .jumbotron ul li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 10px;
        height: 10px;
        border-radius: 100px;
    }

    .swiper-carousel .swiper-slide .jumbotron .btn-model {
        margin-top: 10px;
    }

    .swiper-carousel .video-item {
        display: none;
    }
    
    #spotlights {
        position: static;
        margin-bottom: 2rem;
    }

    #spotlights .row {
        height: auto;
        box-shadow: none;
    }

    #spotlights .row .line {
        border-right: 0 none;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
        border-radius: 5px;
    }
    #spotlights .row .line h3 {
        margin-top: 1rem;
    }

    #animal-model {
        padding-top: 1rem;
    }
    .model-block .the-content .content {
        box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
        border: 0 none;
        border-radius: 5px;
        height: auto!important;
    }

    .model-block .the-header.en-us .title {
        font-size: 3rem;
    }
    .model-block .the-header.en-us .title::before{
        top: 15px;
    }
    .model-block .the-header.en-us .title::after{
        top: 15px;
    }
    .model-block .the-header.en-us p.text {
        line-height: 1.4;
    }

    #tech-model {
        padding-bottom: 0;
    }

    #tech-model .the-content,
    #animal-model .the-content{
        height: auto;
    }

    .model-block .the-content .content-full,
    #tech-model .content.height-full{
        height: auto;
    }
    #tech-model .the-content .col-xs-12,
    #tech-model .the-content .right-item .flex-half{
        margin-bottom: 2rem;
        height: auto!important;
    }
    #tech-model .the-content .right-item .flex-half {
        min-width: 20rem;
    }

    .model-block .the-content .right-item .content {
        margin-left: 0;
        height: auto!important;
    }
    .model-block .the-content .content h3 {
        padding-top: 3rem;
    }

    .news-block {
        padding-bottom: 0;
    }
    .news-block .the-content {
        height: 10rem;
        margin-right: 0;
    }
    .news-block .news-block-wrap {
        padding-left: 0!important;
        height: auto!important;
    }
    .news-block2 .the-content {
        margin-left: 0;
    }
    .news-block2 .the-content .col-xs-12 {
        padding: 0;
    }

    .jumbotron-model .op-backgroup-img {
        background-position: 60% 50%;
        background-size: cover;
    }

    .retrieve-model {
        padding: 30px 0;
        min-height: 400px;
    }

    .retrieve-model .right-item {
        padding-left: 0px;
    }

    .retrieve-model .line {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0px;
    }

    .retrieve-model .line:after {
        display: none;
    }

    .retrieve-model .btn {
        width: 100%;
    }

    .retrieve-model .model-title {
        margin-bottom: 15px;
    }

    .retrieve-model .model-title img {
        width: 36px;
    }

    .retrieve-model .model-title .title_icon_1 {
        position: absolute;
        top: 2px;
        margin-left: 3px;
    }

    .retrieve-model .model-title .title_icon_2 {
        position: absolute;
        top: 3px;
        margin-left: 3px;
    }

    .retrieve-model .form-inline {
        margin: 25px 0;
    }

    .retrieve-model .form-inline .form-group .form-control {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #0393d5;
        border: #0393d5 solid 1px;
        border-radius: 2px;
        font-size: 14px;
        margin-right: 10px;
    }

    .retrieve-model p {
        text-align: justify;
    }

    .card-box-model .card-list .meta-data {
        max-width: 100%!important;
    }

    .card-box-model .card-list .meta-data p {
        padding: 1rem 0;
        word-break: break-word;
    }

    .application-model .application-list .application-item {
        padding: 120px 30px;
        overflow: hidden;
        margin: 0 auto;
    }

    .application-model .application-list .application-item:hover .item .icon {
        transition: all 0.5s linear;
        top: -25px;
    }

    .application-model .application-list .application-item:hover .item .detail {
        transition: all 0.5s linear;
        top: -63px;
    }

    .application-model .application-list .application-item:hover .item .detail .item-title {
        transition: all 0.5s linear;
        top: -10px;
    }

    .application-model .application-list .application-item:hover .item .detail .item-btn {
        transition: all 0.5s linear;
        top: -20px;
    }

    .application-model {
        min-height: auto;
        padding: 50px 0;
    }

    .application-model .title {
        font-size: 20px;
    }

    .application-model .title:before, .application-model .title:after {
        top: 10px;
    }

    .application-model .application-list {
        margin-top: 5px;
    }

    .application-content {
        width: 100%;
        overflow: hidden;
    }

    .application-content .swiper-application {
        width: 740px;
    }

    .application-content .swiper-application .swiper-slide {
        margin-right: 30px !important;
    }

    .application-model .application-item {
        position: relative;
        width: 180px;
        min-height: 240px;
        height: 240px;
    }

    .application-model .application-list .application-item {
        padding: 80px 30px;
        overflow: hidden;
        margin: 0 auto;
    }

    .application-model .application-list .application-item .item .icon {
        position: relative;
        top: 10px;
        min-height: 100px;
    }

    .application-model .application-list .application-item .item .icon img {
        width: 50%;
    }

    .application-model .application-list .application-item .item .detail {
        position: relative;
        top: 200px;
        transition: all 0.3s linear;
    }

    .application-model .application-list .application-item .item .detail .item-title {
        position: relative;
        top: 70px;
        transition: all 0.3s linear;
        color: #ffffff;
        font-size: 14px;
    }

    .application-model .application-list .application-item .item .detail .item-btn {
        position: relative;
        top: 100px;
        transition: all 0.3s linear;
        display: inline-block;
        padding: 3px 30px;
        color: #ffffff;
        border-radius: 2px;
        font-size: 14px;
        border: #ffffff solid 1px;
        text-decoration: none;
        margin-top: 10px;
    }

    .application-model .application-list .application-item .item .detail .item-btn:hover {
        color: #36dfff;
        border: #36dfff solid 1px;
    }

    .application-model .application-list .application-item .op-backgroup-img {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .jumbotron-about-header {
        height: 340px;
        padding-top: 70px;
    }

    .jumbotron-about-header .title {
        font-size: 20px;
    }

    .jumbotron-model .title {
        width: 90%;
        font-size: 26px;
        line-height: 38px;
    }

    .jumbotron-model hr {
        width: 70%;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .jumbotron-model .text {
        font-size: 16px;
    }

    .jumbotron-model .text strong {
        font-size: 16px;
    }

    article.content {
        margin: 20px 0;
        padding: 0;
    }

    article.content .text, article.content p {
        font-size: 14px;
        line-height: 35px;
    }

    article.content img {
        max-width: 100%;
        text-align: center;
    }

    .article-model .article-list .article-item {
        padding: 20px 0 50px 0;
        min-height: 495px;
    }

    .article-model .article-list .article-item .model-content {
        width: 100%;
    }

    .article-model .article-list .article-item .model-banner {
        width: 100%;
    }

    .article-model .article-list .article-item .model-title-span {
        display: inline-block;
        margin-bottom: 10px;
    }

    .article-model .article-list .article-item .text {
        font-size: 14px;
        color: #505050;
        line-height: 30px;
        padding: 10px 0;
        font-weight: 100;
    }

    .article-model .article-list .article-item .banner {
        width: 100%;
        height: 160px;
        border-radius: 0;
        text-align: center;
        margin: 20px 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
    }

    .article-model .article-list .article-item .banner img {
        width: auto;
        height: auto;
        vertical-align: middle;
    }

    .article-model .article-list .article-item:nth-child(odd) {
        background-color: #ffffff;
    }

    .article-model .article-list .article-item:nth-child(odd) .model-content {
        float: none;
    }

    .article-model .article-list .article-item:nth-child(odd) .model-banner {
        float: none;
    }

    .article-model .article-list .article-item:nth-child(odd) .model-banner .banner {
        float: none;
    }

    .article-model .article-list .article-item:nth-child(even) {
        background-color: #f1f1f1;
    }

    .article-model .article-list .article-item:nth-child(even) .model-content {
        float: none;
    }

    .article-model .article-list .article-item:nth-child(even) .model-banner {
        float: none;
    }

    .article-model .article-list .article-item:nth-child(even) .model-banner .banner {
        float: none;
    }

    .header-jumbotron-detail-model {
        min-height: auto;
    }

    .header-jumbotron-detail-model .content {
        /*padding: 30px 0;*/
        /*margin-top: 25px;*/
    }

    .header-jumbotron-detail-model .content .model-title {
        position: relative;
        color: #333333;
        font-size: 28px;
        padding-left: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .header-jumbotron-detail-model .content .model-title:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 9px;
        height: 25px;
        background-color: #333333;
    }

    .header-jumbotron-detail-model .content .text {
        font-size: 14px;
        color: #333333;
        margin-bottom: 20px;
    }

    .header-jumbotron-detail-model .tool-group ul {
        margin: 0;
    }

    .header-jumbotron-detail-model .tool-group ul li {
        display: inline-block;
        margin-left: 20px;
    }

    .header-jumbotron-detail-model .tool-group ul li a {
        display: inline-block;
        line-height: 30px;
        font-size: 14px;
        color: #666666;
    }

    .header-jumbotron-model {
        padding: 1rem 0;
    }

    .header-jumbotron-model .content {
        margin-top: 5px;
    }

    .header-jumbotron-model .content .model-title {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .header-jumbotron-model .content .text {
        font-size: 16px;
        color: #333333;
        margin-bottom: 20px;
    }

    .header-jumbotron-model .banner {
        width: 100%;
        height: 235px;
        background-color: #f8f8f8;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
    }

    h1.page-title {
        font-size: 2rem;
        line-height: 3rem;
    }

    h1.page-title:after {
        top: 0.75rem;
        height: 1.6rem;
        width: 5px;
    }

    .tabs-model {
        margin: 50px 0;
    }

    .tabs-model .nav-tabs li a {
        color: #999999;
        font-size: 16px;
    }

    .tabs-model .tab-content .tab-pane .content {
        margin: 20px 0;
    }

    .tabs-model .tab-content .tab-pane .content p {
        color: #495060;
        font-size: 14px;
        line-height: 28px;
    }

    .table-model .table-striped thead th {
        font-size: 16px;
    }

    .table-model .table-striped tbody tr {
        font-size: 14px;
    }

    .card-menu-model .form-inline .btn-model {
        width: 100%;
    }

    .card-box-model .card-list .card-box {
        height: 250px;
    }

    .card-box-model .card-list .card-box img {
        width: 100%;
        height: 100%;
    }

    .card-box-model .card-list .card-box .footer {
        position: absolute;
        bottom: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 30px;
    }

    .card-box-model .card-list .card-box .footer p {
        color: #ffffff;
        padding: 0 15px;
        font-size: 14px;
        line-height: 30px;
    }

    .card-box-model .btn-model {
        width: 100%;
    }

    .card-model .content .title {
        font-size: 16px;
    }

    .card-model .content .text {
        font-size: 13px;
    }

    .card-model .content .btn-model {
        min-width: 100%;
    }

    .horizontal-model {
        margin: 30px 0;
    }

    .horizontal-model .content p {
        font-weight: normal;
        font-size: 14px;
        line-height: 30px;
        margin: 0;
    }

    .account-header-group {
        padding: 30px;
        text-align: center;
    }

    .account-header-group .avatar {
        width: 69px;
        height: 69px;
        border-radius: 500px;
        overflow: hidden;
        margin: 10px auto;
    }

    .account-header-group .avatar img {
        width: 100%;
    }

    .account-header-group .title {
        color: #333333;
        font-size: 22px;
        margin-top: 5px;
    }

    .account-header-group .text {
        font-size: 14px;
        color: #666666;
    }

    .account-nav-group {
        margin-bottom: -20px;
    }

    .account-nav-group ul li {
        position: relative;
        display: inline-block;
    }

    .account-nav-group ul li:after {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 14px;
        background-color: #e5e5e5;
        right: 0;
        top: 13px;
    }

    .account-nav-group ul li:last-of-type:after {
        display: none;
    }

    .account-nav-group ul li a {
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        color: #666666;
    }

    .account-tool-group {
        margin-bottom: 100px;
    }

    .account-tool-group .tool-list {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .account-tool-group .tool-list .tool-item {
        position: relative;
        display: inline-block;
        width: 45%;
        height: 200px;
        background-color: #f8f8f8;
        margin: 5px 3px;
        padding: 40px 0;
    }

    .account-tool-group .tool-list .tool-item:first-of-type {
        margin-left: 0;
    }

    .account-tool-group .tool-list .tool-item:last-of-type {
        margin-right: 0;
    }

    .account-tool-group .tool-list .tool-item .op-backgroup {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .account-tool-group .tool-list .tool-item .op-backgroup-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .account-tool-group .tool-list .tool-item .icon {
        position: absolute;
        display: block;
        z-index: 9999;
        text-align: center;
    }

    .account-tool-group .tool-list .tool-item .icon img {
        width: 30%;
    }

    .account-tool-group .tool-list .tool-item .item-text {
        position: relative;
        margin-top: 80px;
        z-index: 9999;
        font-size: 16px;
        color: #ffffff;
    }

    .account-tool-group .tool-list .tool-item .item-text:before {
        content: "";
        display: block;
        margin: 20px auto;
        width: 80%;
        height: 1px;
        background-color: #ffffff;
    }

    .about-article-model {
        background-color: #00a0e9;
        margin-bottom: 5px;
        height: auto;
        min-height: 300px;
    }

    .about-article-model .item {
        position: absolute;
        width: 100%;
        height: 300px;
        float: left;
    }

    .about-article-model .content {
        background-color: rgba(0, 160, 230, 0.7);
        z-index: 99999;
        padding: 5%;
        color: #ffffff;
        overflow: hidden;
    }

    .about-article-model .content .title {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .about-article-model .content .sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-article-model .content .text {
        font-size: 14px;
        line-height: 23px;
    }

    .about-article-model .arricle-banner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }

    .about-introduce-model {
        min-height: auto;
        padding: 30px 0;
    }

    .about-introduce-model .title {
        font-size: 28px;
        font-weight: bold;
        color: #495060;
        margin-bottom: 30px;
    }

    .about-introduce-model .content .text {
        font-size: 14px;
        color: #666666;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .about-introduce-model .video-item {
        height: 217px;
        position: relative;
        margin-bottom: 10px;
    }

    .about-introduce-model .video-item img {
        width: 100%;
        height: 100%;
    }

    .about-introduce-model .video-item i {
        position: absolute;
        display: block;
        top: 40%;
        left: 43%;
        font-size: 50px;
        transition: all 0.3s linear;
        color: rgba(255, 255, 255, 0.4);
    }

    .about-introduce-model .video-item i:after {
        content: '';
        transition: all 0.3s linear;
        position: absolute;
        display: block;
        width: 98px;
        height: 98px;
        border: rgba(255, 255, 255, 0.4) solid 5px;
        border-radius: 100px;
        top: -24px;
        left: -29px;
    }

    .about-introduce-model .video-item i:hover {
        transition: all 0.3s linear;
        color: rgba(255, 255, 255, 0.9);
    }

    .about-introduce-model .video-item i:hover:after {
        transition: all 0.3s linear;
        border: rgba(255, 255, 255, 0.9) solid 6px;
    }

    .about-server-model {
        background-color: #e5e5e5;
        min-height: auto;
        padding: 30px 0;
    }

    .about-server-model .title {
        font-size: 28px;
        font-weight: bold;
        color: #495060;
    }

    .about-server-model .sub-title {
        font-size: 16px;
        margin: 17px 0;
    }

    .about-server-model .server-list {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .about-server-model .server-list .server-item {
        position: relative;
        display: inline-block;
        width: 111px;
        height: 111px;
        background-color: #f8f8f8;
        margin: 10px 5px;
        padding: 38px 0;
    }

    .about-server-model .server-list .server-item:first-of-type {
        margin-left: 0;
    }

    .about-server-model .server-list .server-item:last-of-type {
        margin-right: 0;
    }

    .about-server-model .server-list .server-item .op-backgroup {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .about-server-model .server-list .server-item .op-backgroup-img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
    }

    .about-server-model .server-list .server-item .item-text {
        position: relative;
        z-index: 9999;
        font-size: 16px;
        color: #ffffff;
    }

    .about-server-model .server-list .server-item .item-text:after {
        content: "";
        display: block;
        margin: 10px auto;
        width: 45px;
        height: 2px;
        background-color: #ffffff;
    }

    .autoanalyisi-message-group {
        border: #e5e5e5 solid 1px;
        border-radius: 3px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .autoanalyisi-message-group .group-item .title {
        text-align: left;
        color: #333333;
        font-size: 16px;
        line-height: 35px;
        margin: 0;
        font-weight: bold;
    }

    .autoanalyisi-message-group .group-item .text {
        padding-left: 0px;
        color: #666666;
        font-size: 16px;
        line-height: 35px;
        margin: 0;
    }

    .autoanalyisi-message-group .post-group {
        padding: 15px 0;
    }

    .autoanalyisi-message-group .post-group .img {
        width: 100%;
        height: 178px;
        background-color: #f8f8f8;
        margin-bottom: 10px;
    }

    .autoanalyisi-message-group .post-group .img img {
        width: 100%;
        height: 100%;
    }

    .autoanalyisi-message-group .post-group .btn-model {
        width: 100%;
    }

    .autoanalyisi-banner {
        min-height: 220px;
        background-position: center;
        background-size: auto 100%;
        margin-bottom: 0 !important;
    }

    .autoanalyisi-form {
        margin-bottom: 30px;
    }

    .autoanalyisi-form .form-group {
        width: 100%;
    }

    .autoanalyisi-form .form-group label {
        font-weight: normal;
        margin-right: 10px;
    }

    .autoanalyisi-form .form-group .form-control {
        width: 100%;
        height: 43px;
        line-height: 43px;
    }

    .autoanalyisi-form .btn-model {
        width: 100%;
        padding: 10px 25px;
    }

    .modelretrieval-retrieval-group {
        min-height: 220px;
        padding: 30px 15px;
    }

    .modelretrieval-retrieval-group .title {
        font-size: 20px !important;
    }

    .modelretrieval-retrieval-group .text {
        margin-left: -10px!important;;
    }

    .modelretrieval-retrieval-group .form-inline .form-group .input-group .form-control {
        height: 50px;
        width: 80%;
    }

    .modelretrieval-retrieval-group .form-inline .form-group .input-group .input-group-addon {
        height: 50%;
        width: 18%;
        padding: 12.5px 8px !important;
        font-size: 20px;
    }

    .modelretrieval-retrieval-group .form-inline .form-group {
        text-align: left;
        width: 100%;
    }

    .modelretrieval-retrieval-group .form-inline .form-group .input-group {
        width: 100%;
    }

    .modelretrieval-retrieval-group .form-inline .checkbox-inline {
        color: #fff;
        font-size: 14px;
        top: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    video.edui-video-link, video.edui-faked-video {
        max-width: 80vw !important;
    }

    #animal-model .the-content .content h3 .modelorg{
        top:20px;
    }

    .footer-menu-wrapper {
        min-height: 150px;
    }
    .mouse-map {
        display: none;
    }
    .featured-mouse {
        width: 100%!important;
        display: block!important;
        margin-bottom: 1rem!important;
    }
    #cre-mouse-list_filter {
        margin-top: 1rem;
    }
}
