.products-title {
    background: url('../images/products/tit.png') no-repeat center left;
    padding-left: 55px;
    line-height: 41px;
    font-size: 25px;
    margin-bottom: 24px;
    font-weight: bold;
    color: #44465D;
}



/****************************  ****************************/

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 25%;
    padding: 0 10px;
}

.products-list li:nth-child(4n+1) {
    clear: left;
}

.products-list a {
    max-width: 270px;
    margin: 0 auto 65px;
}

.products-list .pic {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.products-list .pic:before {
    content: " ";
    background: url(../images/products/hover.png) 50% 50% no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.products-list a:hover .pic:before {
    opacity: 1;
}

.products-list .name {
    text-align: center;
    display: block;
    font-size: 16px;
    height: 23px;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-list a:hover .name {
    color: #006CD8;
}



/****************************  ****************************/

.newest-box {
    margin-top: 75px;
    padding-top: 30px;
    border-top: 1px solid #CED6E1;
}

.newest-list {
    margin: 0 -30px;
}

.newest-list li {
    padding: 0 30px;
}

.newest-list .slick-prev,
.newest-list .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    width: 30px;
    height: 68px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../images/products/arrow.png');
    display: inline-block !important;
}

.newest-list .slick-prev:hover,
.newest-list .slick-next:hover {
    opacity: .5;
}

.newest-list .slick-prev {
    left: -40px;
}

.newest-list .slick-next {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -40px;
}



/****************************  ****************************/

.products-detail-box {
    padding: 35px 35px 60px 35px;
    background: #F7F7F7;
    position: relative;
}

.gallery .stage {
    float: left;
    width: 416px;
    position: relative;
}

.gallery .txt,
.products-name {
    float: right;
    width: calc(100% - 460px);
    box-sizing: border-box;
}

.age-limit {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -35px 0 0 0;
    overflow: hidden;
    text-indent: -9999px;
}

.products-name {
    font-size: 35px;
    color: #111111;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 15px 100px 15px 0;
    line-height: 1;
    position: relative;
}

.products-name span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.products-name p {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.products-name b {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

.products-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #111111;
    margin-bottom: 30px;
}

.products-detail-box .products-list {
    border-top: 1px solid #CCCCCC;
    padding-top: 30px;
    font-size: 16px;
    color: #525252;
    margin: 0;
}

.products-list li {
    margin-bottom: 8px;
}

.products-list b {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    width: 70px;
    margin-right: 10px;
}

.products-list span {
    display: inline-block;
    width: calc(100% - 85px);
}

.stage .slick-prev,
.stage .slick-next {
    border: 0;
    margin-top: 15px;
    font-size: 15px;
    color: #363636;
    background-color: transparent;
    position: absolute;
    bottom: -35px;
    z-index: 200;
}

.stage .slick-prev {
    left: 70px;
}

.stage .slick-next {
    right: 70px;
}

.stage i {
    display: inline-block;
    margin: 0 8px;
    width: 6px;
    height: 9px;
    background: url('../images/products/page.png');
}

.stage .slick-next i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery-page {
    width: 100%;
    position: absolute;
    bottom: -34px;
    text-align: center;
    font-size: 15px;
    color: #363636;
}

.gallery-page span {
    margin: 0 2px;
    color: #006DD9;
}

.gallery-page b {
    font-weight: normal;
    color: #006DD9;
}



/****************************  ****************************/

.products-detail {
    margin: 80px 0 0px;
    border-top: 1px solid #CCCCCC;
    padding-top: 25px;
}

.products-detail .title {
    font-size: 16px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-detail-page {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}



/****************************  ****************************/

.tab-nav {
    margin: 70px 0 50px;
    border-bottom: 1px solid #CCCCCC;
}

.tab-nav li {
    display: inline-block;
    margin: 0 8px -1px 0;
}

.tab-nav li a {
    border: 1px solid #CCCCCC;
    font-size: 17px;
    padding: 6px 15px;
    display: block;
    background: #fff;
    color: #7E7E7E;
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab-nav li.active a,
.tab-nav li:hover a {
    color: #fff;
    background: #727992;
    border-color: #727992;
}

.tab-content {
    overflow: hidden;
    /* display: none */
}



/****************************  ****************************/

.video-slider {
    width: 880px;
    margin: 0 auto;
    background:#000;
}

.video-slider .slider-for {
    float: right;
    width: 690px;
    margin: 0px 0 0 0;
    max-height:495px;
    padding:53.5px 0;
}

.video-slider .slider-for .item iframe {
    width: 100%;
    height: 496px;
}

.video-slider .slider-nav {
    float: left;
    width: 190px;
    min-height: 100px;
    background: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video-slider .slider-nav .item {
    cursor: pointer;
    padding: 15px;
    border: 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #414141 transparent rgba(0, 0, 0, 1) transparent;
}

.video-slider .slider-nav .item.active p {
    color: #fff;
}

.video-slider .slider-nav .item p {
    font-size: 14px;
    color: #AAAAAA;
    height: 64px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-slider .button-box {
    border-top: 1px solid #414141;
    background: #222222;
    float: left;
    padding: 15px 60px;
    width: 190px;
    height: 111px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.video-slider .button-box .slick-prev:before {
    content: "";
    display: block;
    height: 1px;
    width: 56px;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -28px;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 1) transparent #414141 transparent;
}

.video-slider .button-box button:hover {
    opacity: .7;
}

.video-slider .slick-prev,
.video-slider .slick-next {
    text-indent: -9999px;
    position: absolute;
    border: 0;
    width: 36px;
    height: 16px;
    left: 50%;
    margin-left: -18px;
    background: url('../images/products/video_arrow.png');
    -webkit-background-size: 100%;
    background-size: 100%;
}

.video-slider .slick-prev {
    top: 20px;
}

.video-slider .slick-next {
    bottom: 20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



/****************************  ****************************/

.photo-slider {
    max-width: 786px;
    margin: 0 auto;
    position: relative;
}

.photo-slider .slider-for {
    float: right;
    max-width: 666px;
}

.photo-slider .slider-nav {
    float: left;
    width: 111px;
    min-height: 468px;
}

.photo-slider .slider-nav .item {
    cursor: pointer;
    float: none;
    border-bottom: 5px solid transparent;
}

.photo-slider .slider-nav .item.active {
    opacity: .4;
}

.photo-slider .button-box2 {
    background: #F7F7F7;
    width: 111px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.photo-slider .slick-prev,
.photo-slider .slick-next {
    position: absolute;
    border: 0;
    bottom: 0px;
    width: 50px;
    height: 30px;
    background: #666;
    color: transparent;
    transition: all .2s;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.25);
}

.photo-slider .slick-prev:before,
.photo-slider .slick-next:before {
    color: #fff;
    position: absolute;
    font-size: 13px;
    display: block;
    z-index: 9999;
    width: 100%;
    height: 30px;
    left: 0;
    top: 3px;
}

.photo-slider .slick-prev:before {
    content: "上一張";
}

.photo-slider .slick-next:before {
    content: "下一張";
}

.photo-slider .slick-prev:hover,
.photo-slider .slick-next:hover {
    background: #5EC2D9;
    transition: all .2s;
}

.photo-slider .slick-prev {
    left: 0;
}

.photo-slider .slick-next {
    right: 0;
}

.slick-vertical .slick-slide {
    border: none;
}
.slick-vertical .slick-slide iframe {
    max-height:388px;
}



/*------------------------------*/

.tab-container {
    position: relative;
}

.tab-container .tab-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.4s ease, height 0.4s ease;
}

.tab-container .tab-content.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}



/****************************  ****************************/

@media screen and (max-width: 1400px) {
    .newest-box {
        padding: 30px 40px 0;
    }
    .newest-list .slick-prev {
        left: -15px;
    }
    .newest-list .slick-next {
        right: -15px;
    }
}

@media screen and (max-width: 1024px) {
    .gallery .stage,
    .gallery .txt,
    .products-name {
        float: none;
        width: auto;
        max-width: 416px;
        margin: 0 auto;
    }
    .products-name {
        padding: 0 0 15px;
    }
    .gallery .txt {
        float: none;
        position: relative;
        max-width: 100%;
        margin: 55px 0 0 0;
    }
    .products-name p {
        width: calc(100% - 105px);
        line-height: 1;
        margin: -5px 0 0 0;
    }
    .newest-list {
        margin: 0 -15px;
    }
    .newest-list li {
        padding: 0 15px;
    }
    .newest-list .slick-prev {
        left: -25px;
    }
    .newest-list .slick-next {
        right: -25px;
    }
}

@media screen and (max-width: 960px) {
    .products-detail-box {
        padding: 35px 15px 30px 15px;
    }
}

@media screen and (max-width: 850px) {
    .video-slider{background:none;}
    .photo-slider .slider-for {
        float: none;
        margin: 0 auto;
    }
    .photo-slider .button-box2 {
        max-width: 662px;
        position: static;
        margin: 0 auto;
        width: auto;
        height: auto;
        background: transparent;
    }
    .photo-slider .slick-prev,
    .photo-slider .slick-next {
        position: relative;
        float: left;
        width: 70px;
        height: 35px;
    }
    .photo-slider .slick-next {
        float: right;
    }
    .photo-slider .slick-prev:before,
    .photo-slider .slick-next:before {
        font-size: 16px;
        top: 6px;
    }
    .photo-slider .slider-for {
        height: 0!important;
        padding-bottom: 64.3%;
        overflow: hidden;
    }
    .photo-slider .slick-slide img,
    .photo-slider .slider-for {
        min-width: 220px;
        min-height: 154px;
    }
    .photo-slider .slider-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        visibility: hidden;
        pointer-events: none;
    }
    .video-slider {
        width: 100%;
    }
    .video-slider .slider-for {
        float: none;
        /*max-width: 690px;*/
        margin: 0 auto;
        width: 100%;
        padding:0px;
        max-height:auto;
    }
    .video-slider .slider-nav,
    .video-slider .button-box .slick-prev:before {
        display: none;
    }
    .video-slider .button-box {
        float: none;
        width: 100%;
        max-width: 690px;
        margin: 0 auto;
        padding: 0;
        min-height: auto;
        height: auto;
        background: #222222;
        border: 0;
        text-align: center;
    }
    .video-slider .slick-prev,
    .video-slider .slick-next {
        position: static;
        margin: 15px 10px 0;
        display: inline-block;
    }
    .video-slider .slick-prev {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .video-slider .slick-next {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin: 0 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .products-name p {
        width: calc(100% - 75px);
    }
    .products-name span {
        display: block;
        margin: 0;
    }
    .products-list li:nth-child(2n+1) {
        clear: left;
    }
    .products-list .item {
        width: 50%;
    }
    .newest-list li a {
        max-width: 380px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    .video-slider .slider-for .item iframe {
        height: 350px;
    }
    .stage .slick-prev {
        left: 0;
        padding: 0;
    }
    .stage .slick-next {
        right: 0;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .video-slider .slider-for .item iframe {
        height: 173px !important;
    }
    .photo-slider .slider-for {
        padding-bottom: 63%;
    }
}

@media screen and (max-width: 350px) {
    .photo-slider .slider-for {
        padding-bottom: 61%;
    }
}
@media screen and (max-width: 320px) {
    .video-slider .slider-for .item iframe {
        height: 173px !important;
    }
}