/*
 * @Author: Alan.zheng 
 * @Date: 2022-07-08 15:33:08 
 * @Last Modified by: Alan.zheng
 * @Last Modified time: 2022-07-14 13:58:34
 */


@media (max-width: 991.98px) {
    .header-menu .item>a {
        min-width: 80px;
    }

    .news-item .img {
        height: 1rem;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    html {
        overflow-x: hidden;
    }
    .row-head {
        justify-content: space-between;
    }
    .header-menu-icon {
        color: var(--primary);
        margin-top: 8px;
        text-align: right;
    }
    .header-menu-icon .iconfont {
        font-size: 18px;
        font-weight: bold;
    }
    .header-logo img {
        height: 30px;
    }
    .header {
        height: 40px;
    }
    .header-menu {
        position: static;
        height: 40px;
    }
    .header-menu .ul {
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--primary);
        width: 60%;
        height: 100vh;
        z-index: 97;
        display: block;
        padding: 50px 20px 20px;
        transition: all .36s;
        transform: translateX(-100%);
    }
    .header-menu .ul.active {
        transform: translateX(0);
    }
    .header-menu .item>a {
        color: #fff;
        line-height: normal;
        text-align: left;
        padding: 15px 0;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .header-menu .item.active>a, .header-menu .item:hover>a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .header-menu .item-language .iconfont {
        color: #fff;
    }
    .header-menu .item .child {
        position: static;
        transform: translateY(0);
        box-shadow: none;
        background:none;
        text-align: left;
        padding: 0 0 0 25px;
    }
    .header-menu .item .child>a {
        color: #fff;
        padding: 10px 0;
        font-size: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .header .header-menu .item.has-child>a {
        position: relative;
    }
    .header .header-menu .item.has-child>a::after{
        content: ' ';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: url('/wp-content/themes/makertimetaishi/images/icon-right.svg');
        width: 6px;
        height: 10px;
        background-size: 100%;
        transition: all .36s;
    }
    .header .header-menu .item.has-child>a.cur::after {
        transform: rotate(90deg);
    }
    .header-m {
        display: none;
    }
    .header-m .box {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px;
        z-index: 98;
        width: 60%;
    }
    .header-m .iconfont {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .header-m img.white {
        width: 24px;
    }
    .header-m .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 96;
        background-color: rgba(28, 28, 28, .3);
    }
    .footer-top {
        padding:30px 0 15px 0;
    }

    .footer-menu a {
        display: block;
        text-align: left;
        padding: 12px 0;
        margin: 0;
        border-top: 1px solid rgba(149, 176, 180, .2);
    }
    .footer-copyright {
        margin-top: 0;
        font-size: 12px;
    }

    .footer-qrcode {
        padding-top: 15px;
        margin:0 0 15px 0;
        border-top: 1px solid rgba(149, 176, 180, .2);
    }

    .banner-top img{
        height: 160px;
    }
    .hei-title {
        font-size: 20px;
        margin: 30px 0;
    }
    .hei-title .en {
        font-size: .5rem;
    }
    .hei-title .cn {
        margin-top: -24px;
    }
    .contact-tabs-wraper {
        overflow-x: auto;
        padding: 5px;
    }
    /* .contact-tabs {
        width: 180vw;
    } */
    .contact-tabs .tab {
        width: 100vw;
        /* margin-right: 5px; */
    }
    .contact-tabs .tab .cn {
        font-size: 13px;
    }
    .contact-tabs .tab .en {
        font-size: 8px;
    }
    .contact-tabs .tab .iconfont {
        font-size: 4px;
    }
    .contact-head {
        display: block;
        margin-top: 0;
    }
    .contact-head .item {
        justify-content: flex-start;
        margin: 5px 0;
    }
    .contact-center .item-left {
        font-size: 12px;
        flex: .9;
    }
    .contact-center .item-left .dd {
        margin: 0;
    }
    .contact-center .item-left .dd .iconfont {
        font-size: 14px;
    }
    .contact-center .item-right {
        margin-left: 25px;
        font-size: 12px;
    }
    .contact-center .item-right img {
        width: 90px;
    }
    .contact-center .item-left .title {
        font-size: 14px;
    }
    .contact-bottom .title {
        font-size: 20px;
    }
    .contact-bottom .info {
        font-size: 12px;
    }
    .contact-bottom .input {
        padding: 10px 20px;
    }
    .contact-bottom .form {
        margin-top: 20px;
    }
    .customized .item{
        margin-bottom: 20px;
    }

    .news-contact {
        text-align: center;
        padding: 30px 0;
    }
    .news-contact,.news-contact .bold {
        font-size: 14px;
    }
    .news-search {
        margin:  0 15px;
    }
    .news-search .box {
        width: 100%;
    }
    .news-item .img {
        height: 3.8rem;
        overflow: hidden;
    }
    .news-item .title {
        color: #1c1c1c;
        margin-bottom: 5px;
    }
    .news-item {
        margin: 20px 0 0;
    }
    .page-m-wrap {
        display: flex;
        text-align: center;
        margin: 40px 15px 0 20px;
        align-items: center;
        color: #606060;
        font-size: 15px;
    }
    .page-m a {
        padding: 10px 30px;
        border: 1px solid #95B0B4;
        color: #606060;
    }
    .page-m-center {
        flex: 1;
    }
    .page-m-center .cur {
        color: var(--primary);
    }
    .page-m-center {
        margin: 0 3px;
    }
    .news-detail .title {
        font-size: 15px;
    }

    .product-detail .title {
        font-size: 16px;
    }
    .product-detail .item-box {
        padding:0;
    }
    .product-detail .item-box h5{
        font-size: 15px;
        margin: 0 0 10px 0;     
    }

    .wuxing-tabs .tab {
        padding: 10px 15px;
        min-width: auto;
    }
    .wuxing-table td,.wuxing-table .th td {
        padding: 10px 2px;
        font-size: 12px;
        vertical-align: middle;
    }
    .wuxing-table tr td:first-child {
        white-space: nowrap;
    }

    .product-list-table td,.product-list-table .th td {
        padding: 10px 2px;
        font-size: 12px;
        vertical-align: middle;
    }
    .product-list-table tr td:first-child {
        white-space: nowrap;
    }

    .scroll-top {
        right: 20px;
        bottom: 20px;
    }
    .product-info {
        margin-top: -20px;
        padding: 20px;
    }
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .product-head .about-serve .swiper-pagination-bullet {
        background-color: #fff;
    }
    .product-head .about-serve {
        padding-bottom: 15px;
    }
    .product-head .about-serve .swiper {
        padding-bottom: 30px;
    }
    .product-head .about-serve .swiper-pagination {
        bottom: 0;
    }
    .about-title .title {
        font-size: .4rem;
    }
    .about-title .info {
        font-size: 12px;
        margin-bottom: 15px;
        margin-top: 5px;
        padding-bottom: 10px;
    }
    .about-title .info::after {
        height: 2px;
        bottom: 5px;
    }
    .product-info {
        font-size: 12px;
    }
    .product-tigong .list-wrap {
        padding: 5px;
        overflow-x: auto;
    }
    .product-tigong .list {
        width: 200vw;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .product-tigong .list .item {
        width: 40%;
        margin: 0 7px;
    }
    .product-tigong .item .item-top {
        padding: 5px 10px;
        font-size: 11px;
    }
    .product-tigong .item .item-top .title {
        font-size: 15px;
    }
    .product-tigong .item .item-content {
        padding: 10px;
        font-size: 12px;
    }
    .product-tigong .item .item-content .dd {
        margin-bottom: 5px;
        background-size: 10px 10px;
        padding-left: 15px;
    }
    .product-hangye {
        padding: .5rem 0;
    }
    .product-hangye .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .product-hangye div[class^="col-"] {
        padding: 8px;
    }
    .product-hangye .item img {
        width: 30px;
        height: 30px;
    }
    .product-hangye .item .title {
        font-size: 11px;
        margin-top: 8px;
    }
    .page {
        padding-bottom: .5rem;
    }
    .contact-bottom {
        padding: .5rem 0;
    }
    
    .about-serve {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .about-top {
        border-bottom-width: 40px;
    }
    .about-tabs {
        margin-top: -20px;
    }
    .about-tabs .tab {
        font-size: 15px;
        padding: 10px 15px;
        height: auto;
        min-width: auto;
        margin-right: 10px;
        justify-content: center;
    }
    .about-tabs .tab .en {
       
        font-size: 12px;
    }
    .about-box {
        margin: 20px 0;
    }
    .corporate-top .title {
        font-size: .4rem;
    }
    .corporate-top {
        padding: 40px 0;
    }
    .corporate-list {
        margin-top: 0;
    }
    .corporate .col-sm-4 {
        margin-top: 50px;
    }
    .corporate .item {
        padding-bottom: 20px;
        font-size: 15px;
    }
    .corporate .item .info {
        font-size: 11px;
    }
    .about-box .ceo {
        margin: 0 auto;
    }
    .ceo .title {
        font-size: 18px; 
        padding-left: 8px;
    }
    .ceo .title .en {
        margin-top: 2px;
        font-size: 18px;
    }
    .ceo .img-wrap .logo-info {
        width: 44px;
        bottom: 10px;
        right: 10px;
    }
    .ceo .ceo-center {
        font-size: 12px;
        padding: 40px 0 0;
        margin-top: 10px;
    }
    .about .ceo .img-wrap {
        margin: 25px 15% 0 15%;
    }
    .about .ceo.group .img-wrap {
        margin: 0 0 20px 0;
    }
    .ceo.group .ceo-center {
        padding-top: 0;
    }
    .about .about-info {
        margin: 15px;
    }
    .about .about-info .item {
        padding: 15px 0;
        border-bottom: 1px solid #D9DFE8;
    }
    .about .about-info .item:nth-child(n+3){
        border-bottom: 0;
    }
    .about .about-info .item::after {
        height: 100%;
    }
    .about .about-info .item:nth-child(2)::after{
        display: none;
    }
    .about-info .cicle {
        width: 50px;
        height: 50px;
        font-size: .3rem;
        margin-bottom: 8px;
    }
    .about-product .item {
        margin:15px 0 0 0;
    }
    .about-product {
        padding: .5rem 0;
    }
    .about-serve .swiper {
        padding: 10px 5px 30px 5px;
    }
    .about-serve .swiper-pagination {
        bottom: 0;
    }
    .about-serve .swiper .name {
        font-size: 12px;
    }
}