﻿#picture ,#picture-page{
    min-height: 100vh;
}
.products-box{
    width: 1200px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 20px;
    font-size: 0;
    margin-bottom: 50px;
    min-height: 80vh;
}
.products-left{
    width: 300px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
}
.products-list-title{
    font-size: 22px;
    font-weight: bold;
    position: relative;
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    letter-spacing: 1px;
    color: #e96363;
    padding-bottom: 5px;
}
.products-list-title:before{
    content: 'normal';
    font-size: 0;
    width: 1px;
    height: 70px;
    display: block;
    background-color: #e28db6;
    position: absolute;
    left: 0;
    top: -15px;
}
.products-list-title:after{
    content: 'normal';
    font-size: 0;
    width: 280px;
    height: 1px;
    display: block;
    background-color: #e28db6;
    position: absolute;
    left: -20px;
    bottom: 0;
}
.products-list-box{
    list-style: none;
    width: 100%;
    display: block;
}
.products-list-box li{
    font-size: 18px;
    color: #555;
    letter-spacing: 1px;
    position: relative;
    transition: all .3s linear;
    box-sizing: border-box;
    padding: 15px 0;
    padding-left: 20px;
}
.tbSearch::placeholder{
    padding-left: 10px;
}
.products-list:after{
    content: 'normal';
    font-size: 0;
    width: 0%;
    height: 1px ;
    background-color: #c7c4c4;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.products-list-title2{
    cursor: pointer;
}
.products-list.active:after{
    width: 100%;
}
.products-list2-box{
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    display: none;
}
.products-list2-box.active{
    display: block;
}
.products-list2-box.open{
    display: block;
}
.products-list2{
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    transition: all .3s linear;
}

.products-list-box li a{
    display: block;
}
.products-show-box,
.products-page-box{
    width: 900px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;

}
.products-search-box{
    width: 100%;
    display: block;
    font-size: 16px;
}
.products-search{
    width: 300px;
    max-width: 100%;
    display: block;
    float: left;
    position: relative;
}
.products-search-icon{
    display: block;
    position: absolute;
    right: 10px;
    top:3px;
    cursor: pointer;
/*     pointer-events: none; */
}
.products-search input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    padding-left: 10px;
    box-sizing: border-box;
}
.products-classification-box{
    display: block;
    float: right;
}
.products-classification-box h6{
    display: inline-block;
    vertical-align: text-bottom;
}
.products-classification{
    width: 150px;
    height: 30px;
    line-height: 30px;
    background-color: #696969;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    letter-spacing: 2px;
}

.products-classification.active{
    background-color: #e96363;
}
.products-classification.up:after{
    content: "▲";
    font-size: 16px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    right: 5px;
}
.products-classification.down:after{
    content: "▼";
    font-size: 16px;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.products-banner-box{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.products-banner-list{
    width: 100%;
    display: block;
    overflow: hidden;
}
.products-banner-img{
    width: 100%;
    height: 360px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.products-show{
    width: 100%;
    display: block;
    font-size: 0;
    margin-top: 40px;
}
.products-show-list{
    width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    position: relative;
}
.products-show-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: block;
    position: relative;
}
.products-news-icon-box{
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
    color: red;
    position: absolute;
    z-index: 5;
    top: 3px;
    left: -10px;
    background-color: #d92817;
    color: #FFF;
}
.products-news-icon-box:after{
    content: "none";
    font-size: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
        border-right: 10px solid #ab2012;
    border-bottom: 6px solid transparent;
}
.products-show-img span{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.products-title{
    font-size: 14px;
    color: #333333;
    display: block;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
.products-money{
    font-size: 16px;
    color: #000;
    height: 20px;
    line-height: 20px;
}

.products-show .products-show-list:nth-child(3n+2){
    margin: 0 30px;
}

.products-page-img-box{
    width: 500px;
    max-width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.porducts-page-img-list{
    width: 100%;
    display: block;
}
.products-page-img{
    width: 100%;
    height: 500px;
    display: block;
    cursor: -webkit-zoom-in;
}
.products-page-s-img-list-box{
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}
.products-page-s-img-list{
    cursor: pointer;
    margin: 0 10px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.products-prev{
    
    max-width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #e96363;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.products-next{
    
    max-width: 100%;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #e96363;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}
.products-page-info-box{
    width: 380px;
    max-width: 100%;
    margin-left: 20px;
    box-sizing: border-box;
    display: inline-block;
}
.products-page-info{
    width: 100%;
    display: block;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}
.products-page-title{
    font-size: 22px;
    color: #555555;
    letter-spacing: 1px;
    padding-bottom: 50px;

}
.products-page-original{
    font-size: 16px;
    font-weight: bold;
    text-decoration: line-through;
    text-align: right;
    
}


.products-page-pic{
    font-size: 50px;
    font-weight: bold;
    color: #e96363;
    text-align: right;
    letter-spacing: 1px;
}
.products-page-pic span{
    font-size: 14px;
    font-weight: bold;
}
.products-page-info:before{
    content: 'normal';
    font-size: 0;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #73c0cb;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.products-page-info:after{
    content: 'normal';
    font-size: 0;
    width:1px ;
    height: calc(100% + 50px);
    background-color: #73c0cb;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.products-page-buy-list{
    width: 250px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}
.products-page-buy-list li{
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px;

}
.products-page-buy-list li:before{
    content: 'normal';
    font-size: 0;
    width: 42px;
    display: block;
    border-left: 1px solid  #73c0cb;
    height: 38px;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.products-page-buy{
    font-size: 12px;
    color: #555555;
    display: block;
    padding-bottom: 5px;
}
.products-page-select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #73c0cb;
    color: #555555;
    font-size: 16px;
    font-family: "微軟正黑體";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-expand: none;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0.0);
}

select::-ms-expand{
    display: none;
}
.products-page-buy-list li:after{
    content: 'normal';
    font-size: 0;
    width: 0px;
    display: block;
    position: absolute;
    top: 40px;
    right: 10px;
    border-right: 10px solid transparent;
    border-top: 10px solid  #73c0cb;
    border-left: 10px solid transparent;
    pointer-events: none;
}

.products-page-buycar-link{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    display: block;
    color: #FFF;
    font-size: 16px;
    margin-top: 20px;
}
.products-editor-title{
    font-size: 24px;
    display: block;
    width: 400px;
    position: relative;
    color: #e96363;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 20px;
    box-sizing: border-box;
}
.products-editor-title:before{
    content: 'normal';
    font-size: 0;
    width: 1px;
    height: 100px;
    display: block;
    background-color: #e28db6;
    position: absolute;
    left: -5px;
    top: -10px;
    transform-origin: top;
    transform: scaleY(0);
    animation: line2 .8s linear 0s 1 forwards;
}
.products-editor-title:after{
    content: 'normal';
    font-size: 0;
    width: 280px;
    height: 1px;
    display: block;
    background-color: #e28db6;
    position: absolute;
    left: -20px;
    bottom: 0;
}
.join-car{
    background-color: #73c0cb;
}

.now-car{
    background-color: #e96363;
}


.products-editor{
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.rwd-products-list-title{
    display: none;
}
.products-page-info-box{
    position: relative;
    z-index: 0;
}
.zoomContainer{
    pointer-events: none;
}

.rwd-prodcuts-list-title{
    display: none;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
.slick-prev,
.slick-prev:hover, 
.slick-prev:focus{
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slick-next,
.slick-next:hover,
.slick-next:focus{
    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
 }
#enterprise .main-box{
    padding-bottom: 100px;
}

.page{
    margin: 40px 0;
    text-align: center;
}
.page .prev {
    margin-right: 10px;
    background-image: url('../img/arrow-left.png');
}
.page .select {
    color: #e96363;
}
.page a {
    font-size: 16px;
    margin: 0 10px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}
.page .prev, .page .next {
    font-size: 0;
    color:#e96363;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page .next {
    background-image: url('../img/arrow-right.png');
    margin-left: 10px;
}
.products-page-back{
    width: 250px;
    margin:0 auto ;
    font-size: 16px;
    color: #FFF;
    display: block;
    margin-top: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #e58eb7;
}
.products-class-news{
    font-size: 14px;
    padding: 5px 7px;
    font-weight: bold;
    color: red;
    z-index: 5;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    /* transform: scale(0.8); */
    position: absolute;
    left: -34px;
    top: 15px;
}

.products-class-news-b{
    display: inline-block;
    vertical-align: middle;
}