#sunny .main-region {
    display: flex;
}

#sunny .main-bigtitle {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0 5px;
}

.main-bigtitle span {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.main-bigtitle .main-infor {
    margin-top: 10px;
    text-align: center;
}

.main-bigtitle a {
    text-align: center;
    display: inline-block;
    padding: 7px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
    background:#458442;
    box-shadow: 0px 2px 0px #1f561c;
}

.main-bigtitle a:hover {
    background:#589c54;
    box-shadow: 0px 2px 0px #458442;
}

.main-product {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    box-shadow: 0px 0px 20px 4px #eeeeee;
    max-width: 660px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.product-pic {
    width: 100%;
    position: relative;
}

.product-pic img {
    width: 100%;
    max-width: 480px;
    border-radius: 5px;
    overflow: hidden;
}

.product-pic span {
    position: absolute;
    left: 0;
    top: 10px;
    height: 33px;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e53434;
    padding: 8px 10px 0 5px;
    border-radius: 0 5px 5px 0;
}

.product-pic span::before {
    content: '';
    width: 7px;
    height: 40px;
    background: url(images/pic-tag.png) no-repeat center;
    position: absolute;
    left: -7px;
    top: 0;
}

.product-infor {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 0 0 0;
}

.product-title {
    font-size: 20px;
    color:#458442;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}

.product-title span {
    display: inline-block;
    margin: 0 5px 0 0;
    border-radius: 5px;
    padding: 2px 7px;
    background: #eeeeee;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

ul.product-list {
    margin: 0 0 5px 0;
}

.product-list li {
    list-style: disc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 5px 25px;
}

.product-price {
    width: 100%;
    text-align: center;
    line-height: 22px;
    color: #df4a5d;
    margin: 10px 0 0 0;
}

.product-price span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.product-but {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.main-product:hover .product-but {
    border:1px solid #458442;
    color:#458442;
}

.main-product:hover {
    -webkit-transform: translateY(-2%);
    -moz-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main-region>a {
    margin: 0 5px 15px 5px;
    width: 48%;
    text-align: center;
}

.more-product {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: right;
    display: inline-block;
}

.more-product a {
    border-bottom: 1px solid #458442;
    color:#458442;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}

.more-product a:hover {
    border-bottom: 1px solid #589c54;
    color:#589c54;
}

.icon-more-icon:before {
    content: "\e900";
    color: #589c54;
    font-size: 17px;
    position: absolute;
    left: -20px;
    top: 0px;
}

.notice-title-small {
    color: #333333;
    width: 100%;
    clear: both;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-product-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sunny .main-smalltitle {
    color:#458442;
}

#sunny .main-area {
    margin: 0 0 5px 0;
}

#sunny .main-smalltitle .main-area-link {
    background: transparent;
    color: #458442;
    box-shadow: none;
    padding: 0;
    font-size: 15px;
    font-weight: unset;
    border-bottom: 1px solid #458442;
    border-radius: 0;
    line-height: 20px;
}

#sunny .main-smalltitle .main-area-link:hover {
    background: transparent;
    color: #589c54;
    box-shadow: none;
    padding: 0;
    font-size: 15px;
    font-weight: unset;
    border-bottom: 1px solid #589c54;
    border-radius: 0;
    line-height: 20px;
}

.main-smalltitle b {
    width: 100%;
    padding: 5px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 2px solid #ffc600;
    margin: 0 0 10px 0;
    color: #ff6a00;
    font-size: 20px;
}

.main-smalltitle img {
    margin: 0 3px -2px 0;
    display: inline-block;
    vertical-align: top;
}

#sunny .main-time {
    margin: 0 0 10px 0;
}

#sunny .main-area span {
    line-height: 22px;
    display: table;
    margin: 0 0 10px 0;
}

#sunny .main-area span a {
    color: #458442;
    border-bottom: 1px solid #458442;
}

#sunny .main-area span a:hover {
    color: #589c54;
    border-bottom: 1px solid #589c54;
}

#sunny .main-time-text {
    padding: 5px 0 5px 0px;
    line-height: 30px;
}


/*手機
-----------------------------------------------------------------*/

@media (max-width: 650px) {
    .main-product {
        flex-direction: column;
    }

    .product-pic {
        width: 100%;
        text-align: center;
    }

    .product-infor {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .product-but {
        width: 100%;
    }

}

@media (max-width: 600px) {
    .main-region>a {
        width: 100%;
    }
    #sunny .main-smalltitle .main-area-link {
        width: auto;
        display: inline;
    }

    #sunny .main-region {
        display: block;
    }

    #sunny .main-bigtitle {
        margin: 5px 0;
    }
    
}

