

/************************* Breadcrumb **********************************************/
#topicPath_v4 {
    overflow-x: auto;
    font-size: 12px;
    padding-top: 80px;
    padding-bottom: 0;
    /* margin-bottom: 1rem; */
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    background-color: #f1f2f1;
}

@media print, screen and (max-width: 767px) {
    #topicPath_v4 {
        overflow-x: scroll;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media print, screen and (min-width: 768px) {
    /* #topicPath_v4 {
    margin-bottom: 5rem;
  } */
}

#topicPath_v4 {
    margin-bottom: 0;
    margin-top: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

#topicPath_v4 ul {
    white-space: nowrap;
    display: inline-block;
    padding-right: var(--container-padding);
}

    #topicPath_v4 ul > li:not(:last-child) > a:hover {
        color: inherit;
        text-decoration: underline;
    }

    #topicPath_v4 ul > li {
        display: inline-flex;
        align-items: center;
        margin-right: 0.5rem;
    }

        #topicPath_v4 ul > li:not(:last-child) > a {
            color: #515151;
        }

        #topicPath_v4 ul > li:not(:last-child)::after {
            content: "";
            background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2216%22%20viewBox%3D%220%200%207%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%201L5.18655%207.05025C5.6731%207.75338%205.65883%208.68804%205.15105%209.37599L1%2015%22%20stroke%3D%22%23D6D6D6%22%2F%3E%0A%3C%2Fsvg%3E);
            width: 7px;
            height: 16px;
            margin-left: 0.5rem;
            display: inline-block;
        }

        #topicPath_v4 ul > li a:hover,
        #topicPath_v4 ul > li a:active,
        #topicPath_v4 ul > li a:focus {
            color: unset;
        }

#topicPath_v4 strong{
    text-decoration: none;
    text-overflow: ellipsis;
}

#topicPath_v4 li strong {
    max-width: none;
    font-family: var(--font-bold, sans-serif);
    font-weight: 700;
    color: #000000;
}

#topicPath_v4 ul span {
    display:none;
}

/***************************Breadcrumb End*****************************************/

#content_v4 h1 {
    font-size: 150%;
}
/*.paneL {
    float: none!important;
}*/
.c_category_table tr td.alignL {
    text-align: left!important;
}
.c_category_table select {
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #adadad;
    background-color: #fff;
    /*background-image: var(--i-arrow_b, none);*/
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: calc(100% - 0.5rem) center;
    cursor: pointer;
    line-height: 24px;
    width:auto;
}
table select,.select select{
    font-family: var(--font-medium, sans-serif);
    font-weight: 500;
    color: var(--color-text-secondary);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #adadad;
    cursor: pointer;
    line-height: 24px;
    width:auto;
}
html body .main-content .pop-content-table select {
    margin: 4px 0 0;
    padding: 5px 10px 0;
}

/*.main-content,
.page-not-found {
    margin: 0 auto 0;
    padding: 0 10px 0;
}*/

.pop_wechat{
    position: relative;
}
.pop_wechat .pop_img{
    position: absolute;
    top: -118px;
    left: -38px;
    display: none
}
.pop_wechat .pop_img:before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 46px;
    top: 97px;
    transform: rotate(45deg );
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.pop_wechat:hover .pop_img{
    display: block;
}
.pop_wechat .pop_img img{
    width: 104px;
    height: 104px;
    max-width: inherit;
    position: relative;
    z-index: 3
}
.login_box .btn{
    background: #01916d;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    color: #fff!important;
    cursor:pointer;
}
.login_box .btn:hover{
    opacity: 0.9;
    text-decoration:none !important;
}
input, button, select, optgroup, textarea{
    -webkit-appearance: auto;
    appearance: auto;
}
input[type=checkbox]{
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
input[type=radio]{
    -webkit-appearance: radio;
    appearance: radio;
}
.main-content a{
    color: #01916d;
}
.main-content a:hover{
    text-decoration: underline;
}
.con_btn .btn{
    background: #01916d;
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    color: #fff!important;
    cursor:pointer;
}
.con_btn .btn:hover{
    opacity: 0.9;
    text-decoration: none;
}
.m-global-header__global-link{
    color: #333;
    display: inline-block;
    margin-right:1.2rem;
}
section form a.btn_apply,
section form a.btn_apply:hover {
    color: #fff!important;
}

.row::after {
  content:"";
  display:block;
  clear:both;
}


#backtotop {
    position: fixed;
    right: 15px;
    top: 80%;
    display: none;    
}

#backtotop a {
    padding: 4px 15px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    z-index: 5;
    display: block;
    height: 3rem;
    width: 3rem;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.17);
    text-decoration: none;
    color: white;
    font-size: 14px;
    display: flex;
    text-align: center;
    align-items: center;    
}
.back-to-top {
    display: none!important;
}

.m-header__head {
    z-index: 2;
}


.bg_mask {
    visibility: hidden;
    background: rgba(0, 0, 0, .07);
    opacity: 0;
    transition: opacity .4s ease-out, visibility .4s ease-out;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.is-open .bg_mask {
    visibility: visible;
    opacity: 1;
}

.m-header__search-dialog {
    display: none;
}

.m-header__search-dialog.is-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.m-header__search {
    position: relative;
    z-index: 3;
}
.m-header__search-btn.is-open {
    position: relative;
    z-index: 11;
    width: 24px;
    height: 24px;
}

.site-header.fix {
    display: block;
}
@media only screen and (max-width: 992px) {
    .m-header.is-set .m-header__body {
        display: none!important;
        opacity: 0;
    }
    .m-header.is-set .m-header__body.in-open {
        display: block!important;
        opacity: 1;
        transition: opacity 3s;
    }
    /*#main-content {
        top: 90px;
    }*/
    .m-global-menu {
        top: 20px;
    }
    #content_v4 {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 999px), print {
    .main-nav .megamenu .nav-level2__link {
        font-weight: normal;
    }
    .main-nav .lvl2-menu__title a, .main-nav .megamenu__title a {
        font-weight: normal;
    }
}


/* 20240226 add */
.m-page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .m-page-top {
    position: sticky;
    position: -webkit-sticky;
    right: auto;
    bottom: auto;
    top: 100vh;
  }
}
.m-page-top__btn {
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.25);
  text-align: center;
  transition: opacity 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, transform 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335) 0s;
  bottom: 0.5rem;
  bottom: calc(env(safe-area-inset-bottom) + 44px);
  right: 0.5rem;
}
.m-page-top__btn::after {
  content: "";
  background: url("/resources/chi-hans/images/icn_up-w.svg") no-repeat center;
  background-size: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.m-page-top__btn__text {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
[data-script-enabled=true] .m-page-top__btn {
  transform: translateY(4rem);
  opacity: 0;
}

.m-page-top.-scrollOver {
  position: absolute;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .m-page-top.-scrollOver {
    position: sticky;
    position: -webkit-sticky;
  }
}
.m-page-top.-show .m-page-top__btn {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0s linear 0s, transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
@media print, screen and (min-width: 768px) {
  .m-page-top__btn {
    bottom: 1rem;
    right: 1rem;
  }
  [data-script-enabled=true] .m-page-top__btn {
    transform: translateY(5rem);
  }
}

.main-content input[type="submit"]:hover {
    opacity: 0.9;
}

.main-content input[type="submit"] {
    color: #fff;
    background: #01916d;
    border: 1px solid #01916d;

}