body {
    font-family: 微軟正黑體 !important;
}

.section1-title{
    color:#E7395B;
    font-size: 50px;
    position: relative;
}

.section1-title:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 2px solid #2FB7DD;
}

.product-block{
    border-style: solid;
    border-width: thin;
}

.product-text-block{
    padding: 20px
}

.hit-product-img{
    background-color: white;
}

li.t-center:hover span.fs-10{
    display:block;
}

span.fs-10{
    display:none;
}

.image-text{
    width: 30% !important;
    position:absolute;
    top: 30%;
    left: 62%;
    z-index: 2;
}

.image-button{
    width: 30% !important;
    position:absolute;
    top: 50%;
    left: 64%;
    z-index: 2;
}

.image-text2{
    width: 30% !important;
    position:absolute;
    top: 30%;
    left: 62%;
    z-index: 2;
}

.image-button2{
    width: 30% !important;
    position:absolute;
    top: 50%;
    left: 63%;
    z-index: 2;
}

.hot-product{
    background-color:white;
}

.about-text{
    font-size: 21px;margin: 0px 80px;
}

@media (min-width: 1024px) {
    .padding-top-160{
        padding-top:160px;
    }

    .margin-bottom-160{
        margin-bottom:160px;
    }
}
@media (max-width: 576px) {
    .about-center{
        text-align: center;
    }
    .about-text{
        font-size: 21px;margin: 0px 20px;
    }
    .wrap_header_mobile{
        padding-left: 10px
    }
}

@media only screen and (max-width: 768px) {
    .about-center{
        text-align: center;
    }
}

.product-height{
    height:120px;
}