.contact-detail {
    display: flex;
    margin-top: 20px;
}

.contact-detail>div {
    width: 50%;
    padding-right: 8px;
}

.product_Related {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.product_Related>li {
    position: relative;
    margin: 15px 22.5px;
    width: calc(100% / 3 - 30px);
}

.product_Related>li:nth-child(3n+1) {
    margin-left: 0;
}

.product_Related>li:nth-child(3n+0) {
    margin-right: 0;
}

.product_Related>li>span {
    position: absolute;
    bottom: -1.5rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.product_Related>li>a>img {
    width: 100%;
    transition: none;
}

.edit img {
    padding: 0!important;
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}
.edit table{
    width: 100%!important;
}
.edit td{

    padding: 0!important;
}















/*搜索*/

.box {
    margin: 50px 0;
    width: 100%;
    height: 50px;
}

.container-4 {
    width: 400px;
    margin: 0 auto;
    vertical-align: middle;
    white-space: nowrap;
}

.container-4 input#search {
    width: 100%;
    height: 50px;
    background: white;
    border: none;
    box-shadow: 0px 0px 5px black;
    font-size: 10pt;
    float: left;
    color: black;
    padding-left: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.container-4 input#search:focus {
    box-shadow: 0px 0px 5px #505056;
}

.container-4 input#search::-webkit-input-placeholder {
    color: #65737e;
}

.container-4 input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

.container-4 input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.container-4 input#search:-ms-input-placeholder {
    color: #65737e;
}

.container-4 button.icon {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    cursor: pointer;
    border: none;
    background: white;
    height: 50px;
    width: 50px;
    color: #4f5b66;
    font-size: 10pt;
    margin-left: -50px;


    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.container-4 button.icon>i {
    color: black;
}

.search_result {
    text-align: center;
}

.page-header-left>h1 {
    color: #F4BC16;
}

.page-header-left>h1>span {
    color: black;
}

.product_title {
    text-align: center;
}

* {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif !important;
}