﻿.products-page-info-classification-list-right{
    width: calc(100% - 290px);
    display: inline-block;
    margin-left: 50px;
}
.products-page-info-classification-list-introduction-box{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
.products-page-info-classification-list-img-box{
    width: 60%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.products-page-info-classification-list-img-big-box{
    width: 500px;
    max-width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.products-page-info-classification-list-img-big{
    width: 100%;
}
.products-page-info-classification-list-img-big-box{
    height: 693px;
}
.products-page-info-classification-list-img-big{
    height: 100%;
}
.products-page-info-classification-list-img-small-box{
    width: 400px;
    max-width: 100%;
    height: 140px;
    padding-top: 20px;
    
    box-sizing: border-box;
    display: block;
}
.products-page-info-classification-list-img-small{
    display: inline-block;
    width: 120px;
    max-width: 100%;
    height: 120px;
    margin:0 10px;
}
.products-page-info-classification-list-img-small span{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.products-page-info-classification-list-introduction{
    display: inline-block;
    width: 40%;
}

.products-page-commodity-info-title{
    display: block;
    font-size: 24px;
    font-family: "微軟正黑體";
    letter-spacing: 4px;
    color: #ee2f72;
    line-height: 1.6;
    font-weight: bold;
}
.products-page-commodity-info-title-box span{
    display: block;
    font-size: 16px;
    font-family: "微軟正黑體";
    letter-spacing: 4px;
    margin-top: 10px;
    color: #555;
}
.products-page-info-classification-list-introduction>span{
    width: 100%;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin: 15px 0;

}

.products-page-commodity-info-specification{
    width: 100%;
    text-align: left;
    display: block;
}
.products-page-commodity-info-specification-title{
    width: 50px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    font-family: '微軟正黑體';
    letter-spacing: 2px;
    padding-top: 4px;
}
.products-page-commodity-info-specification-title2{
    width:100%;
    max-width: 100%;
    display: block;
    vertical-align: top;
    font-size: 16px;
    color: #000;
    font-family: '微軟正黑體';
    letter-spacing: 2px;
    padding-top: 4px;
}
.products-page-commodity-info-specification-text{
    width: calc(100% - 50px);
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-family: '微軟正黑體';
    letter-spacing: 2px;
    line-height: 35px;
    text-align: justify;
    vertical-align: top;
}
.products-page-commodity-info-specification-text2{
    width: 100%;
    font-size: 14px;
    color: #000;
    font-family: '微軟正黑體';
    letter-spacing: 2px;
    line-height: 2;
    text-align: justify;
    vertical-align: top;
    min-height: 250px;
    margin-top: 5px;
}
.products-page-order-box{
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
    margin-top: 20px;
    background-color: #ee2f72;
    color: #FFF;
    transition: all .5s ease;
}
.products-page-commodity-share-box{
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.products-page-commodity-share-fb,
.products-page-commodity-share-google,
.products-page-commodity-share-twitter,
.products-page-commodity-share-plurk{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px;
}
.products-page-commodity-share-plurk{
    background-color: #de4124;
    padding: 5px;
    box-sizing: border-box;
}
.products-page-info-introduction-box{
    width: 730px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.products-page-info-introduction-box .products-page-info-introduction-name{
    cursor: auto;
}
.products-page-info-introduction-name{
    width: 300px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 20px;
}
.products-page-order-form-box{
    margin-bottom: 40px;
}

.products-page-info-description-text-box,
.products-page-info-course-text-box{
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 30px 35px;
    box-sizing: border-box;
}
.products-page-info-description-text,
.products-page-info-course-text{
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2.5px;
    text-align: justify;
}

#products-page .slick-list,
#products-page .slick-track{
    height: 100%;
}
.products-page-order-button button{
    width: 100%;
    height: 46px;
    text-align: center;
    border: 1px solid #d1d1d1;
    font-family: "微軟正黑體";
    background-color: transparent;
    transition: all .5s ease;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    background-color: #FFF;
}


.products-page-order-button button i{
    padding-left: 5px;
}

.products-page-order-form-box .contact-lable{
    padding-right: 25px;
    box-sizing: border-box;
    width: 210px;
    text-align: right;
    margin-left: 0;
}
.products-page-order-form-box .contact-list-text{
    width: 395px;
}
.products-search{
    letter-spacing: 1px;

}

.products-search::-webkit-input-placeholder { font-family: "微軟正黑體"; }
.products-search:-moz-placeholder { font-family: "微軟正黑體"; }
.products-search::-moz-placeholder { font-family: "微軟正黑體"; }
.products-search:-ms-input-placeholder { font-family: "微軟正黑體"; }

.products-page-info-introduction-block{
    width: 100%;
    display: block;
    background-color: #f7f7f7;
}
.products-page-info-introduction-block .products-page-info-introduction-box{
    padding: 50px 0;
}

/*----------------hover----------------*/
.products-page-order-box:hover{
    background-color: #a7204f;
    color: #FFF;
}

.products-search-box{
    animation: fade .8s ease .2s 1 both;
}
.products-page-order-button button:hover{
    background-color: #ee2f72;
    color: #FFF;
}



@media only screen and (max-width: 1200px){
    .products-page-info-classification-list-right{
        width: calc(100% - 270px);
        display: inline-block;
        margin-left: 30px;
    }
    .products-page-info-classification-list-img-big-box{
        width: 380px;
    }
    .products-page-info-classification-list-img-big-box{
        height: 488px;
    }
    .products-page-info-classification-list-img-small-box{
        padding-right: 0;
        height: inherit;
    }
    .products-page-info-classification-list-img-small{
        width: 100px;
        height: 75px;
        margin-right: 10px;
    }
    .products-page-commodity-info-title{
        font-size: 20px;
    }
    .products-page-info-classification-list-introduction{
        
    }

}
@media only screen and (max-width: 1000px){
    .products-page-info-classification-list-right{
        width: 100%;
        display: block;
        margin: 0 auto;
        padding-top: 30px;
    }
    #products-page .products-info-classification-box{
        width: 730px;
        max-width: 100%;
        margin: 0 auto;
    }
    .products-page-commodity-info-title{
        letter-spacing: 1px;
    }
    .products-page-info-classification-list-img-small{
        width: 126px;
        height: 126px;
        margin-right: 10px;
    }
  
    .products-page-info-classification-list-img-small-box{
        width: 100%;
    }
  
    .products-page-commodity-info-specification-text{
        padding-bottom: 10px;
    }
    .products-page-commodity-info-specification-text2{
        margin-top: 20px;
        min-height: inherit;
    }
}
@media only screen and (max-width: 750px){
    .products-page-info-classification-list-img-big-box {
        width: 310px;
        height: 394px;
    }
   
    .products-page-info-classification-list-img-small{
        width: 110px;
        height: 110px;
    }
    .products-page-info-introduction-name{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .products-page-order-form-box .contact-lable{
        width: 130px;
    }
    .products-page-order-form-box .contact-lable{
        text-align: left;
        margin-right: 0;
    }
    .products-page-order-form-box .contact-list-text,
    .products-page-order-form-box .contact-form-radio-list{
        width: calc(100% - 130px);
    }
    .products-page-order-form-box:nth-child(6) .contact-lable{
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    .products-page-order-form-box .contact-textarea{
        width: 100%;
    }
}
@media only screen and (max-width: 550px){
   
 
    .products-page-commodity-info-title{
        font-size: 16px;
    }
    .products-page-commodity-info-title-box span,
    .products-page-commodity-info-specification-title
    {
        font-size: 14px;
    }
    .products-page-commodity-info-specification-text{
        font-size: 12px;
    }
    .products-page-info-classification-list-img-small{
        width: 100px;
        height: 100px;
        margin-right: 6px;
    }
  
    .products-page-commodity-share-box{
        right: 10px;
        bottom: 10px;
    }
    .products-page-commodity-share-fb, 
    .products-page-commodity-share-google, 
    .products-page-commodity-share-twitter, 
    .products-page-commodity-share-plurk{
        width: 30px;
        height: 30px;
    }
    .products-page-info-introduction-name{
        letter-spacing: 1px;
    
    }
    .products-page-info-classification-list-img-big-box{
        width: 100%;
        height: 432px;
    }
    .products-page-info-classification-list-img-box{
        width: 100%;
        display: block;
    }

    .products-page-info-classification-list-introduction{
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 340px){
    .products-info {
        width: 95%;
    }

}
/*<--------------------------animation------------------------------>*/
@keyframes rightfedenter{
  0% {
    transform:  translateX(140px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes upfedenter{
  0% {
    transform:  translateY(40px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1001px){
    .products-page-info-classification-list-introduction-box{
        opacity: 0;
    }
    .products-page-info-classification-list-introduction-box.active{
        
        animation: upfedenter 1s ease 0s both;
    }
    .products-page-info-introduction-box{
        animation: upfedenter 1s ease  ;
    }
    #products-page .products-info-title-ch{
        animation: rightfedenter 1s ease  ;
    }
    #products-page .products-info-title-en{
        opacity: 0;
        animation: rightfedenter 1.3s ease 0.4s both;
    }
}