.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box img {
    width: 100%;
}
.products-list .box {
    /* max-width: 330px; */
    margin: 0 auto 40px;
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box.new .pic-box:before {
    content: 'NEW';
    display: block;
    color: #B220A7;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    z-index: 10;
    left: 16px;
    top: 16px;
    font-family: "Figtree", sans-serif;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(33, 51, 114, 0.25);
    background: linear-gradient(to bottom, rgba(33, 51, 114, 0) 0%, rgba(33, 51, 114, 0.25) 100%);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #444;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
}
.products-list .box:hover .name {
    color: #223473;
}
.products-intro {
    max-width: 1345px;
    margin: 0 auto 50px;
}
.products-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
  margin: 0 auto 45px;
}
.products-info .gallery {
  flex: 0 1 450px;
  width: 50%;
  max-width: 450px;
}
.products-info .gallery.has_border{
    border: 5px solid #f9f9f9;
    overflow: hidden;
}
.products-info .gallery > .slick-slider{
    overflow: hidden;
}
.slick-track,
.slick-item{
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.products-info .pd-intro {
  flex: 1 1 auto;
  box-sizing: border-box;
  padding: 0;
  width: calc(100% - 506px);
}
.thumbnails ul {
    margin: 56px 0 0; 
    align-items: center;
    justify-content: center;
}
.thumbnails .thumbnails-list .slick-list {
    box-sizing: border-box;
}
.thumbnails .slick-track {

}
.slick-slider:before,
.slick-slider:after,
.thumbnails .slick-track:before,
.thumbnails .slick-track:after{
    display:none!important;
}
.thumbnails .slick-slide {
  box-sizing: border-box;
}

.thumbnails li,
.thumbnails li a {
}

.thumbnails li a img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.thumbnails-list .slick-arrow{
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
    position: absolute;
    top: calc(50% - 8px);
    z-index: 55;
}
.thumbnails-list .slick-arrow i{
    display: block;
    background: #e2e2e2;
    position: relative;
    left: 0px;
    width: 25px;
    height: 15px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    transition:all .3s;
    cursor:pointer;
}
.thumbnails-list .slick-arrow:hover i{
    background: #B220A7;
}
.thumbnails-list .slick-arrow.slick-prev{
    left: 0;
}
.thumbnails-list .slick-arrow.slick-next{
    right: 0;
}
.thumbnails-list .slick-arrow.slick-prev i{
    transform:rotate(-90deg);
}
.thumbnails-list .slick-arrow.slick-next i{
    transform:rotate(90deg);
}
.download_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    flex-wrap: wrap;
}
.download_btn{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    width: 240px;
    height: 59px;
    color: #333;
    font-size: 18px;
    background: #EDEEF1;
    margin-top: 24px;
    z-index: 1;
    transition: all .3s;
}
.download_btn:hover{
    background: #223473;
    color: #fff;
}
.download_btn i{
    width: 25px;
    height: 21px;
    display: block;
    background: #121212;
    mask: url(../../images/common/products/download_ic.png) 50% 50% no-repeat;
    mask-size: contain;
    margin-right: 16px;
    transition: all .3s;
}
.download_btn:hover i{
    background: #fff;
}
.pd-name{
    font-size: 25px;
    font-weight: normal;
    color: #333;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid #d3d3d3;
}
.form-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
.products-detail {
    position: relative;
}
.products-detail .title {
    position: relative;
    color: #333;
    font-family: 'Figtree','Noto Sans TC', sans-serif;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #dcdcdc;
}
.products-detail .title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #223473;
    width: 5px;
    height: 26px;
    margin-right: 12px;
}

/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 30px;
    padding: 2px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#B11FA5;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_box .form-control.sort-mobile{
    display:none;
}
.form-group select.form-control{
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1280px) {
    .products-info .gallery {
        flex: 0 1 300px;
        width: 50%;
        max-width: 300px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item{
        width: 33.33%;
    }
    .products-list .item:nth-child(n){
        clear: inherit;
    }
    .products-list .item:nth-child(3n+1){
        clear: left;
    }
    .products-info {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .products-info .gallery{
        width: 100%;
        flex: 1 1 100%;
        max-width: 450px;
    }
    .products-info .pd-intro {
        max-width: 100%;
        flex: 1 1 100%;
        width: 100%;
    }
    .pd-name{
        font-size: 20px;
    }
    .download_btn{
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .products-list .item{
        width: 50%;
    }
    .products-list .item:nth-child(n){
        clear: inherit;
    }
    .products-list .item:nth-child(2n+1){
        clear: left;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
    .products-intro {
        margin-bottom: 30px;
    }
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .pd-intro .pd-name {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .gallery {
        margin: 0 auto 4px;
    }
    .thumbnails li {
        width: 16.66%;
    }
    .thumbnails li:nth-child(n) {
        clear: inherit;
    }
}
@media screen and (max-width: 400px) {
    .sort_box .form-control.sort-pc{
        display:none;
    }
    .sort_box .form-control.sort-mobile{
        display: block;
        width:60px;
    }

}
/*product_column欄位*/
.products_column_one .item{
    width: 100%;
}
.products_column_two .item{
    width: 50%;
}
.products_column_two .item:nth-child(n){
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1){
    clear: left;
}
/*!product_column欄位*/