@charset "utf-8";
/* CSS Document */
/*menu style*/
@media screen and (max-width: 1750px) {
    .titleBox.titleStyle1 .entitle {
        font-size: 45px;
        letter-spacing: 0px;
    }
    .titleBox.titleStyle1 .title {
        font-size: 20px;
        letter-spacing: 0px;
    }
}
@media screen and (max-width: 1200px) {
    .logo img, header.header_scroll .logo img {
        max-width: 180px;
    }
    .hnav .mli>a{padding: 23px 10px;}
    header .navbox {
        margin-right: 70px;
    }
    .movie_row_info .movie_row_info_box p {
        -moz-line-clamp: 3;
        -webkit-line-clamp: 3;
        -o-line-clamp: 3;
        line-clamp: 3;
        letter-spacing: 0px;
    }
    .movie_row_info .movie_row_info_box h1 {
        letter-spacing: 0px;
        -moz-line-clamp: 1;
        -webkit-line-clamp: 1;
        -o-line-clamp: 1;
        line-clamp: 1;
    }
    .titleBox .enTitle {
        font-size: 44px;
    }
    .titleBox2 {
        padding: 15px 10px;
    }
    .titleBox .title {
        font-size: 19px;
    }
    .titleBox .title1 {
        font-size: 24px;
        padding-top: 38px;
    }
    .titleBox .decoTitle{font-size: 60px;white-space: nowrap;}
}
@media screen and (max-width: 1050px) {
    .ma2_version3 .hnav .mli>a {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 1000px) {
    .movie_row_info .movie_row_info_box p {
        -moz-line-clamp: 2;
        -webkit-line-clamp: 2;
        -o-line-clamp: 2;
        line-clamp: 2;
    }
}
@media screen and (max-width: 900px) {
    .title_box {
        text-align: center;
        border-bottom: 0;
        padding: 0;
    }
    .type_title {
        display: none;
    }
    .section__line {
        width: 90%;
        position: absolute;
        margin: 0px 5%;
        bottom: 0;
    }
    .section__line.page_line{
        position: relative;
    }
    .type_box {
        float: none;
        width: 100%;
        height: 30px;
        margin: 20px 0 0;
        text-align: center;
    }
    .home .iproduct {
        padding: 22px 0 0 0;
    }
    .home .aside_rightbox {
        margin-top: 50px;
    }
    .type_box a {
        font-size: 16px;
    }
    .products_homelistpro {
        padding: 10% 15px;
    }
    .listpro_imgbox .listpro_imgbox_item{
        width: calc( 50% - 15px * 0.5);
    }
    .listpro_imgbox .listpro_imgbox_item:last-child{
        width: 100%;
    }
    .listpro_imgbox .listpro_imgbox_item:last-child .showbox{
        height: 100%!important;
    }
    .ma2_version3 .bannerbox {
        margin: 60px auto 0;
    }
    header {
        position: fixed;
        height: 82px;
    }
    header.header_scroll{height: 65px;}
    .ma2_version3 header .navbox {
        position: absolute;
        width: 100%;
        top: 54px;
    }
    .ma2_version3 .logo {
        padding: 10px 0 7px 25px;
    }
    .ma2_version3 .logo img {
        width: auto;
        max-width: 100%;
        height: 40px;
    }
    /*logo*/
    .logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .logo img {
        width: auto;
        max-width: 100%;
        max-height: 80px;
    }
    .cart_fixedbox {
        /*  display: none;*/
        bottom: 180px;
        bottom: 200px;
        width: 42px;
        height: 70px;
        padding: 5px 17px 5px 3px;
    }
    .cart_fixedbox>span {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .cart_fixedbox>a {
        font-size: 13px;
    }
    .cart_fixedbox>span {
        bottom: -12px;
        left: 21px;
    }
    .cart_fixedbox>a>span {
        position: relative;
        top: 0px;
        font-size: 12px;
    }
    .member_login_boxbtn a {
        color: #fff;
        margin: 0 auto;
        border-radius: 0px;
        /*  background: #888*/
    }
    .header_else .w1200 {
        width: 100%;
    }
    .header_elselink {
        margin: 19px 7px 0;
    }
    /*hanburger icon*/
    #mainslider {
        margin-top: 60px;
    }
    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
    }
    .menu-trigger {
        display: block;
        width: 63px;
        height: 82px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 22px 18px;
        text-align: center;
    }
    header.header_scroll .menu-trigger{
        height: 65px;
        padding: 13px 18px;
    }
    .bar, .bar::after, .bar::before {
        width: 21px;
        height: 2px;
    }
    .bar {
        position: relative;
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        transform: translateY(25px);
        background: #CCCCCC;
        -webkit-transition: all 0ms 300ms;
        -moz-transition: all 0ms 300ms;
        transition: all 0ms 300ms;
        top: -6px;
        left: 0px;
    }
    .bar.animate {
        background: rgba(255, 255, 255, 0);
    }
    .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 6px;
        background: #CCCCCC;
        -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        background: #CCCCCC;
        -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar.animate:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar.animate:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    /*menu*/
    header.header_scroll .header_elselinkbox {
        position: absolute;
    }
    .header_elselinkbox{
        margin-right: 46px;
        width: 170px;
    }
    .header_elselinkbox > div:nth-child(2){
        display: none;
    }
    .product_search_box form>input{
        width: 65px;
    }
    .header_elselinkbox .product_search_box, header.header_scroll .header_elselinkbox .product_search_box {
        margin: 18px 0 0;
    }
    /*手機板第二層下拉箭頭轉*/
    header .hnav .mul .t .phone_arrow {
        transform: rotate(180deg);
    }
    header .hnav .mul .has_sub_btn .phone_arrow {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        top: 20px;
        margin-left: 20px;
        transition: all 0.3s;
    }
    nav {
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 82px;
        left: 0;
        height: calc(100vh - 82px);
        order: 1;
    }
    header.header_scroll nav{
        top: 65px;
    }
    .menu_fb {
        right: 63px;
        top: 27px;
    }
    .header_scroll .menu_fb {
        top: 17px;
    }
    .subBtn {
        position: relative;
    }
    .subBtn a {
        display: block;
        width: 100%;
    }
    .menu_btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .menu_btn:hover .subBtn {
        display: none;
    }
    header .hnav .mul>li {
        width: 100%;
        max-width: none;
        margin: 0;
        position: relative;
    }
    .hnav .mli>a {
        border: 0;
        padding: 10px 0em;
        display: inline-block;
        line-height: normal;
    }
    .hnav .mli>a:after{
        height: 2px;
    }
    header.header_scroll .hnav .mli>a{
        line-height: normal;
        padding: 10px 0em;
    }
    .hnav .mli .sul::before{
        display: none;
    }
    .hnav .mli .sul {
        position: relative;
        margin-top: 0px;
        background-color: #212121;
        width: 100%;
        left: 0;
        padding: 0px;
        transition: all 0.3s;
    }
    .hnav .mli:hover .sul {
        display: none;
        height: auto;
    }
    .hnav .mli.has_sub_btn.t .sul {
        display: block;
        transform: none;
    }
    .hnav .sli{
        width: 100%;
        display: block;
    }
    .hnav .mli span.sul_icon {
        content: "";
        width: 26px;
        height: 32px;
        top: 7px;
        right: 10px;
        position: absolute;
        display: inline-block;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .hnav .mli.has_sub_btn span.sul_icon {
        background-image: url('../images/website_image/sul_icon.png');
        background-position: center center;
        background-repeat: no-repeat;
    }
    .hnav .mli.has_sub_btn.t span.sul_icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .member_login_boxbtn {
        position: relative;
        top: 0px;
        right: 0px;
        width: 100%;
        height: auto;
        color: #4b4b4b;
        background-color: #fdc6c6;
        font-size: 17px;
        line-height: 40px;
        font-weight: normal;
        text-align: center;
    }
    .son_flim{
        display: none;
    }
    .son_flim2{
        color: gold;
        margin-top: 0px;
        text-align: center;
        white-space: nowrap;
        position: absolute;
        top: 0;
        right: 45px;
        padding: 20px 0;
        z-index: 1000;
        display: none;
        cursor: pointer;
    }
    .son_flim2 img{
        width: 22px;
        vertical-align: text-bottom;
        margin-right: 4px;
    }
    .showtimes_filmname {
        width: 100%;
        display: none;
    }
    #dropdownMenu ul{
        height: auto;
    }
    /*banner*/
    .bannerbox {
        margin-top: 0px;
    }
    .ma2_version2 .bannerbox {
        margin: 60px auto 0;
    }
    a.slide__item.fades{
        display: inline-block;
        margin-left: -3px;
        box-sizing: border-box;
    }
    a.slide__item.fades:first-child{
        margin-left: 0;
    }
    /*banner*/
    /*footer*/
    .footer_top {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 5px 0;
    }
    .footer_logo {
        width: 130px;
    }
    .footer_bottom .RWDedictor {
        justify-content: space-between;
        width: 100%;
    }
    .footer_bottom {
        padding: 0px 0px 0;
    }
    .footer_menu {
        max-width:  100%;
        width: 100%;
    }
    .footer_menu ul {
        flex-direction: column;
    }
    .footer_menu ul.sul{
        display: none;
        transition: all 0.3s;
    }
    li.mli.has_sub_btn.t ul.sul{
        display: block;
        margin: 0px 0 0 0;
    }
    /* .footer_menu_01{
        display: none;
    } */
    .footer_menu h3 {
        font-size: 16px;
    }
    .footer_menu ul li, .footer_menu ul li a {
        font-size: 14px!important;
        line-height: 1;
    }
    .footer_menu ul li{
        /* border-bottom: 1px solid #123762; */
    }
    .footer_menu ul li a{
        padding: 10px 15px;
        display: block;
        width: 100%;
        position: relative;
        transition: all .2s ease .1s;
    }
    .footer_menu ul.sul li.sli a{
        padding: 5px 15px;
    }
    .footer_menu ul.sul li a::before {
        top: 5px;
        left: 5px;
    }
    .footer_menu ul li.has_sub_btn > a:after {
        border: 0;
        width: 15px;
        height: 7px;
        background: transparent url(../skin/images/icon_arrow.png) 0 0 no-repeat;
        background-size: 15px 7px;
        top: 13px;
        right: 16px;
        content: "";
        display: inline-block;
        position: absolute;
    }
    .footer_menu ul li.has_sub_btn.t > a:after{
        transform: rotate(180deg);
        transform-origin: 50% 50%;
    }
    .footer_menu ul.mul > li:first-child{
        display: none;
    }
    .footer_menu ul.sul li.sli{
        border-bottom: 0;
        padding-left: 10px;
    }
    .footer_menu ul.sul li {
        margin: 0 0 0px;
    }
    .footer_menu.footer_menu_01{
        width: 100%;
        padding: 20px 20px 0;
    }
    .footer_menu.footer_menu_02{
        width: 100%;
        padding: 0 20px 10px;
    }
    .footer_menu.footer_menu_03 {
        width: 100%;
        border-top: 1px solid #666;
        padding: 15px 10px 0;
    }
    .footer_menu ul.txt {
        margin: 15px 0px;
        padding: 0 0px;
    }
    .footer_menu ul.txt li {
        border-bottom: 0;
    }
    footer ul.txt li:nth-last-of-type(1) {
        margin: 0 0 0px;
    }
    .footer_menu ul.txt li a{
        display: inline-block;
        width: auto;
        padding: 0px;
    }
    .footer_socialBox .socialList li a.foot_link_icons {
        width: 35px;
        height: 35px;
    }
    .footer_socialBox .socialList li {
        margin: 0 5px;
    }
    .foot_main {
        padding: 32px 15px 15px;
    }
    .foot_top_left {
        width: 100%;
    }
    .foot_logo {
        text-align: center;
    }
    .footer_logo img {
        max-width: 130px;
    }
    .foot_top_right {
        width: 100%;
        text-align: center;
        padding: 35px 0;
    }
    .foot_nav .foot_mul {
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .foot_nav .foot_mul .foot_mli:hover .foot_sul {
        display: none;
    }
    .foot_nav .foot_mul .foot_mli.has_sub_btn::before {
        /* content: ''; */
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 3.5px 0 3.5px;
        border-color: #ffffff transparent transparent transparent;
        top: 8px;
        right: 5px;
        display: inline-block;
        position: absolute;
    }
    .foot_nav .foot_mul .foot_mli.has_sub_btn.t .foot_sul {
        display: block;
    }
    .foot_nav .foot_mul .foot_mli .foot_sul {
        position: absolute;
        z-index: 9999;
        width: auto;
        display: none;
        cursor: pointer;
        left: 0;
        padding: 5px 0;
        background-color: #858585;
    }
    .foot_txt>div {
        font-size: 14px;
    }
    .copy address>span {
        display: block;
    }
    /*more*/
    .more {
        text-align: center;
        padding: 30px 0 30px 0;
    }
    .more a {
        font-size: 14px;
    }
    .inews_box.home_news .more .inews_links {
        font-size: 14px;
        letter-spacing: 0px;
        padding: 6px;
    }
    /*title*/
    .title {
        font-size: 24px;
        padding: 5px 0;
    }
    .title>img {
        max-width: 52px;
    }
    .title>span {
        line-height: 36px;
    }
    .title>.ch_title{
        font-size: 35px;
        letter-spacing: 0px;
    }
    .title::before{
        height: 2px;
    }
    .ch_s_title {
        font-size: 18px;
    }
    .title>.ch_title span {
        font-size: 1.5em;
    }
    .page_detail {
        margin: 0% auto;
        width: 100%;
        padding-top: 82px;
    }
    .ipbox_center{
        margin-top: 0;
    }
    .time_box {
        padding: 0px 10px;
    }
    .time_box .adv1 {
        text-align: center;
        padding: 15px 30px;
    }
    .time_box .adv1 span {
        font-size: 22px;
    }
    .time_box .adv1 a {
        font-size: 22px;
    }
    .time_box:after {
        display: none;
    }
    /*top*/
    #gotop {
        width: 35px;
        height: 35px;
        padding: 7px;
        right: 7px;
    }
    #gotop img {
        width: 35px;
    }
    /* footer_icon */
    a.foot_link_icon:nth-child(1) {
        width: 35px;
        padding: 5px;
        bottom: 150px;
        right: 7px;
    }
    a.foot_link_icon:nth-child(2) {
        width: 35px;
        padding: 5px;
        bottom: 100px;
        right: 7px;
    }
    a.foot_link_icon:nth-child(3) {
        width: 35px;
        padding: 5px;
        bottom: 50px;
        right: 7px;
    }
    /*page*/
    .page ul li {
        padding: 0;
    }
    /*index*/
    .titleBox.titleStyle1 .entitle{
        font-size: 22px;
        letter-spacing: 1px;
        display: none;
    }
    .titleBox.titleStyle1 .title{
        font-size: 16px;
        letter-spacing: 0px;
        display: none;
    }
    .iitem_container .icon{
        width: 50%;
    }
    /*首頁熱門影片*/
    .iproduct_hotmovie .showbox_index {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        align-items: stretch;
        width: 100%;
    }
    .iproduct_hotmovie .showbox {
        height: auto;
    }
    .iproduct_hotmovie .showbox .focus-img {
        height: 100%;
        padding-bottom: 0;
    }
    .iproduct_hotmovie .Txt .focus-info {
        padding: 40px 20px;
    }
    .iproduct_hotmovie .Left_next {
        width: 100%;
        height: 120px;
        background-size: cover;
        display: none;
    }
    .iproduct_hotmovie .Left_next .adv1 span {
        font-size: 18px;
    }
    .iproduct_hotmovie .Left_next a {
        font-size: 16px;
    }
    .iproduct_hotmovie .Txt {
        width: 50%;
    }
    /*about*/
    .iabout_box {
        margin: 10px 0 0px;
    }
    .iabout_box .title {
        width: calc(100% - 30px);
    }
    .iabout {
        padding: 37px 15px 0;
        margin: 15px 0 0;
    }
    .iabout .iaboutmain {
        width: 100%;
    }
    .iabout .iaboutmain .about_left {
        width: 100%;
        padding: 0 10%;
        text-align: center;
    }
    .iabout .iaboutmain .about_right {
        width: 100%;
        padding: 0;
        font-size: 15px;
    }
    .iabout .iaboutmain .about_right h2 {
        font-size: 1.3em;
    }
    .iabout_box .more {
        margin: 25px 0;
    }
    /*news*/
    .movie_row_img {
        width: 60%;
        margin: 10px auto;
        padding: 0;
    }
    .movie_row_info {
        width: 100%;
        padding: 0;
    }
    .newmovie_info .container .row:nth-child(even) .movie_row_info {
        padding: 0;
    }
    .newmovie_info .container .row::before {
        width: calc(100% + 30px);
        left: -15px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .newmovie_info .container .row:nth-child(even)::before {
        width: calc(100% + 30px);
        right: -15px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .movie_row_img:before {
        bottom: -5px;
        right: -10px;
        background-color: rgba(246, 246, 246, 0.1)
    }
    .newmovie_info .container .row:nth-child(even) {
        padding: 20px 0 10px;
    }
    .newmovie_info .container .row:nth-child(even) .movie_row_info {
        order: 0;
    }
    .newmovie_info .container .row {
        margin: 0 0 0;
        padding: 20px 0 10px;
    }
    .movie_row_info .movie_row_info_box {
        max-width: 100%;
        padding: 20px 20px;
    }
    .newmovie_info .notice_classname a {
        font-size: 12px;
    }
    .inews_box.home_news .notice_classname {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .movie_row_info .movie_row_info_box h1 {
        font-size: 16px;
        line-height: 1.5;
    }
    .movie_row_info .movie_row_info_box p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.5;
        margin: 0px 0 20px;
        -moz-line-clamp: 2;
        -webkit-line-clamp: 2;
        -o-line-clamp: 2;
        line-clamp: 2;
    }
    .newmovie_info .inews_links {
        padding: 6px;
        font-size: 14px;
        letter-spacing: 0px;
        margin: 0 auto;
    }
    .newmovie_info .date.dateBox {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .newmovie_info .date .day {
        font-size: 30px;
        line-height: 30px;
        margin-right: 5px;
    }
    .newmovie_info .date .day > span{
        margin-left: 5px;
        font-size: 23px;
        line-height: 25px;
    }
    .newmovie_info .date .year {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .newmovie_info .date .month, .newmovie_info .date .year {
        font-size: 12px;
    }
    .inews_box.home_news .inews_main .name {
        font-size: 20px;
    }
    .inews_box.home_news .inews_main .txt {
        font-size: 15px;
    }
    .inews_box.home_news .inews_mainbox {
        padding: 0px 0 30px;
    }
    .inews_box.home_news .inews_mainbox .more{
        padding: 10px 0;
    }
    .inews_box.home_news .inews_main {
        margin: 30px 10px;
        width: calc(100% - 20px);
    }
    /*product*/
    .iproduct .ipbox .listbox .list{
        width: 23%;
    }
    .iproduct .ipbox .listbox .list:nth-child(5){
        /* display: none; */
    }
    .iproduct .listbox .list .pro_name{
        font-size: 16px;
    }
    .iproduct .listbox .list .pro_sname{
        font-size: 14px;
    }
    .iproduct .listbox .list .Txt {
        margin: 15px 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .s_titlebar{
        min-height: auto;
    }
    .s_titlebar .classLink a{
        padding: 14px 10px;
        letter-spacing: 0;
        font-size: 13px;
    }
    .s_titlebar .classLink li {
        margin: 0 4px;
    }
}
@media screen and (max-width: 640px) {
    /*首頁熱門影片*/
    .iproduct_hotmovie .showbox .focus-img {
        height: 0%;
        padding-bottom: 66.745%;
    }
    .iproduct_hotmovie .showbox {
        width: 100%;
        z-index: 3;
    }
    .iproduct_hotmovie .Txt {
        width: 100%;
        z-index: 5;
        margin-top: -50px;
        padding: 0 10px;
        position: relative;
    }
    .iproduct_hotmovie .Txt .focus-info {
        padding: 20px 20px;
    }
    .iproduct_hotmovie .Txt:before {
        content: "";
        width: 100%;
        height: 50px;
        display: block;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 0;
        left: 0;
    }
    .iproduct_hotmovie .Txt .tag {
        font-size: 12px;
    }
    .iproduct_hotmovie .Txt h2 {
        font-size: 24px;
    }
    .iproduct_hotmovie .Txt h6 {
        font-size: 14px;
    }
    .iproduct_hotmovie .Txt .Txtinfo {
        height: 48px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .iproduct_hotmovie .Txt p {
        font-size: 13px;
    }
    .iproduct_hotmovie .Txt .button {
        padding: 8px;
        font-size: 13px;
    }
    /**/
    .iproduct .ipbox .listbox .list{
        width: 31%;
    }
    .iproduct .ipbox .listbox .list:nth-child(5), .iproduct .ipbox .listbox .list:nth-child(4){
        /* display: none; */
    }
    .iproduct .listbox .list .pro_name {
        font-size: 14px;
    }
    .iproduct .listbox .list .pro_sname {
        font-size: 13px;
    }
    .iproduct .listbox .list .pro_price{
        font-size: 12px;
    }
    /*news*/
    .inews_box.home_news .inews_main .inews_links {
        margin: 0 auto;
    }
    .inews_box.home_news .inews_main {
        margin: 10px 10px;
    }
    .inews_box.home_news .inews_main .inews_left {
        width: 100%;
        height: auto;
    }
    .inews_box.home_news .inews_main .inews_right {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }
    .inews_box.home_news .inews_main .name {
        font-size: 16px;
    }
    .inews_box.home_news .inews_main .txt {
        font-size: 14px;
    }
    .inews_box.home_news .inews_main .inews_Txt {
        padding: 0 10px 30px;
    }
    .inews_box.home_news .inews_main .date .day {
        font-size: 30px;
        line-height: 40px;
    }
    .inews_box.home_news .inews_main .date .day > span{
        font-size: 25px;
        line-height: 25px;
        top: -4px;
    }
    .inews_box.home_news .inews_main .date .month, .inews_box.home_news .inews_main .date .year {
        line-height: 1;
        font-size: 13px;
    }
    /**/
    .inews_bar {
        display: none;
    }
    .recommend-list .tabs li a {
        padding: 8px 1rem;
    }
    .ch_s_title {
        font-size: 15px;
        margin-top: 0px;
    }
    .titleBox .title {
        font-size: 17px;
    }
    .titleBox .enTitle {
        font-size: 36px;
    }
    .titleBox .oneline .title {
        margin-right: 20px;
    }
}
@media screen and (max-width: 468px) {
    .logo img {
        max-width: 180px;
        margin-top: 8px;
    }
    header.header_scroll .logo img {margin-top: 0;}
    header .hnav .mul li a>b {
        font-size: 16px;
    }
    .inews_bottom .name {
        font-size: 16px;
        height: 24px;
    }
    .banner_txt>p{
        font-size: 6.5vw;
    }
    .banner_txtin{
        font-size: 4.5vw;
    }
    .homepro .showbox_index{
        width: 100%;
    }
    .homepro .pro_con{
        margin-top: 5% !important; 
    }
    .showbox,
    .ipbox_con{
        width: 100%;
    }
    .iproduct .ipbox .listbox .list{
        width: 47%;
    }
    .iproduct .ipbox .listbox .list:nth-child(5), .iproduct .ipbox .listbox .list:nth-child(4), .iproduct .ipbox .listbox .list:nth-child(3){
        /* display: none; */
    }
    .ipbox_more{
        margin-top: 15px;
        font-size: 14px;
    }
    .titleBox .enTitle {
        font-size: 24px;
    }
    .titleBox .enTitle {
        font-size: 24px;
    }
}