
.bulletin {
    background-color: #f4f4f4;
    height: 125px;
}

.bulletin-title {
    background-color: #eb002a;
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding-left: 10px;
}

.bulletin ul li {
    height: 25px;
    line-height: 25px;
}

.bulletin ul li a {
    color: #333;
}

.bulletin ul li a:hover {
    color: #eb002a;
}

.school-service {
    margin-top: 5px;
    border: 4px solid #eb002a;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    background-color: #eb002a;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.advertising {
    margin-top: 5px;
    border-top: 4px solid #eb002a;
    text-align: center;
    font-weight: 700;
    color: #333;
    background-color: #f4f4f4;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 769px) and (max-width: 996px) {
    .bulletin {
        margin-top: 5px;
        width: 97%;
    }
    .school-service {
        width: 97%;
    }
    .advertising {
        width: 97%;
        float: right;
    }
    .index-product-color ul li {
    width: 33.3%;
    max-width: 50px;
    float: left;
    margin-right: -8px; /*花色間距*/
    }

}

@media (max-width: 768px) {
    .bulletin {
        margin-top: 5px;
    }
    .school-service {
        width: 97%;
    }
    .advertising {
        width: 97%;
        float: right;
    }
    .index-product-color ul li {
    width: 33.3%;
    max-width: 50px;
    float: left;

    margin-right: -5px; /*花色間距*/
    }
}

.index-title {
    width: 100%;
    max-width: 354px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: auto;
}

.index-title-text{
    margin: auto;
    font-size: 26px;
    width: 100%;
    max-width: 354px;
    border-bottom: 3px #c1c6c9 solid;
}

@media (max-width: 400px) {
    .product-descriptions{
    line-height: 15px;
    float: left;
    width: 40%;
    padding: 5px;
    }
    .index-title-text{
        width: 80%;
    }
    .index-product-color ul li {
    width: 33.3%;
    max-width: 50px;
    float: left;
    margin-right: -10px; /*花色間距*/

    }
}

.index-subtitle-text{
    margin: auto;
    font-size: 15px;
    line-height: 30px;
}

.index-product-main
{

    width: 100%; 
    margin: auto;
}

.index-product-info{
    width: 100%;
    height: 50px;
    display: inline-block;
    background-color: #fff;
}

.index-product-color ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.index-product-color ul li {
    width: 33.3%;
    max-width: 50px;
    float: left;
    
    -webkit-appearance: none;  /* Safari 和 Chrome */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
}

.index-product-color ul li img {
    width: 100%;
    border-radius: 50;
}

.index-product-color ul li a{
    display: block;
    padding: 5px;
  /*  border: solid 2px #ffffff;*/
}

.index-shopping-cart{
    font-size: 20px;
}

.index-product-name{
    display: block;
    margin-left:10px;
    font-size: 18px;
}

.index-product-price{
    display: block;
    margin-right:5px;
    color: #eb002a;
}

.index-product-image {
    width: 100%;
}

.index-product-text-left {
    font-size: 15px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    padding-left: 5px;
    background-color: #fff;
}

.index-product-text-right {
    text-align: right;
    font-size: 15px;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

.index-section {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.index-bg-01 {
    background: #f7f8f8;
}

.index-bg-02 {
    background: #ffffff;
}

.Round {
	height: 40px;

	border: 1px;
}

.product-purchase {
    width:100%;
    height:40px;
    
    border-color:#DDDDDD;
    border-width:1px;


    border-bottom-style:dashed;
        float: right;   
}

.product-purchase .AddCar >a {
    background: #444444;
    line-height: 32px;
    padding: 0 15px;
    color: #FFFFFF;
    margin-right: 0px;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: right;
}

.AddCar >a {
    background: #444444;
    line-height: 32px;
    padding: 0 15px;
    color: #FFFFFF;
    margin-right: 0px;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: right;
}

.button-2 {
    min-width: 125px;
    height: 30px;
    background-color: #30303c;
    color: #fff;
    border: solid 1px #30303c;
    font-size: 16px;
    margin: 0 8px 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding: 100;
}

.button-2:hover {
    background-color: #fff;
    color: #30303c;
}

.button-4 {
    min-width: 125px;
    height: 30px;
    background-color: #fff;
    color: #1DAE2B;
    border: solid 1px #1DAE2B;
    font-size: 16px;
    margin: 0 8px 0 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button-4:hover {
    background-color: #1DAE2B;
    color: #fff;
}

.index-product-descriptions{
    /*overflow: hidden;*/
    width: 100%;
    height: auto;
  /*  background-color: #FFFFFF;*/
}

.index-product-descriptions .product-image{
    float: left;
    width: 60%;
}

.index-product-descriptions .product-descriptions{
    float: left;
    width: 40%;
    padding: 5px;
}

.product-icon-img-select { 
    border: 1px solid #eb002a; 
} 

.product-icon-img:hover { 
    border: 1px solid #eb002a; 
} 
.i_color { 
 min-width:50px; 
 min-height:50px;

} 

.blockUI {
    cursor: default !important;
}
