body {
    background-color: #fbfbfb;
}

main div,
main li,
main input,
main textarea {
    box-sizing: border-box;
}
main a {
    text-decoration: none;
}
main a:hover {
    text-decoration: none;
}
main li {
    list-style: none;
}
main .content-box {
    width: 1080px;
    margin: 0 auto;
}

@media (max-width: 770px) {
    main .content-box {
        max-width: 345px;
    }
}

main input {
    border: none;
    font-size: 12px;
    color: #999999;
    width: 85%;
    background-color: transparent;
    height: 100%;
    outline: none;
}

main input::-webkit-input-placeholder {
    color: #999;
    transform: translate(0, 2px);
}

.banner {
    margin-top: 40px;
}

@media (max-width: 600px) {
    .banner {
        margin-top: 20px;
    }
}

.banner .content-box .banner-header {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .banner .content-box .banner-header {
        margin-bottom: 20px;
    }
}

.banner .content-box .banner-header::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.banner .content-box .banner-header h1 {
    font-size: 32px;
    /*background-color: #ffffff;*/
    background-color: #fbfbfb;
    padding: 0 30px;
}

@media (max-width: 600px) {
    .banner .content-box .banner-header h1 {
        font-size: 24px;
    }
}

.banner .content-box .wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 769px) {
    .banner .content-box .wrap {
        flex-direction: column;
    }
}

.banner .product-swiper {
    width: 64%;
    box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.1);
}

.banner .product-swiper .swiper-container {
    overflow: hidden;
    position: relative;
}

@media (max-width: 769px) {
    .banner .product-swiper {
        width: 100%;
    }
}

.banner .product-swiper img {
    max-width: 100%;
}

@media (max-width: 769px) {
    .banner .product-swiper img {
        width: 100%;
    }
}

.banner .product-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #999;
    opacity: 1;
}

.banner .product-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #008E93;
}

.banner .weekly-recommend {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 33%;
    padding: 20px;
}

@media (max-width: 769px) {
    .banner .weekly-recommend {
        width: 100%;
        margin-top: 40px;
    }
}

.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-tag {
    font-size: 14px;
    color: #666666;
}

.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-title a {
    color: #333333;
}

.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-title a:hover {
    color: #008E93;
}

.banner .weekly-recommend .weekly-recommend-top-wrap .weekly-recommend-description {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    margin-top: 20px;
}

.banner .weekly-recommend .weekly-recommend-bottom-wrap span {
    font-size: 14px;
    color: #999999;
}

.banner .weekly-recommend .weekly-recommend-bottom-wrap a {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.banner .weekly-recommend .weekly-recommend-bottom-wrap a:hover {
    text-decoration: underline;
    color: #008E93;
}

.product-category-nav {
    width: 100%;
    margin: 40px 0;
    /*background-color: #ffffff;*/
    background-color: #fbfbfb;
}

@media (max-width: 769px) {
    .product-category-nav {
        display: none;
    }
}

.product-category-nav.active {
    z-index: 2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
}

.product-category-nav .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-category-nav .nav_list {
    display: flex;
    /*align-items: baseline;*/
}

.product-category-nav .nav_list>div {
    font-size: 16px;
    color: #000000;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.product-category-nav .nav_list>div {
    padding-top: 8px;
}

.product-category-nav .nav_list>div:first-child {
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
}

.product-category-nav .nav_list>div .more_title {
    color: #999;
    display: block;
    height: 100%;
    line-height: 50px;
    margin-left: 30px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
}

.de-resources .product-category-nav .nav_list>div .more_title {
    margin-left: 15px;
    font-size: 14px;
}

.product-category-nav .nav_list>div .more_title:hover {
    color: #008E93;
    border-bottom-color: #008E93;
}

.product-category-nav .nav_list>div.active .more_title {
    color: #008E93;
    border-bottom-color: #008E93;
}

.product-category-nav .search-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 30px;
    border-radius: 20px;
    width: 260px;
    margin-top: 8px;
}

.product-category-nav .search-area form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.product-category-nav .search-area span {
    color: #999999;
    font-size: 20px;
    cursor: pointer;
}

@media (min-width: 769px) {
    .mobile-product-category-nav {
        display: none;
    }
}

.mobile-product-category-nav .search-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    border-radius: 10px;
    height: 40px;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
}

.mobile-product-category-nav .search-area span.arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.mobile-product-category-nav .search-area span.arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(https://cdn.tunefab.com/img/resource/tangle.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.5s;
    transform: rotateZ(0);
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-product-category-nav .search-area span.c {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-product-category-nav .search-area input {
    display: none;
    height: 40px;
}

.mobile-product-category-nav .search-area ul {
    display: none;
}

.mobile-product-category-nav .search-area ul li {
    margin-bottom: 15px;
}

.mobile-product-category-nav .search-area ul li a {
    font-size: 14px;
    color: #999999;
}

.mobile-product-category-nav .search-area ul li:last-child {
    margin-bottom: 0;
}

.mobile-product-category-nav .search-area.active {
    height: auto;
    padding: 10px 15px 15px 15px;
}

.mobile-product-category-nav .search-area.active span.arrow::after {
    transform: rotateZ(180deg);
}

.mobile-product-category-nav .search-area.active input {
    display: block;
}

.mobile-product-category-nav .search-area.active span.c {
    display: none;
}

.mobile-product-category-nav .search-area.active ul {
    display: block;
    padding-left: 10px;
}

.product-category-panel-wrap {
    padding-bottom: 90px;
}

@media (max-width: 769px) {
    .product-category-panel-wrap {
        padding-bottom: 60px;
    }
}

.product-category-panel-wrap .tag-and-publish-time {
    color: #999;
    margin-bottom: 20px;
}

.product-category-panel-wrap .tag-and-publish-time span {
    margin-right: 15px;
}

.product-category-panel-wrap .tag-and-publish-time span:first-child {
    position: relative;
    padding-left: 20px;
}

.product-category-panel-wrap .tag-and-publish-time span:first-child::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(https://cdn.tunefab.com/img/Tutorials/tag.svg) no-repeat center center;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.product-category-panel-wrap .tag-and-publish-time span a {
    font-size: 14px;
    color: #999999;
}

.product-category-panel-wrap .tag-and-publish-time span a:hover {
    color: #008E93;
}

.product-category-panel-wrap .product-category-panel {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 40px;
    margin-top: 60px;
}

@media (max-width: 769px) {
    .product-category-panel-wrap .product-category-panel {
        flex-direction: column;
        padding: 30px 15px;
    }
}

.product-category-panel-wrap .product-category-panel:first-child {
    margin-top: 0;
}

.product-category-panel-wrap .product-category-panel .lastest-article {
    width: 55%;
}

@media (max-width: 769px) {
    .product-category-panel-wrap .product-category-panel .lastest-article {
        width: 100%;
        text-align: center;
    }
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header {
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header .lastest-article-tag {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header .lastest-article-tag {
        font-size: 16px;
    }
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a {
    font-size: 14px;
    color: #999999;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a span {
    transition: margin-left 0.5s;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a:hover {
    color: #008E93;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-header a:hover span {
    margin-left: 10px;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-title {
    margin-bottom: 10px;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-title a {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-title a:hover {
    color: #008E93;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .lastest-article-main-description {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
}

.product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .figure img {
    width: 100%;
    height: 350px;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area {
    width: 40%;
}

@media (max-width: 769px) {
    .product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area {
        width: 100%;
        margin-top: 40px;
    }

    .product-category-panel-wrap .product-category-panel .lastest-article .lastest-article-main .figure img {
        width: 100%;
        height: auto;
    }
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list-area-header {
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list-area-header .lastest-recommend-article-list-tag {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 600px) {
    .product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list-area-header .lastest-recommend-article-list-tag {
        font-size: 16px;
    }
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item {
    display: flex;
    padding: 23px 0;
    border-bottom: 1px dashed #e0e0e0;
    align-items: baseline;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item>span {
    font-size: 14px;
    color: #008E93;
    font-weight: bold;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap {
    margin-left: 10px;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap a {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap a:hover {
    color: #008E93;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap .tag-and-publish-time {
    margin-bottom: 0;
    margin-top: 5px;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap .tag-and-publish-time a {
    font-size: 14px;
    color: #999;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item .wrap .tag-and-publish-time a:hover {
    color: #3590e2;
}

.product-category-panel-wrap .product-category-panel .lastest-recommend-article-list-area .lastest-recommend-article-list .lastest-recommend-article-item:last-child {
    border: none;
}

/* LEUNG HO TIN 2020-07-27 */
.more-click {
    display: none;
    position: absolute;
    z-index: 100;
}

.product-category-nav .more-click img {
    display: block;
    width: 36px;
}

.more-click .more-arrow {
    z-index: 600;
}

.more-click .list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
}

.more-click .list-item a:hover {
    color: #008E93;
    border-bottom-color: #008E93;
}

.more-click .list-item a {
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    line-height: 2.417;
    color: #999;
    display: block;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
}

.more-click .more-list {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.09);
}

.more-click .more-arrow {
    margin-left: 18%;
}

.product-category-nav .nav_list>div .more_title {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.product-category-nav .nav_list {
    width: 100%;
}

.product-category-nav .nav_list>div.active .more_title>.p-icon-down {
    transform: rotate(180deg);
    top: 2px;
}

.mobile-product-category-nav .product-category-list .nav_list>div .more_title {
    display: flex;
    justify-content: space-between;
}

.mobile-product-category-nav .product-category-list .mobile-more {
    display: none;
}

.mobile-product-category-nav .product-category-list .more-item {
    background-color: rgb(247, 247, 247);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*height: 125px;*/
    height: auto;
}

.search-area .product-category-list .nav_list>div.active .more_title>.p-icon-down {
    transform: rotate(180deg);
    top: 2px;
}

.product-category-nav .nav_list>div .sele-arrow {
    width: 9px;
    margin: 3px 0 0 5px;
}