.product-box{
    width: 1100px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    min-height: calc(100vh - 60px);
    margin-top: 60px;
    background-image: url(../img/front/7555.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}
.product-all-box{
    width: 950px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 60px 0;
}
.product-title{
    display: block;
    width: 560px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}
.product-title-icon{
    width: 141px;
    height: 141px;
    background-color: #fff;
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}
.product-title-all-box{
    position: absolute;
    bottom: 0;
    right: 40px;
    display: inline-block;
}
.product-title-text{
    width: 76px;
    height: 76px;
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    border: 3px solid #ee858c;
    border-radius: 50%;
    position: relative;
    padding-top: 7px;
}
.product-title-text:nth-child(1){
    z-index: 0;
    left: 90px;
}
.product-title-text:nth-child(2){
    z-index: 1;
    left: 75px;
}
.product-title-text:nth-child(3){
    z-index: 2;
    left: 60px;
}
.product-title-text:nth-child(4){
    z-index: 3;
    left: 45px;
}
.product-title-text:nth-child(5){
    z-index: 4;
    left: 30px;
}
.product-title-text:nth-child(6){
    z-index: 5;
    left: 15px;
}
.product-title-text span{
    font-size: 35px;
    font-weight: 500;
    color: #595757;
    font-family: 'Open Sans', 'Noto Sans TC';
}
.product-description-text{
    font-size: 18px;
    letter-spacing: 4px;
    color: #595757;
    font-family: 'Open Sans', 'Noto Sans TC';
    box-sizing: border-box;
    padding: 0 15px;
    margin: 30px 0;
    line-height: 2;
    font-weight: 500;
}

.product-info{
    width: 200px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    transition: all .3s linear;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #ee858c;
    background-color: #ee858c;
    border-radius: 10px;
    margin-left: 50px;
    cursor: pointer;
}
.product-info:nth-child(4n + 1){
    margin-left: 0;
}
.product-info-img-box{
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
}
.product-info-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-info-text-box{
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0;
    min-height: 146px;
}
.product-info-name-box{
    height: 50px;
    overflow: hidden;
}
.product-info-name-box.NameTitleActive{
    height: auto;
}
.product-info-name-brand{
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans TC';
    font-weight: 600;
}
.product-info-name{
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans TC';
    font-weight: 600;
    min-height: 50px;
}
.product-info-place-box{
    margin-bottom: 10px;
}
.product-info-text{
    min-height: 54px;
}
.product-info-place-icon,
.product-info-money-icon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
}
.product-info-place,
.product-info-money{
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans TC';
    font-weight: 600;
    box-sizing: border-box;
    padding-left: 10px;
}
.product-info-line{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-info-select-box{
    display: flex;
    display: -webkit-flex;
    align-content: center;
    -webkit-align-content: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap:wrap;
    flex-direction: row;
    min-height: 57px;
    max-height: 57px;
    overflow: hidden;
}
.product-info-select{
    width: 50%;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Open Sans', 'Noto Sans TC';
    font-weight: 500;
    margin-bottom: 5px;
    text-align: center;
}
.product-info-select span{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin-right: 4px;
    position: relative;
}
.product-info-select span:before{
    content: '';
    background-color: #ee858c;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 4px;
    left: 2px;
    border-radius: 5px;
    transform-origin: 0% 50%;
    transform: rotateZ(50deg);
}
.product-info-select span:after{
    content: '';
    background-color: #ee858c;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 2px;
    right: 0px;
    border-radius: 5px;
    transform-origin: 100% 50%;
    transform: rotateZ(-45deg);
}
.product-info-select p{
    display: inline-block;
    vertical-align: middle;
}



.product-page-select-box{
    text-align: center;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 30px;
}
.product-page-select-box .prev i,
.product-page-select-box .next i{
    font-size: 26px;
    color: #ee858c;
    vertical-align: middle;
    transition: all .3s linear;
}
.product-page-select-box .prev{
    margin-right: 50px;
    vertical-align: middle;
}
.product-page-select-box .next{
    margin-left: 50px;
    vertical-align: middle;
}
.product-page-select-number{
    width: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 10px;
    position: relative;
    margin: 0 2px;
    transition: all .3s linear;
}
.product-page-select-number:after{
    content: '';
    width: 0;
    height: 0;
    display: none;
    position: absolute;
    bottom: -15px;
    left: 12px;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #ee858c;
    border-right: 6px solid transparent;
    pointer-events: none;
}
.product-page-select-number.select {
    background-color: #ee858c;
}
.product-page-select-number.select:after{
    display: block;
}
.product-page-select-number span{
    font-size: 24px;
    line-height: 35px;
    color: #8ec31e;
    font-weight: 500;
    font-family: 'Open Sans', 'Noto Sans TC';
}
.product-page-select-number.select span{
    color: #fff;
}



@media only screen and (max-width: 1100px){
    .product-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .product-box{
        width: 750px;
    }
    .product-all-box{
        width: 550px;
    }
    .product-description-text{
        letter-spacing: 2px;
        line-height: 1.8;
    }
    .product-info-box{
        text-align: center;
    }
    .product-info{
        text-align: left;
    }
    .product-info:nth-child(n){
        margin-left: 50px;
    }
    .product-info:nth-child(2n + 1){
        margin-left: 0;
    }
}
@media only screen and (max-width: 750px){
    .product-box{
        width: 100%;
    }
    .product-all-box{
        width: 550px;
    }
}
@media only screen and (max-width: 550px){
    .product-all-box{
        width: 400px;
        padding: 30px 0;
    }
    .product-title-icon{
        width: 100px;
        height: 100px;
    }
    .product-title-text{
        width: 50px;
        height: 50px;
        padding-top: 4px;
    }
    .product-title-text span{
        font-size: 24px;
    }
    .product-title-text:nth-child(1){
        left: 60px;
    }
    .product-title-text:nth-child(2){
        left: 50px;
    }
    .product-title-text:nth-child(3){
        left: 40px;
    }
    .product-title-text:nth-child(4){
        left: 30px;
    }
    .product-title-text:nth-child(5){
        left: 20px;
    }
    .product-title-text:nth-child(6){
        left: 10px;
    }
    .product-description-text{
        font-size: 16px;
    }
    .product-info{
        width: 190px;
        margin-bottom: 20px;
    }
    .product-info:nth-child(n){
        margin-left: 20px;
    }
    .product-info:nth-child(2n + 1){
        margin-left: 0;
    }
    .product-info-name-brand, .product-info-name{
        font-size: 14px;
        letter-spacing: 1px;
    }
    .product-info-name{
        min-height: 44px
    }
    .product-info-place, .product-info-money{
        font-size: 12px;
        letter-spacing: 1px;
        padding-left: 5px;
    }
    .product-info-select{
        font-size: 12px;
    }
    .product-page-select-box{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .product-page-select-box .prev{
        margin-right: 30px;
    }
    .product-page-select-box .next{
        margin-left: 30px;
    }
    .product-page-select-box .prev i, .product-page-select-box .next i{
        font-size: 20px;
    }
    .product-page-select-number{
        width: 30px;
    }
    .product-page-select-number span{
        font-size: 18px;
        line-height: 30px;
    }
    .product-page-select-number:after{
        left: 9px;
    }
    .product-info-text {
        min-height: 50px;
    }
    .product-info-text-box{
        min-height: 136px;
    }
}
@media only screen and (max-width: 400px){
    .product-all-box{
        width: 300px;
        padding: 20px 0;
    }
    .product-title-icon{
        width: 80px;
        height: 80px;
    }
    .product-title-text{
        width: 40px;
        height: 40px;
        padding-top: 2px;
    }
    .product-title-text span{
        font-size: 20px;
    }
    .product-title-all-box{
        right: 30px;
    }
    .product-title-text:nth-child(1){
        left: 55px;
    }
    .product-title-text:nth-child(2){
        left: 48px;
    }
    .product-title-text:nth-child(3){
        left: 41px;
    }
    .product-title-text:nth-child(4){
        left: 34px;
    }
    .product-title-text:nth-child(5){
        left: 27px;
    }
    .product-title-text:nth-child(6){
        left: 20px;
    }
    .product-description-text{
        font-size: 14px;
        line-height: 1.6;
    }
    .product-info{
        width: 100%;
    }
    .product-info-img-box{
        height: 300px;
    }
    .product-info:nth-child(n){
        margin-left: 0;
    }
}



/*hover*/
.product-page-select-number:hover{
    background-color: #ee858c;
}
.product-page-select-number:hover span{
    color: #fff;
}
.product-page-select-box .next:hover i{
    color: #e84560;
}
.product-page-select-box .prev:hover i{
    color: #e84560;
}





/*<-------------動畫------------->*/
@media only screen and (min-width: 1001px){
    .product-title-text,
    .product-info,
    .product-page-select-box{
        opacity: 0;
    }
    .product-title-icon{
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .product-title-text:nth-child(1){
        animation: fadeInLeft 1s ease 0s 1 both;
    }
    .product-title-text:nth-child(2){
        animation: fadeInLeft 1s ease .1s 1 both;
    }
    .product-title-text:nth-child(3){
        animation: fadeInLeft 1s ease .2s 1 both;
    }
    .product-title-text:nth-child(4){
        animation: fadeInLeft 1s ease .3s 1 both;
    }
    .product-title-text:nth-child(5){
        animation: fadeInLeft 1s ease .4s 1 both;
    }
    .product-title-text:nth-child(6){
        animation: fadeInLeft 1s ease .5s 1 both;
    }
    .product-description-text{
        animation: fade 1s ease .5s 1 both;
    }
    .product-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .product-page-select-box.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
}