﻿.level1titleimg {
    text-align: center;
    max-width: 100%;
    margin: 123px 0 0;
}
.level1titleimg img {
    /*width: 100%;
    padding-right: 10px;*/
}
.level1titleimg img {
    width: 100%;
}
.level1title {
    font-size: 24px;
    font-family: Microsoft JhengHei;
    text-align:center;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.level1name{
    color:#585858 !important;
    font-size:14px;
    text-align: center;
    display: block;
    margin-top: 8px;
    letter-spacing:1px;
    line-height:24px;
}
.level1Price {
    text-align: center;
    font-size:14px;
    color:#585858;
    letter-spacing:1px;
    height: 14px;
    line-height: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
span.level1oriprice {
    text-decoration: line-through;
    margin-right:10px;
}
.level1saleprice {
    color: #d52575 !important;
}
.level1item {
    width: 80%;
    margin: 0 auto;
}
.level1info {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3.125%;
}
.level1info>div {
    flex: 0 0 33.3%;
}
.level1info img {
    width: 100%;
}
.level1info>div {
    flex: 0 0 33.3%;
    box-sizing: border-box;
    padding: 0 3.125%;
}
.level1btmdv {
    margin-bottom: 123px;
}