:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-gray: #869ab8;
    --bs-gray-dark: #384c74;
    --bs-primary: #335eea;
    --bs-secondary: #506690;
    --bs-success: #42ba96;
    --bs-info: #7c69ef;
    --bs-warning: #fad776;
    --bs-danger: #df4759;
    --bs-light: #f9fbfd;
    --bs-dark: #1b2a4e;
    --bs-primary-desat: #6c8aec;
    --bs-black: #161c2d;
    --bs-white: #fff;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --ktt_font_faimly: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, 'Buenos Aires', sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

/*#004ebc;*/

body {
    font-size: 14px;
    color: #000000;
    margin: 0;
    background-position: center top;
    background-color: #fff;
    background-repeat: no-repeat;
    font-family: 'Buenos Aires', Arial, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, sans-serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}


a {
    text-decoration: none;
}

.ho_hint {
    display: block;
    color: rgba(0, 0, 0, 0.5);
}

.ho_hint.show {
    padding: 0.8rem 1rem;
    line-height: 1.6;
}

.btn1 {
    display: inline-block;
    padding: 0.35rem 1.2rem;
    line-height: 1.6;
    position: relative;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #212529;
    background-color: #09ebaf;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn1:hover {
    color: #fff;
    background-color: #08c694;
    border-color: #07ba8a;
    text-decoration: none;
    outline: 0;
}

.kt_head {
    width: 100%;
    display: block;
    justify-content: center;
    border: none;
    background-color: #e60f1e;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border: none;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_logo {
    width: 142px;
    height: 88px;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_logo img.logo {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_logo a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_logo a img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm_search_w {
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: auto 16px;
    padding: 0;
    border: 1px #fff solid;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm_search_w .head_search_lbl {
    height: 36px;
    line-height: 36px;
    margin-left: 32px;
    color: #e7e7e7;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm_search_w .head_search_inp {
    height: 36px;
    line-height: 36px;
    margin: 0 16px;
}

.kth_c_w .kth_sm_search_w .head_search_inp .head_s_input {
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: none;
    outline: none;
    text-indent: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm_search_w .head_search_inp .head_s_input:focus {
    outline: none;
}

.kth_c_w .kth_sm_search_w .head_search_inp .head_s_input::-webkit-input-placeholder {
    color: #000;
    background: #fff;
}

.kth_c_w .kth_sm_search_w .head_search_inp .head_s_input::-moz-placeholder {
    color: #000;
    background: #fff;
}

.kth_c_w .kth_sm_search_w .head_search_inp .head_s_input:-moz-placeholder {
    color: #000;
    background: #fff;
}

.kth_c_w .kth_sm_search_w .head_search_inp .head_s_input:-ms-input-placeholder {
    color: #000;
    background: #fff;
}

.kth_c_w .kth_sm_search_w .head_search_inp .head_s_input::-webkit-input-placeholder {
    color: green;
}

.kth_c_w .kth_sm_search_w .head_search_btn {
    height: 36px;
    line-height: 36px;
    margin-right: 8px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm_search_w .head_search_btn img.head_s_ico_btn {
    width: 30px;
    height: 26px;
    margin: 5px 3px;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm {
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .h_m_op_bar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: auto 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn {
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 8px 0 4px;
    border-radius: 12px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn:hover {
    color: #333;
    background-color: #fff;
}


.kth_c_w .kth_sm .h_m_op_bar a.mli_btn i.btn_ico {
    width: 32px;
    height: 32px;
    display: block;
    margin: auto 0;
    padding: 0;
    background-size: cover;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn i.btn_ico.l {
    background-image: url("../en/images/login_ico.png");
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn i.btn_ico.r {
    background-image: url("../en/images/register1_ico.png");
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn i.btn_ico.q {
    background-image: url("../en/images/requestment_ico.png");
}


.kth_c_w .kth_sm .h_m_op_bar a.mli_btn label {
    height: 32px;
    line-height: 32px;
    display: block;
    margin: auto 0;
    padding: 0;
    text-align: center;
    color: #e7e7e7;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn:hover label {
    color: #d60000;
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn:hover i.btn_ico.l {
    background-image: url("../en/images/login1_ico.png");
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn:hover i.btn_ico.r {
    background-image: url("../en/images/register_ico.png");
}

.kth_c_w .kth_sm .h_m_op_bar a.mli_btn:hover i.btn_ico.q {
    background-image: url("../en/images/requestment1_ico.png");
}


.kth_c_w .kth_sm .head_member_login_w .m_login_i.ml_op_i {
    justify-content: space-evenly;
    padding-left: 60px;
    box-sizing: border-box;
    overflow: hidden;
}


.kth_c_w .kth_sm .head_member_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto 6px;
    padding: 12px;
    color: #fff;
    background-color: rgba(252, 252, 252, 0.3);
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_info div.m_item {
    height: 32px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_info div.m_item label {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_info div.m_item a {
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 2px 8px;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_info div.m_item a:hover {
    color: #fff;
    background-color: #3fbbbd;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.sign_out_btn {
    margin: 0 auto;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn label {
    height: 30px;
    line-height: 30px;
    display: block;
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn i.shop_cart_ico {
    width: 24px;
    height: 24px;
    margin: 3px;
    background-image: url("../en/images/my_cart_ico.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn i.my_order_ico {
    width: 24px;
    height: 24px;
    margin: 3px;
    background-image: url("../en/images/order_ico.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn i.requirement_ico {
    width: 24px;
    height: 24px;
    margin: 3px;
    background-image: url("../en/images/ilike.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn i.sign_out_ico {
    width: 24px;
    height: 24px;
    margin: 3px;
    background-image: url("../en/images/signout1.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn:hover i.requirement_ico {
    width: 24px;
    height: 24px;
    margin: 3px;
    background-image: url("../en/images/ilike_on.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.kth_c_w .kth_sm .head_member_info div.m_item a.m_btn:hover i.sign_out_ico {
    width: 24px;
    height: 24px;
    margin: 3px;
    background-image: url("../en/images/signout2.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.kth_c_w .kth_sm .goChineseBtn {
    width: 32px;
    height: 32px;
    display: block;
    margin: auto 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .goChineseBtn img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_login_w {
    width: 250px;
    display: flex;
    flex-direction: column;
    margin: auto 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_login_w .m_login_i {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_login_w .m_login_i .mli_lbl {
    width: 60px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    color: #e7e7e7;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_login_w .m_login_i .mli_field {
    width: calc(100% - 60px);
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_login_w .m_login_i .mli_field input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: darkorchid;
    text-indent: 8px;
}

.kth_c_w .kth_sm .head_member_login_w .m_login_i .mli_btn {
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    padding: 0 16px;
    border-radius: 12px;
    text-align: center;
    color: #e7e7e7;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_c_w .kth_sm .head_member_login_w .m_login_i .mli_btn:hover {
    color: #333;
    background-color: #fff;
}

.kth_c_w .kth_sm .head_member_login_w .m_login_i.ml_op_i {
    justify-content: space-evenly;
    padding-left: 60px;
    box-sizing: border-box;
    overflow: hidden;
}


.kth_content .kth_m {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_content .kth_m .nav_mi {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_content .kth_m .nav_mi a {
    height: 50px;
    line-height: 50px;
    display: block;
    padding: 0 16px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.kth_content .kth_m .nav_mi a.cur {
    color: #231d22;
}

.kth_content .kth_m .nav_mi a:hover {
    color: #333;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .bd li a {
    display: block;
}

.banner .bd li img {
    display: block;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.banner .hd li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #384c74;
    border: 2px solid #fff;
    transition: .3s;
}

.banner .hd li.on {
    width: 40px;
    background: #dc3545;
}

.banner .banner_button {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -37px;
    z-index: 1;
}

.banner .banner_button a {
    position: absolute;
    display: block;
    width: 74px;
    height: 92px;
    z-index: 1;
    transition: .3s;
    opacity: .4;
}

.banner .banner_button a:hover {
    opacity: .8;
}

.banner .banner_button a.prev {
    background: url('../en/images/prev.png') center center no-repeat;
    left: 115px;
}

.banner .banner_button a.next {
    background: url('../en/images/next.png') center center no-repeat;
    right: 115px;
}


.page_poster {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.page_poster img {
    width: 100%;
    max-height: 634px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper {
    width: 100%;
    height: 80px;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 16px 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper .subjectTitle {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 16px 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper.hasRightBtns .subjectTitle {
    width: calc(100% - 200px);
}

.subTitleWrapper .subjectTitle img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper .subjectTitle label {
    height: 48px;
    line-height: 48px;
    display: block;
    margin: 0;
    padding: 0 8px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper a.prevBtn,
.subTitleWrapper a.nextBtn {
    height: 32px;
    line-height: 32px;
    margin: auto;
    padding: 0 24px;
    color: #333333;
    border: 1px #f4f4f4 solid;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper a.prevBtn:hover {
    border-color: #c8102e;
}

.subTitleWrapper a.nextBtn:hover {
    border-color: #c8102e;
}

.subTitleWrapper a.rightMoreBtn {
    width: 80px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    margin-top: 24px;
    padding: 0;
    color: #c8102e;
    background-color: #fff;
    border: 1px #c8102e solid;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper a.rightMoreBtn:hover {
    color: #fff;
    background-color: #c8102e;
}

.subTitleWrapper a.moreBtn {
    width: 80px;
    height: 48px;
    line-height: 48px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 100px;
    padding: 0;
    color: #c8102e;
    background-color: #fff;
    border: 1px #c8102e solid;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
}

.subTitleWrapper a.moreBtn:hover {
    color: #fff;
    background-color: #c8102e;
}

.productsSeries {
    width: calc(100% - 96px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 24px 48px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.productsSeries .sTitle {
    width: 25%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 16px;
    padding: 0 50px;
    color: #fff;
    text-align: center;
    font-size: 26px;
    border-radius: 20px;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.productsSeries .sTitle:first-child {
    margin-left: 0;
}

.productsSeries .sTitle:last-child {
    margin-right: 0;
}

.productsSeries .sTitle.s1 {
    background-color: #ffa70f;
}

.productsSeries .sTitle.s2 {
    background-color: #29b7dd;
}

.productsSeries .sTitle.s3 {
    background-color: #aac6f3;
}

.productsSeries .sTitle.s4 {
    background-color: #55bfc6;
}

.rightBtns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.rightBtns a.rightMoreBtn {
    width: 80px;
    height: 48px;
    line-height: 48px;
    margin-right: 55px;
    margin-bottom: 12px;
    padding: 0;
    color: #c8102e;
    /*background-color: #f4f4f4;*/
    background-color: #fff;
    border: 1px #c8102e solid;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
}

.rightBtns a.rightMoreBtn:hover {
    color: #fff;
    background-color: #c8102e;
}

.ourProducts {
    width: 1327px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

/*
.ourProducts .productsSeries {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 24px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsSeries .sTitle {
    height: 38px;
    line-height: 38px;
    display: block;
    margin: 0 16px;
    padding: 0 46px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    border-radius: 20px;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsSeries .sTitle.s1 {
    background-color: #ffa70f;
}

.ourProducts .productsSeries .sTitle.s2 {
    background-color: #29b7dd;
}

.ourProducts .productsSeries .sTitle.s3 {
    background-color: #aac6f3;
}

.ourProducts .productsSeries .sTitle.s4 {
    background-color: #55bfc6;
}

.ourProducts .productsSeries img {
    display: block;
    margin: 0;
    padding: 0 16px;
    box-sizing: border-box;
    overflow: hidden;

}*/

.ourProducts .fetch_hint {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: none;
    margin: 0 auto;
    text-align: center;
    color: #d60000;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .pBtn {
    width: 56px;
    height: 100%;
    margin: auto 0;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}


.ourProducts .productsWrapper .pBtn img {
    width: 56px;
    height: 90px;
    margin: auto 0;
    display: block;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .prevPage {
    float: left;
}

.ourProducts .productsWrapper .nextPage {
    float: right;
}


.ourProducts .productsWrapper .productsList {
    width: calc(100% - 112px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 12px;
    background-color: #f4f4f4;
    border-color: #e8e8e8;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box {
    width: calc(20% - 16px);
    display: flex;
    flex-direction: column;
    margin: 8px;
    padding: 0;
    border: 1px #ddd solid;
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}


.ourProducts .productsWrapper .productsList .p_box .img_w {
    width: 100%;
    height: 162px;
    display: block;
    margin: 0;
    padding: 8px;
    border-bottom: 1px #ddd dashed;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box .img_w a {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box .img_w a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box .info_w {
    width: 100%;
    display: block;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box .info_w .lbl {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box .info_w .lbl label {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box .info_w .lbl.item_no {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.ourProducts .productsWrapper .productsList .p_box .info_w .lbl.item_no label {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #004920;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us {
    width: 1327px;
    display: flex;
    flex-direction: column;
    margin: 32px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.about_row1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_img {
    width: 551px;
    height: 523px;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_img img {
    width: 516px;
    height: 523px;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info {
    width: 766px;
    height: 523px;
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info .au_info_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info .au_info_content .au_info_content_txt {
    width: 100%;
    display: block;
    float: left;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info .au_info_content .au_info_content_txt p {
    line-height: 24px;
    color: #6a6a6a;
}

.about_us .au_info .au_info_content .au_info_content_txt p.subTitle {
    font-weight: bold;
    font-size: 14px;
}

/**
.about_us .au_info_content_specs {
    width: 548px;
    height: 210px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
*/
.about_us .au_info_content_specs0 {
    width: 1327px;
    height: 455px;
    display: block;
    margin: 64px 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info_content_specs0 img {
    width: 1327px;
    height: 455px;
}

.about_us .au_info_content_specs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 64px 16px;
    padding: 0 32px;
    justify-content: space-around;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info_content_specs {
    /*background-image: url("/en/images/fnc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    min-height: 350px;
}

.about_us .au_info_content_specs .a_intro_specs_card {
    width: calc(33.33% - 16px);
    height: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    margin:0 8px;
    padding: 0;
    border: 1px #eee solid;
    border-radius: 16px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info_content_specs .a_intro_specs_card.vline {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
}

.about_us .au_info_content_specs .a_intro_specs_card .cardIcon {
    width: 64px;
    height: 64px;
    margin: 16px auto;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info_content_specs .a_intro_specs_card .cardTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    /*color: #000;*/
    /*border-bottom: 1px #c8102e solid;*/
    color: #fff;
    background-color: #c8102e;
    /*text-align: left;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info_content_specs .a_intro_specs_card .cardItem {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    overflow: hidden;

}

.about_us .au_info_content_specs .a_intro_specs_card .subItem {
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    color: #fdb44e;
    box-sizing: border-box;
    overflow: hidden;

}

.about_us .au_info_content_specs .a_intro_specs_card .subItem .subItemTitle {
    height: 36px;
    line-height: 36px;
    color: #fdb44e;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info_content_specs .a_intro_specs_card .cardItem .itemTitle {
    height: 36px;
    line-height: 36px;
    /*color: #fff;*/
    color: #333;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

.about_us .au_info_content_specs .a_intro_specs_card .cardItem .itemVal {
    height: 36px;
    line-height: 36px;
    padding-left: 8px;
    /*color: #fff;*/
    color: #d60000;
    text-align: right;
    font-weight: 600;
    box-sizing: border-box;
    overflow: hidden;
}

.home_videos {
    width: 1327px;
    display: flex;
    flex-direction: column;
    margin: 32px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.home_videos .hv_list_w {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: hidden;
}

.home_videos .hv_list_w .first_video {
    width: 646px;
    height: 411px;
    margin: 5px auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1500;
}


.home_videos .hv_list_w .first_video img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.home_videos .hv_list_w .first_video video {
    width: 100%;
    height: 100%;
    position: relative;
    object-position: center;
    object-fit: cover;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1501;
}

.home_videos .hv_list_w .first_video i.cvBtn {
    width: 32px;
    height: 32px;
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px;
    color: #c8102e;
    text-align: center;
    border: 1px #eee solid;
    border-radius: 50%;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    opacity: 0.85;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1502;
}

.home_videos .hv_list_w .first_video i.cvBtn.scvBtn {
    display: block;
}

.home_videos .hv_list_w ul.hvl {
    width: calc(100% - 646px);
    height: 430px;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    overflow: hidden;

}

.home_videos .hv_list_w ul.hvl li {
    width: 323px;
    height: 203px;
    display: block;
    float: left;
    margin: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.home_videos .hv_list_w ul.hvl li .video_w {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1500;
}

.home_videos .hv_list_w ul.hvl li .video_w img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.home_videos .hv_list_w ul.hvl li .video_w video {
    width: 100%;
    max-height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1501;
}

.home_videos .hv_list_w ul.hvl li .video_w i.cvBtn {
    width: 32px;
    height: 32px;
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 5px;
    color: #c8102e;
    text-align: center;
    border: 1px #eee solid;
    border-radius: 50%;
    font-size: 20px;
    user-select: none;
    cursor: pointer;
    opacity: 0.85;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1502;
}

.home_videos .hv_list_w ul.hvl li .video_w i.cvBtn.scvBtn {
    display: block;
}

.specs_bg {
    background-color: #fff !important;
}

.power_search_w {
    width: 1327px;
    display: flex;
    flex-direction: column;
    margin: 12px auto;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields {
    display: block;
    padding: 24px;
    margin: 8px;
    background-color: #f9f9f9;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields input[type="text"]::placeholder {
    color: green;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w {
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_i_lbl {
    width: 15%;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_i_inp {
    width: 85%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w input {
    border: 1px solid #efefef;
    text-align: left;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w input:focus {
    outline: none;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w input.ac {
    text-align: center;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_i_inp select {
    width: 85%;
    height: 36px;
    line-height: 36px;
    margin: auto 0;
    background-color: #fff;
    border: 0.5px solid #efefef;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_i_inp select option.cls_parent {
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_i_inp select option.cls_child {
    color: #d60000;
    padding-left: 8px;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_i_inp input.s_inp {
    width: 85%;
    height: 36px;
    line-height: 36px;
    margin: auto 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_mi {
    width: 85%;
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_mi input.ss_inp {
    height: 36px;
    line-height: 36px;
    float: left;
    margin: auto 0;
    box-sizing: border-box;
    overflow: hidden;
}


.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_mi label {
    height: 36px;
    line-height: 36px;
    float: left;
    margin: 0 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w {
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w input {
    border: 0.5px solid #efefef;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w .psb_fields_gw_lbl {
    width: 15%;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w .psb_fields_md {
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w .psb_fields_md .psb_fields_group {
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0 4px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w .psb_fields_md .psb_fields_group label {
    height: 36px;
    line-height: 36px;
    padding: 0 4px;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w .psb_fields_md .psb_fields_group input.sss_inp {
    width: 64px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.power_search_w .power_search_box .psb_fields .psb_fields_group_w .psb_fields_md .psb_fields_group input.sss_inp:focus {
    outline: none;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_date {
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_date .sdt {
    height: 36px;
    line-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0 16px 0 0;
    border: 0.5px solid #efefef;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_date .sdt input[type="radio"] {
    width: 14px;
    height: 14px;
    display: block;
    margin: 11px 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_date .sdt input.d_inp {
    height: 36px;
    line-height: 36px;
    display: block;
    padding: 0 4px;
    float: left;
    background-color: #fff;
    text-align: center;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}


.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_date .sdt input.d_inp:focus {
    outline: none;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_date .sdt label {
    height: 36px;
    line-height: 36px;
    display: block;
    float: left;
    margin: 0 3px;
    padding: 0 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .psb_fields_w .psb_fields_cert {
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .goto_search_btn_w {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .goto_search_btn_w a.goto_search_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 4px auto;
    padding: 4px 24px 4px 12px;
    justify-content: center;
    border: 0.5px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .goto_search_btn_w a.goto_search_btn:hover {
    color: #d60000;
    border-color: #d60000;
    font-weight: bold;
}

.power_search_w .power_search_box .psb_fields .goto_search_btn_w a.goto_search_btn img.s_ico {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 4px 0 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_box .psb_fields .goto_search_btn_w a.goto_search_btn label.s_txt {
    height: 32px;
    line-height: 32px;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_holder {
    width: calc(100% - 820px);
    display: block;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
}

.power_search_w .power_search_holder img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.brands_w {
    width: 1327px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.brands_w .brands_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 4px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.brands_w .brands_list img {
    max-width: 20%;
    min-width: 250px;
    height: 178px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}


/*
.brands_w .brandRoller::after {
    content: "";
    display: block;
    clear: both;
}
*/

.partners_w {
    width: 1327px;
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.partners_w .partners_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 4px auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.partners_w .partners_list img {
    width: 150px;
    height: 135px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

.partners_w .brandRoller {
    width: 100%;
    margin-top: 30px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.partners_w .brandRoller ul.bList {
    width: 100%;
}

.partners_w .brandRoller ul.bList li.bi {
    width: 20%;
    display: inline-block;
    float: none;
    padding: 15px 0;
    border-right: 1px solid #f4f4f4;
    box-sizing: border-box;
    overflow: hidden;
}

.partners_w .brandRoller ul.bList li.bi div.bItem {
    width: calc(100% - 16px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 8px;
    padding: 0;
    justify-content: flex-start;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.partners_w .brandRoller ul.bList li.bi div.bItem a.gotoProductsList {
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    overflow: hidden;

}

.partners_w .brandRoller ul.bList li.bi div.bItem a.gotoProductsList div.bThumb {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.partners_w .brandRoller ul.bList li.bi div.bItem a.gotoProductsList div.bThumb img {
    width: 70px;
    height: 70px;
    display: block;
    margin: auto auto auto 8px;
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden;
}

.partners_w .brandRoller ul.bList li.bi div.bItem a.gotoProductsList div.bName {
    width: calc(100% - 100px);
    height: 70px;
    line-height: 70px;
    margin: auto;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
}

/*
.product .product-list .item {
    border: none;
}

.product-list .item .product-item {
    margin: 0 10px;
    padding: 0 0 10px;
    border: 1px solid #eee;
}

.container .product-list .item:nth-child(5n), .main .product-list .item:nth-child(4n) {
    border-right-color: #fff;
}

.main .product-list .item:nth-child(5n) {
    border-color: #f4f4f4;
}


*/

.toolbar {
    align-items: center;
    top: 20%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    right: 24px;
    transition: .2s;
    z-index: 10001;
}

.toolbar .right_icons {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.toolbar .right_icons a.tii {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

.toolbar .right_icons a.tii.is_need_bg {
    background-color: #565555;
    border-radius: 4px;
    padding: 19.1%;
    margin-bottom: 3px;
}

.toolbar .right_icons a.tii.is_half {
    background-color: #565555;
    border-radius: 4px;
    margin-bottom: 3px;
}

.toolbar .right_icons a.tii img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}


.toolbar .left_info_block {
    display: none;
    margin: 0;
    margin-bottom: auto;
    padding: 0;
    padding-right: 12px;
    position: absolute;
    top: 0;
    right: 40px;
    background-color: transparent;
    box-sizing: border-box;
    overflow: hidden;
}

.toolbar .left_info_block .info_item {
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 8px;
}

.toolbar .left_info_block .info_item.our_tel {
    display: none;
    flex-direction: column;
    margin-top: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.toolbar .left_info_block .our_tel.h {
    display: none;
}

.toolbar .left_info_block .our_tel.s {
    display: flex;
}

.toolbar .left_info_block .our_tel.s label {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
}

.toolbar .left_info_block .info_item.our_er {
    display: none;
    margin-top: 40px;
}

.toolbar .left_info_block .our_er.h {
    display: none;
}

.toolbar .left_info_block .our_er.s {
    display: flex;
}

.subjectTitle {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 16px 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.subjectTitle img {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0;
    padding: 3px;
    box-sizing: border-box;
    overflow: hidden;
}

.subjectTitle label {
    height: 48px;
    line-height: 48px;
    display: block;
    margin: 0;
    padding: 0 8px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
}
