.ttab_m {
    display: none;
}
.product-wrap-m {
    display: none;
}
.case-wrap {
    display: none;
}

.pc_block {
    display: block;
}
.phone_block{
    display: none;
}

.slide{
    position: relative;
}
.slide_inner{
    position: relative;
    overflow: hidden;
}
.slide_li{
    position: relative;
}

.slide_img{
    width: 100%;
    height: 100%;
}
.text_wrap{
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: start;
    top: 8.59vw;
    left: 18vw;
    width: 38%;
    z-index: 2;
    justify-content: start;
    text-align: left;
}
.slide_left {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 3.28vw;
    z-index: 2;
}
.slide_info{
    text-align: left;
}
.slide_title{
    width: 100%;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.5vw;
}
.slide_card{
    font-size: 0.8vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
}
.slide_text {
    font-size: 1vw;
    color: #666666;
    padding-right: 8px;
    font-weight: 400;
    width: 90%;
    line-height: 1.3;
    margin: 2vw 0;
}
.slide_text1 {
    margin-top: 1.2vw;
    text-align: left;
    /*margin-bottom: 0.5vw;*/
}
.slide_text1 .p1{
    font-size: 1.2vw;
    color: #0B0E17;
    line-height: 36px;
    font-weight: 500;
}
.wqd-btn-blue {
    width: 7vw;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: .8vw;
    border-radius: 3vw;
}
.btn2 {
    width: 7vw;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: .8vw;
    border-radius: 3vw;
    margin-left: 0.5vw;
}
.section-three-fix {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 0.8vw;
}

.new_icon {
    width: 6%;
    right: 0;
    vertical-align: top;
    margin-top: 0.4vw;
}
.simple_new_icon {
    width: 25%;
}
.activity-entry {
    position: fixed;
    left: -2px;
    bottom: 100px;
    width: 40%;
    max-width: 180px;
    z-index: 99;
}
.entry-img {
    width: 100%;
    min-width: 266px;
}
/********* tabs ***********/
@media (max-width: 768px) {
    .pc_block {
        display: none;
    }
    .phone_block{
        display: block;
    }

    .activity-entry {
        bottom: 2px;
        width: 30%;
    }

    /*棣栭〉 banner*/
    
    .slide ul {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(9,1fr);
}
    
    .slide_info{
        margin-top: 28%;
        padding: 0px 26px;
        text-align: left;
        }
    .slide_title{
        font-size: 32px;
        font-weight: 700;
        line-height: 45px;
        padding-top: 1%;
        /*margin-right: 12%;*/
    }
    .slide_card{
        font-size: 18px;
        font-weight: 500;
    }
    .slide_text{
        font-size: 17px;
        color: #666666;
        line-height: 30px;
        margin-top: 12px;
        padding-right: 8px;
    }
    .s-nav-item>a {
        color: #999B9E;
    }
    .wqd-btn-blue {
        box-shadow: none;
        width: 140px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
        border-radius: 35px;
    }
    .btn2 {
        margin-left: 0;
        width: 140px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
        border-radius: 35px;
    }
    .section-three-fix {
        position: unset;
        width: 27.8rem;
        padding-left: unset;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .m-btn {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-left: 8%;
    }
    .m-btn-left {
        margin-right: 15px;
    }
    .m-btn-right {
        margin-left: 0;
    }


    /* product */
    .product-wrap {
        display: none;
    }
    .product-wrap-m {
        display: block;
    }
    #p-wrap {
        width: 100%;
    }
    .home .p-list {
        flex-direction: row;
        grid-template-rows: repeat(8,1fr);
        grid-template-columns: 1fr;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .home .p-list .p-item.my-flex {
        flex-direction: column;
        width: 100%;
    }
    /*.home .p-list .p-l-item:last-child {*/
    /*    margin-bottom: 50px;*/
    /*}*/
    .home .p-list .p-l-item {
        margin: 3% auto;
        width: 93%;
        height: 108px;
        padding: 2%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .p_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 1% auto;
        text-align: center;
        border-bottom: 1px solid #e5e3e3;
        width: 90%;
        padding-bottom: 1%;
    }
    .p_title_item {
        margin: 0 auto;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        line-height: 22px;
        position: relative;
        /*transition: font-size .35s, font-weight .35s, color .35s;*/
        width: 50%;
        padding: 1%;
    }

    .p_title_item.active {
        font-size: 16px;
        font-weight: 600;
        color: #1A1A1A;
        line-height: 22px;
        letter-spacing: 1px;
        /*background-color: #f2f7fb;*/
        /*border-radius: 10px;*/
        /*background: linear-gradient(90deg, #f8fcff, #d7e7f5,#f8fcff);*/
        /*box-shadow: 2px -1px 3px 1px #eff3f7;*/
    }

    .p_title_item:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        background: #455c9d;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        bottom: -22%;
        margin-left: 0;
        transition: all .35s;
    }

    .p_title_item.active:after {
        width: 62%;
        height: 2px;
        left: 17%;
    }
    .home .p-list .p-item {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .home .p-list .active{
        display: flex;
        flex-wrap: wrap;
    }
    .home .p-list .p-l-item .p-l-text {
        text-align: left;
        width: 52%;
        margin-left: 6%;
    }
    .home .p-l-item .p-l-text .h3 {
        font-size: 1.2rem;
    }
    .home .p-l-item .p-l-text .p {
        color: #6B6C72;
        font-size: 1rem;
        margin-top: auto;
        line-height: 20px;
    }
    .home .p-list .p-l-item .icon {
        margin-right: 11%;
        width: 35%;
    }
    .home .p-list .p-l-item a {
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
    }
    .home .p-list .p-l-item .icon {
        margin-right: 11%;
        width: 35%;
        margin-top: auto;
    }
    .home .p-list .p-l-item .icon.voice_icon {
        margin-right: 4%;
        display: flex;
        justify-content: center;
    }
    .home .p-list .p-l-item:hover {
        box-shadow: unset;
    }


    /* tabs */
    .tabs-block .title {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.8;
        font-weight: 500;
        padding-top: 6%;
        padding-bottom: 5%;
    }

    .tabs-block .description {
        text-align: center;
        margin: 0 auto;
        line-height: 2;
        padding-bottom: 20px;
    }

    .tabs_pc {
        display: none;
    }

    .ttab_m {
        display: block;
        padding: 3% 0;
        background: #f4f9fd;
    }

    .ttab-set {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
    }

    .ttab-title {
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        line-height: 22px;
        position: relative;
        transition: font-size .35s, font-weight .35s, color .35s;
    }

    .ttab-title.active {
        font-size: 16px;
        font-weight: 600;
        color: #1A1A1A;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .ttab-title:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        background: #455C9D;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        bottom: -11px;
        margin-left: 0;
        transition: all .35s;
    }

    .ttab-title.active:after {
        width: 41px;
        height: 3px;
        left: 50%;
        bottom: -11px;
        margin-left: -20px;
    }

    .ttab-desc-container {
        padding: 0 15px;
        overflow: hidden;
    }

    .ttab-desc-box {
        padding-top: 20px;
        position: relative;
        display: flex;
        width: 100%;
        transition: transform .35s;
        margin-bottom: 1%;
    }

    .ttab-desc {
        background: white;
        width: 100%;
        position: relative;
        display: none;
        height: 520px;
        box-shadow: 0px 1px 0px 1px rgb(163 193 238 / 24%);
        border-radius: 9px;
    }

    .ttab-desc.active {
        display: block;
    }

    .tab-card-header {
        background: #FFFFFF;
        /*padding: 9px 12px;*/
        display: flex;
        margin-bottom: 23px;
        flex-direction: column;
        height: 52%;
        justify-content: center;
        margin: 16px 3% 0;
    }

    .tab-header-meta {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .tab-header-meta img {
        height: 100%;
    }

    .thc-title {
        font-size: 15px;
        font-weight: 600;
        color: #333333;
        line-height: 21px;
        margin-bottom: 12px;
    }

    .thc-describe {
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        line-height: 17px;
    }

    /** feature-list **/
    .feature-list {
        padding: 0 24px;
        /*margin: 4% auto 0;*/
        /*padding: 3%;*/
    }
    .home .tab-bot-wrap {
        margin: 4% auto 0;
        padding: 3%;
        text-align: center;
    }
    .feature-item {
    }

    .feature-title {
        font-size: 14px;
        font-weight: 500;
        color: #1A1A1A;
        line-height: 20px;
        margin-bottom: 12px;
        position: relative;
    }

    .feature-desc {
        font-size: 12px;
        color: #666666;
        line-height: 17px;
        margin-bottom: 19px;
        margin-left: 14px;
    }

    .feature-desc::before {
        position: absolute;
        left: 22px;
        margin-top: 1%;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 4px;
        background: #b2d0e7;
    }


    /*part4*/
    .home .business-inner .h2 {
        padding: 7% 0;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .home .business-wrap {
        padding: 3% 0;
        background-color: white;
    }
    .home .b-list .b-item.active .small {
        flex-direction: column;
    }
    .home .b-list .b-item.active .small .h3>p:last-child {
        font-size: 1.2rem;
    }
    .home .b-list .b-item.active .text {
        font-size: 0.9rem;
    }
    .home .b-list.b-list1 .b-item {
        width: 95%;
        height: 180px;
        margin: 2% auto;
    }
    .home .b-list .small .icon {
        width: 100%;
        height: 100%;
    }
    .home .b-list .h3 {
        padding: 1% 0;
    }
    .b-item-top{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .b-item-bottom{
        margin-top: 2%;
    }
    .top_left {
        float: left;
    }
    .top_right {
        float: left;
        margin: 1% auto;
    }
    .top_left img{
        margin: 0 auto;
        width: 80%;
    }
    .home .b-list .text {
        margin-top: 0;
    }

/*part5*/
    .s-item-div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 3%;
    }
    .home .simple-wrap {
        /*background: #f4f9fd;*/
    }
    .home .simple-inner {
        margin: 0;
        padding: 0 0 4%;
    }
    .home .simple-inner .icon {
        width: 80%;
        height: 6rem;
    }
    .home .simple-inner .s-item {
        width: 100%;
    }
    .home .simple-inner .h2 {
        padding: 7% 0 5%;
        font-weight: 500;
        font-size: 1.5rem;
    }
    .home .simple-inner .h3 {
        font-size: 1.2rem;
        line-height: 25px;
        color: #3b3d44;
    }
    .home .simple-inner .p {
        font-size: 0.9rem;
        margin-top: 0;
    }
    .s-item-div-child{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0 3%;
    }
    .s-item-div-bottom{
        height: 6rem;
    }

    .access-inner .h2 {
        font-size: 1.8rem;
        line-height: 1.8;
    }

/*part6*/
    .home .map-inner .h2 {
        padding: 11% 0 8%;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 1.8;
    }

    /* case */
    .case-wrap {
        display: block;
        padding: 3% 0;
        background: #f4f9fd;
        padding-bottom: 6%;
    }

    .case_title {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        align-items: center;
    }

    .case_title_item {
        font-size: 0.8rem;
        font-weight: 400;
        position: relative;
        transition: font-size .35s, font-weight .35s, color .35s;
        line-height: 25px;
        background-color: #ecf0f5;
        border-radius: 25px;
        padding: 0 2%;
    }

    .case_title_item.active {
        font-size: 1rem;
        font-weight: 600;
        background-color: #455c9d;
        line-height: 27px;
        letter-spacing: 1px;
        color: white;
    }
/*
    .case_title_item:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        background: #0091FF;
        border-radius: 2px;
        position: absolute;
        left: 50%;
        bottom: -11px;
        margin-left: 0;
        transition: all .35s;
    }

    .case_title_item.active:after {
        width: 41px;
        height: 3px;
        left: 50%;
        bottom: -11px;
        margin-left: -20px;
    }*/

    .case_container {
        padding: 0 15px;
        overflow: hidden;
    }

    .case_container_box {
        padding-top: 20px;
        position: relative;
        display: flex;
        width: 100%;
        transition: transform .35s;
        margin-bottom: 1%;
    }

    .case_container_item {
        background: white;
        width: 26rem;
        position: relative;
        display: none;
        box-shadow: 0px 1px 0px 1px rgb(163 193 238 / 24%);
        border-radius: 9px;
        margin: 0 auto;
    }

    .case_container_item.active {
        display: block;
    }

    .case_card_header {
        box-shadow: 0px 0px 4px 0px rgb(163 193 238 / 24%);
        border-radius: 6px;
        display: flex;
        align-items: center;
        margin-bottom: 23px;
    }

    .case_card_header img {
        max-width: 100%;
        /*max-height: 100%;*/
        border-radius: 9px 9px 0 0;
    }
    .case_header_img {
        display: flex;
        flex-direction: row;
        margin: 3% auto;
        padding: 0 2%;
        height: 47px;
    }
    .case_header_img_user {
        width: 25%;
        margin: 0 auto;
    }
    .case_header_img_user img {
        max-width: 100%;
    }

    .case_header_content {
        padding-left: 6px;
        text-align: center;
        margin: 6% auto 0;
        width: 90%;
        height: 85px;
    }
    .content-title {
        font-size: 1rem;
        font-weight: 600;
        color: #333333;
        line-height: 21px;
        margin-bottom: 5px;
    }
    .content-describe {
        font-size: 0.9rem;
        font-weight: 400;
        color: #666666;
        line-height: 17px;
    }

    .count_up {
        animation: animated_count 1s infinite;
        -moz-animation: animated_count 1s infinite;
        -webkit-animation: animated_count 1s infinite;
        -o-animation: animated_count 1s infinite;
    }
    @-webkit-keyframes animated_count
    {
        0%{top:0;}
        100%{top:50px;}
    }
}
