#main_visual_ctr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1100px;
}

#main_visual_carousel_ctr_4 {
    margin-bottom: 20px;
    width: 1100px;
}

#bread_crumb {
    width: 1100px;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

#bread_crumb>a:link {
    color: #000000;
    text-decoration: none;
}

#bread_crumb>a:visited {
    color: #000000;
    text-decoration: none;
}

#bread_crumb>a:hover {
    color: #000000;
    text-decoration: underline;
}

#bread_crumb>a:active {
    color: #ff0000;
    text-decoration: none;
}

#product_list_ctr {
    margin-top: 10px;
    width: 1120px;
}

.product_ctr {
    width: 333px;
    height: 500px;
    margin: 10px 20px 10px 20px;
}

.product_pic {
    width: 333px;
    height: 333px;
    background-position: center;
    background-size: cover;
}

.natural_harzard_ctr {
    width: 100px;
    height: 85px;
    background-color: #FF0000;
}

.natural_harzard_type {
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    vertical-align: middle;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 10px;
    padding-left: 10px
}

.delay_days {
    height: 35px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    vertical-align: middle;
    color: #ffffff;
}

.product_name {
    margin-top: 10px;
    width: 333px;
    line-height: 23px;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
}

.product_name a:link {
    color: #000000;
    text-decoration: none;
}

.product_name a:visited {
    color: #000000;
    text-decoration: none;
}

.product_name a:hover {
    color: #000000;
    text-decoration: underline;
}

.product_name a:active {
    color: #ff0000;
    text-decoration: none;
}

.product_spec {
    margin-top: 4px;
    width: 333px;
    line-height: 23px;
    font-size: 16px;
    color: #777777;
    vertical-align: middle;
    text-align: center;
}

.product_spec_divider {
    padding: 0 3px 0 3px;
}

.product_spec a:link {
    color: #777777;
    text-decoration: none;
}

.product_spec a:visited {
    color: #777777;
    text-decoration: none;
}

.product_spec a:hover {
    color: #777777;
    text-decoration: underline;
}

.product_spec a:active {
    color: #ff0000;
    text-decoration: none;
}

.product_price_slogan {
    margin-top: 10px;
    width: 333px;
    line-height: 18px;
    font-size: 13px;
    color: #000000;
    vertical-align: middle;
    text-align: center;
}

.product_price {
    margin-top: 3px;
    width: 333px;
    line-height: 23px;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
}

.go_more_prod{
    width:100%;
    display: flex;
    justify-content: center;    
}

.go_more_prod a{
    
    font-size:16px;
    color:rgb(60, 60, 220) !important;
    margin:1rem 0.5rem 1rem 0;
}