.loading {
    position: relative;
}

.loading-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 500;
}

.result-part .content {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
}

.result-part .content img {
    width: auto;
    height: auto;
    display: inline-block;
}

.result-part .content p {
    line-height: 26px;
    margin-bottom: 4px;
}

.result-part a,
.result-part .number {
    color: #ee4e5b;
}

.result-part a {
    text-decoration: underline;
}

.result-part p {
    min-height: .5em;
}

.m-table th {
    background-color: #e6e6e6;
}

.m-table {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
    border: 1px solid #d9d9d9;
}

.m-table p {
    line-height: 26px;
}

.m-table tr {
    width: 100%;
    line-height: 24px;
    border-bottom: 1px solid #d9d9d9;
}

.m-table tr:last-of-type {
    border-bottom: none;
}

.m-table td,
.m-table th {
    border-right: 1px solid #d9d9d9;
    text-align: left;
    padding: 12px 18px;
}

.m-table td:last-of-type,
.m-table th:last-of-type {
    border-right: none;
}

.anchor {
    position: absolute;
    top: -100px;
    visibility: hidden;
    left: 0;
}

.sample-icon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    margin-right: 3px;
    line-height: 14px;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
    font-size-adjust: none;
    background-color: #999;
}

.sample-icon:before {
    content: attr(data-sample);
    text-transform: uppercase;
}



.container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.container > * {
    overflow: hidden;
    flex: 0 0 auto;
}

.bottom-nav-mobile {
    display: none;
}

.site-sidebar {
    pointer-events: none;
}

.site-sidebar a {
    pointer-events: all;
}

.mobile-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 700;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

#login-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-modal iframe {
    border: none;
    appearance: none;
    overflow: hidden;
    margin: auto;
    width: 300px;
}

.mobile-header {
    visibility: hidden;
    transform: translateX(100vw);
    transition: .5s;
    position: fixed;
    top: 84px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100% - 64px);
    overflow: auto;
    z-index: 900;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.mobile-header .screen-header {
    color: #fff;
    width: 100%;
    min-height: 120px;
    padding: 15px 15px 5px;
    background-color: #000;
}

.mobile-header .screen-title {
    font-size: 32px;
}

.mobile-header .screen-title a {
    text-decoration: underline;
}

.mobile-header .btn-back {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.mobile-header .btn-back::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
}

.mobile-header .screen-links {
    font-size: 16px;
}

.mobile-header .screen-links .link-lv2 {
    position: relative;
}

.mobile-header .screen-links a {
    display: block;
    width: 100%;
    padding: 1em 15px;
    border-bottom: 1px solid #e1e1e1;
}

.mobile-header .screen-links .link-lv2[data-index] a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-225deg);
    display: inline-block;
    margin: 2px 3px 0 6px;
    vertical-align: bottom;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    font-weight: 700;
    right: 19px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.m-mobile-list {
    display: none;
}

.toasting {
    position: relative;
}





.qr-dialog-title {
    font-size: 24px;
    margin-bottom: 24px;
}

.qr-layer.show {
    opacity: 1;
    visibility: visible;
}

.qr-layer.show .qr-dialog {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.qr-dialog .desc {
    margin-bottom: 30px;
}

.qr-dialog .qr-img-ctn {
    width: 150px;
}

.qr-dialog .qr-img-ctn img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.qr-dialog .qr-img-ctn .qr-code {
    margin-bottom: 22px;
}

.qr-dialog .qr-img-ctn div.qr-code {
    width: 100%;
    height: 150px;
}



.no-result-hint {
    font-size: 1.2em;
    color: #666;
    margin-top: 30px;
    text-align: center;
}

body > .container > .loading-layer {
    position: fixed;
}


@media (max-width:1300px) {
    .wrapper {
        width: 960px;

    }

    .site-header .wrapper {
        width: 100%;
        padding-right: 0;
    }

    .site-header .top-expand-menus .wrapper {
        width: 960px;
    }

    .top-nav .left img {
        width: 84px;
    }

    .top-nav .left .splitter {
        flex: 0 0 auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .top-nav .mid .nav-item a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-expand-menus .block-links a {
        padding: 8px 8px 8px 12px;
    }

    .top-menu-pane {
        padding: 10px 15px;
    }

    .top-expand-menus .nav-block-list {
        margin-top: 15px;
    }

    .top-expand-menus .block-title {
        font-size: 15px;
    }

    .top-expand-menus .block {
        padding: 10px;
    }

    .top-expand-menus .line3-links a {
        line-height: 40px;
    }

    .top-nav .mid {
        font-size: 16px;
    }

    .top-nav .mid a {
        padding: 28px 10px;
    }

    .top-nav .right .links {
        padding-left: 10px;
    }

    .top-nav .left {
        width: 160px;
        padding-left: 0;
    }

    .bottom-nav .row1 .left {
        width: 180px;
    }

    .bottom-nav .row1 .right,
    .bottom-nav .row2 .right {
        width: 685px;
    }

    .bottom-nav .row1 .right a,
    .bottom-nav .row2 .right .col {
        width: 120px;
    }

    .page-info {
        left: 0;
        width: calc(100% - 60px);
    }
}

@media (max-width: 960px) {
    .site-sidebar {
        display: none;
    }

    .btn-fav {
        font-size: 14px;
    }

    .btn-fav::before {
        width: 14px;
        height: 14px;
        margin-top: -3px;
    }

    .wrapper {
        width: 100%;
    }

    .btn-head-nav-toggle {
        display: block;
    }

    .top-nav {
        top: -2px;
        height: 86px;
    }

    .top-nav .mid {
        display: none;
    }

    .right .search {
        display: none;
    }

    .site-header .wrapper {
        justify-content: space-between;
    }

    .page-header-label-ctn .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .bottom-nav {
        display: none;
    }

    .site-footer .copyright .wrapper {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: stretch;
        text-align: left;
    }

    .site-footer .copyright .wrapper .right{
        margin-bottom: 20px;
    }

    .site-footer .copyright .wrapper .left{
        display: flex;
        flex-direction: column;
    }

    .site-footer .copyright .wrapper .left p{
        margin-bottom: 20px;
    }

    .site-footer .copyright {
        padding-top: 25px;
        padding-bottom: 0;
    }

    .bottom-nav-mobile {
        display: block;
        padding-top: 20px;
        padding-bottom: 30px;
    }


    .top-nav .right .links {
        padding-right: 10px;
    }

    .site-header .wrapper .left,
    .site-header .wrapper .right {
        position: relative;
        z-index: 900;
        background-color: #fff;
    }

    .site-header.mobile-expanded .btn-head-nav-toggle {
        background: url("https://www.mitsubishielectric-fa.cn/themes/basic/skin/images/icons/close.svg") center/16px auto no-repeat;
    }

    .yiiPager .next a::after {
        width: 27px;
        height: 11px;
    }

    .page-title {
        text-align: center;
        font-size: 36px;
        left: 0;
    }

    .page-info {
        width: calc(100% - 40px);
    }

    .mobile-expanded .mobile-header {
        visibility: visible;
        transform: none;
    }

    .mobile-expanded .mobile-mask {
        opacity: 1;
        visibility: visible;
    }

    .mobile-expanded .mobile-header {
        transform: none;
        visibility: visible;
    }

    table.trans-mobile {
        display: none;
    }

    .m-mobile-list {
        display: flex;
    }

    .m-mobile-list.empty {
        display: none;
    }

    .no-result-hint {
        margin-top: 0;
    }

    .m-mobile-list .file-download::before {
        display: none;
    }

    .video-layer .btn-close {
        position: absolute;
        left: auto;
        right: 20px;
        top: calc(50vh - 240px - 42px);
    }

    .bottom-tab {
        padding-top: 55px;
    }
    .site-footer .copyright {
        font-size: 16px;
    }
}


.select-layer {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 150px;
    z-index: 800;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    align-items: center;
}

.select-layer.show {
    opacity: 1;
    visibility: visible;
}

.select-dialog {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    border-radius: 6px;
    border-top: 3px solid #e60012;
    transition: .3s;
    transform: translateY(30px);
}

.select-layer.show .select-dialog {
    transform: none;
}

.select-dialog-title {
    font-size: 18px;
    margin-bottom: 30px;
}

.qr-dialog .btn-close,
.select-dialog .btn-close {
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("https://www.mitsubishielectric-fa.cn/themes/basic/skin/images/icons/close_red.svg") center/contain no-repeat;
    cursor: pointer;
}

.privacy .content h3 {
    font-size: calc(1em + 1px);
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: bold;
}

.privacy-dialog .content {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    margin: 25px 0 30px;
    line-height: 25px;
}


.privacy-dialog .btn-ctn {
    width: 100%;
    height: auto;
    text-align: center;
}

.privacy-dialog .btn1 {
    display: inline-block;
    width: 88px;
    height: auto;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 20px;
    font-size: 14px;
    color: #111212;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
}

.privacy-dialog .btn2 {
    display: inline-block;
    width: 160px;
    height: auto;
    background: #e70012;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 10px;
}

.tag-label {
    color: #666666;
    border: 1px solid #bfbfbf;
    line-height: 24px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fafafa;
    margin-left: 10px;
}

.type-tab-header {
    display: flex;
    height: 50px;
}

.type-tab-header {
    height: 50px;
    background-color: #f5f5f5;
}

.type-tab-link {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.type-tab-link::after {
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    background-color: #e60012;
    width: 0;
    transition: .3s;
}

.type-tab-link:hover,
.type-tab-link.active {
    color: #e60012;
}

.type-tab-link.active::after {
    width: calc(100% - 40px);
}

.type-tab-body {
    margin-top: 30px;
}

.type-tab-pane {
    display: none;
}

.type-tab-pane.active {
    display: block;
}

.file-download::before {
    content: "";
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url(https://www.mitsubishielectric-fa.cn/themes/basic/skin/images/icons/file_download_red.png) center/contain no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

.m-table .view-detail {
    line-height: 20px;
    padding: 4px 20px;
    border: 1px solid #808080;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
}

.m-table .view-detail.disabled{
    pointer-events: none;
    background-color: #fafafa;
    color: #aaa;
    border-color: #aaa;
}

.m-table .view-detail:hover {
    border-color: #144464;
}

.m-table.style2 {
    border: none;
}

.m-table.style2 thead tr:last-of-type{
    border-bottom: 2px solid #144464;
}

.m-table.style2 th {
    background-color: #fff;
}

.video-layer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .75);
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 750;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: .5s;
    opacity: 0;
}

.video-layer.active {
    visibility: visible;
    opacity: 1;
}

.video-js .vjs-big-play-button {
    bottom: 0;
    right: 0;
    margin: auto;
}


.video-layer .btn-close {
    position: absolute;
    left: calc(50vw + 410px);
    top: calc(50vh - 240px);
    border-radius: 50%;
    width: 32px;
    line-height: 30px;
    height: 32px;
    font-size: 20px;
    color: white;
    background: #e5071e;
    cursor: pointer;
    text-align: center;
    transition: .3s;
}

.video-layer .btn-close:hover {
    transform: scale(1.1);
}

/*.desc-cell {
    position: relative;
}*/

.desc-cell-content{
    position: relative;
}

.desc-cell-dropdown::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -1px;
    background: url("https://www.mitsubishielectric-fa.cn/themes/basic/skin/images/icons/angle_down.svg") center/contain no-repeat;
}

.desc-cell .desc-options {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #333;
}

.desc-cell .desc-options a {
    display: block;
    padding: 6px;
}

.desc-cell .desc-options a:hover,
.desc-cell .desc-options a.active {
    background-color: #ee4e5b;
    color: #ffffff;
}

.cell-desc-box {
    position: absolute;
    width: 220px;
    left: 50%;
    transform: translate(-50%, -5px);
    top: calc(100% + 6px);
    background-color: #fff;
    filter: drop-shadow(0px 0px 5px rgba(31, 31, 31, .2));
    padding: 12px;
    text-align: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.cell-desc-box p {
    min-height: 14px;
}

.desc-cell:not(.desc-cell-click):hover .cell-desc-box,
.desc-cell.desc-cell-click.active .cell-desc-box {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.cell-desc-box::before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    border-bottom: 8px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -8px;
}


@media (min-width: 961px) {
    .link-box {
        cursor: pointer;
    }

    .link-cover {
        overflow: hidden;
    }

    .link-cover img {
        transition: .3s;
    }

    .link-box:hover .link-cover img {
        transform: scale(1.05);
    }
}

@media (max-width: 750px) {
    .anchor {
        top: -90px;
    }

    .top-nav {
        height: 66px;
    }

    .site-header {
        height: 64px;
    }

    .btn-head-nav-toggle {
        width: 50px;
    }

    .top-nav .right .links {
        padding-right: 5px;
    }

    .top-nav .right .links .top-btn {
        width: 40px;
    }

    .top-nav .right .links .link{
        width: auto;
    }

    /*.top-nav .right .links .top-btn::before, .top-nav .right .links .top-btn::after {
        width: 20px;
        height: 20px;
    }*/

    .top-nav .left img {
        display: block;
        width: 85px;
        height: auto;
        margin-right: 13px;
    }

    .top-nav .left .splitter {
        display: none;
    }

    .mobile-header {
        top: 64px;
    }

    .page-header-label {
        width: 100%;
        text-align: center;
    }

    .page-title {

        top: 40px;
    }

    ul.breadcrumbs li {
        flex: 0 0 auto;
    }

    ul.breadcrumbs {
        z-index: 240;
    }

    .btn-fav {
        flex: 0 0 auto;
        position: relative;
        z-index: 260;
    }

    .page-info::after {
        content: "";
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 250;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff 100%);
        pointer-events: none;
    }

    .yiiPager {
        display: block;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .yiiPager li {
        margin-bottom: 8px;
        text-align: center;
    }

    .yiiPager li.page, .yiiPager li.dots{
        display: inline-block;
    }

    .yiiPager li.next {
        margin-bottom: 0;
    }

    .yiiPager li.previous, .yiiPager li.next {
        width: 100%;
    }

    .login-modal-ctn .login-modal {
        padding: 20px;
        height: 480px;
        max-width: 400px;
        width: calc(100vw - 60px);
    }

    .login-modal .modal-header {
        font-size: 16px;
    }

    .login-modal .modal-header .modal-tab {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 10px;
    }

    .login-modal .modal-header .modal-tab.active::after, .login-modal .modal-header .modal-tab:hover::after {
        width: calc(100% - 24px);
    }

    .modal-header {
        margin-left: -20px;
        margin-right: -20px;
    }

    .mobile-tab-toggle {
        display: block;
        position: absolute;
        z-index: 280;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        background: url("https://www.mitsubishielectric-fa.cn/themes/basic/skin/images/icons/menu.svg") center/24px auto no-repeat;
    }

    .page-tabs .links {
        flex-direction: column;
        height: 48px;
        overflow: hidden;
        position: relative;
    }

    .page-tabs a {
        display: block;
        flex: 0 0 auto;
        order: 3;
    }

    .page-tabs a.active {
        order: 2;
    }

    .page-tabs a.current {
        order: 1;
    }

    .yiiPager .next a::after {
        display: none;
    }

    .yiiPager .previous a::before {
        display: none;
    }

    .bottom-tab-links {
        margin-right: -10px;
    }

    .bottom-tab-links a {
        width: calc(100% / 3 - 10px);
        margin-right: 10px;
        flex: 0 0 auto;
        border-right: 0;
        border-bottom: 1px solid #d2d2d2;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-type-tab-toggle {
        display: block;
        position: absolute;
        z-index: 280;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        background: url(https://www.mitsubishielectric-fa.cn/themes/basic/skin/images/icons/menu.svg) center/24px auto no-repeat;
    }

    .mobile-type-tab-toggle:nth-of-type(2) {
        display: none;
    }

    .type-tab-body {
        margin-top: 20px;
    }

    .type-tab-header {
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .type-tab-header a {
        display: block;
        width: 100%;
        flex: 0 0 auto;
    }

    .type-tab-link.active {
        order: -1;
    }

    .type-tab-link.active::after {
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {

    .yiiPager .page {
        margin-left: 4px;
        margin-right: 4px;
    }

    .yiiPager .page a {
        width: 24px;
        height: 24px;
        line-height: 22px;
    }

    .page-tabs {
        margin-bottom: 20px;
    }

    .bottom-tab-links a {
        width: calc(50% - 10px);
    }

    .m-mobile-info-block {
        width: calc(100% - 20px);
    }
}


@media (max-width: 480px) {
    .bottom-tab-links a {
        width: calc(100% - 10px);
    }

    .qr-dialog {
        width: calc(100% - 20px);
    }
}