@charset "UTF-8";
/*--------------------------------*/
/*
//========
主要內容
橫式
width:80%;
max-width:1280px

撐滿圖片
width:100%
max-width:1240px

兩欄
區塊 margin: 0 20px;
文字 p padding 10px 0; || padding 20px 0 需要統一
大區塊 有底色 用padding 補齊
//========
*/
/* test 整合 間距 */
/*.margin-up-down-normal {
    margin: 50px;
}

.margin-down-normal {
    margin-bottom: 50px;
}

.margin-up-down-min {
    margin: 20px;
}
.margin-down-min {
    margin-bottom: 20px;
}*/

* img {
    display: block;
}

canvas {
  display: block;
  vertical-align: bottom;
}

.pop-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.pop-box .black {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.pop-box .pop-contain {
    background: #fff;
    max-width: 900px;
    width: 100%;
    padding: 60px;
    position: relative;
    z-index: 11;
}

.pop-box .viewbox {
    padding-top: 54%;
    position: relative;
    margin-bottom: 30px;
}

.pop-box .viewbox .ytvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    display: flex;
}

.pop-box .close {
    background-color: #333333;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../../images/index/popvideo/pop_del.png");
    background-size: 15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}

.pop-box .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-box .btn-box .item {
    flex: 0 0 25%;
    margin-right: 15px;
}

.pop-box .black-btn, .pop-box .red-btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
}

.pop-box .black-btn {
    background: #333;
}

.pop-box .red-btn {
    background: #BB000F;
}

.pop-box .btn-box .item:last-child {
    margin-right: 0;
}

.pop-box .close, .pop-box .play-btn, .fix-play {
    cursor: pointer;
}

.fix-play .icon, .pop-box .black-btn, .pop-box .red-btn, .pop-box .close, .pop-box .play-btn {
    &:hover {
        opacity: 0.8;
    }
}
.fix-play {
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}

.fix-play .icon {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    right: calc(2% + 12px);
    bottom: calc(2% + 100px);
    background:#fff url("../../images/index/popvideo/video-player.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;

    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);

    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}



/* 共用暫時放 */
.box__round__rectangle {
    background-color: #bb000f;
    width: 620px;
    height: 120px;
    border-radius: 60px;
}

.box__triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #FFFFFF;
}

.box__circle__shape {
    border: 0px solid red;
    background-color: #c80d1c;
    width: 400px;
    height: 400px;
    border-radius:50%;
}

.box__circle__pic {
    border: 0px solid red;
    background-color: #CCCCCC;
    width: 600px;
    height: 600px;
    border-radius:50%;
    overflow: hidden;
}

.box__circle__l {
    border: 0px solid red;
    background-color: #c80d1c;
    width: 500px;
    height: 500px;
    border-radius:50%;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0px 30px 0px rgba(0, 0, 0, .3);
}

.box__round__pic {
    border: 0px solid red;
    background-color: #ffffff;
    width: 850px;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    /*display: flex;
    align-items: center;*/
}

.box__round__pic img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*width: 850px;
    height: 450px;*/
}

.more__btn {
    border: 0px solid red;
    background-color: rgba(255, 255, 255, 0);
    width: 210px;
    height: 58px;
    border-radius: 15px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;

    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;

    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0px 0px #434343;
    transition: all .2s ease-out 0s;
}

.box_offical_btn_content .box__ul .box__li a::before,
.more__btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c80d1c;
    z-index: -1;
}

.box_offical_btn_content .box__ul .box__li a::after,
.more__btn a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #434343;
    z-index: -1;
    transition: all .1s ease-out;
}

.box_offical_btn_content .box__ul .box__li:hover,
.more__btn:hover {
    box-shadow: inset 0 0 2px 2px #434343;
}

.box_offical_btn_content .box__ul .box__li:hover a::after,
.more__btn:hover a::after {
    left: 0;
}

.box_offical_btn_content .box__ul .box__li:hover a,
.more__btn:hover a {
    color: #ffffff;
}


.incon__more__btn {
    border: 0px solid red;
    background-color: #c80d1c;
    width: 240px;
    height: 45px;
    border-radius:10px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;

    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}

.box__ring__shape {
    border: 20px solid #c80d1c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_social_content */
/*------------------------------------------------------*/
.box_social_content {
    pointer-events: none;
    display: flex;
    position: fixed;
    width:  100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
}

.box_social_content .social__container {
    position: absolute;
    top: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.box_social_content .social__container > a {
    text-decoration: none;
    pointer-events: auto;
    cursor: pointer;
}

.box_social_content .social__container > a > img {
    width: 50px;
}


/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* crumb_content */
/*------------------------------------------------------*/
.crumbs_content {
    display: block;
    position: relative;
    width:  100%;
    overflow: hidden;
}

.crumbs_content .crumbs__container {
    width: 85%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 30px;
}

.crumbs_content .crumbs__ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.crumbs_content .crumbs__ul li {
    display: inline-block;
}

.crumbs_content .crumbs__ul li a {
    position: relative;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 10px;
    text-decoration: none;
}

.crumbs_content .crumbs__ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(45deg);
    display: block;
}

.crumbs_content .crumbs__ul li:last-of-type a:after {
    display: none;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* subtab_content */
/*------------------------------------------------------*/
.subtab_content {
    margin: 20px 0 20px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

/*.subtab_content .subtab__container::-webkit-scrollbar { 
    display: none;
}*/

.subtab_content .subtab__container {
    border-radius: 10px;
    overflow: hidden;
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: rgba(230, 230, 230, 0);
}

.subtab_content .subtab__list {
    padding: 1px 0;
    position: relative;
    display: inline-flex;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(230, 230, 230, 1);
}

.subtab_content .subtab__list .box__key__point {
    background-color: #bb000f !important;
}

.subtab_content .subtab__list .box__key__point a {
    color: #FFFFFF !important;
}

.subtab_content .subtab__list .box__round__rectangle {
    background-color: inherit;
    width: auto;
    height: auto;
    padding: 8px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 10px 10px;
}

.subtab_content .subtab__list .box__round__rectangle a {
    color: #000000;
}

/* hover */
.subtab_content .subtab__list .box__round__rectangle:hover {
    background-color: #bb000f;
}

.subtab_content .subtab__list .box__round__rectangle:hover a {
    color: #FFFFFF;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* subtab2_content */
/*------------------------------------------------------*/
.subtab2_content {
    margin: 20px 0 20px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.subtab2_content .subtab__container {
    border-radius: 10px;
    overflow: hidden;
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: rgba(230, 230, 230, 0);
}

.subtab2_content .subtab__list {
    padding: 1px 0;
    position: relative;
    display: inline-flex;
    border-radius: 10px;
    /*background-color: #e6e6e6;*/
    background-color: rgba(230, 230, 230, 1);
}

.subtab2_content .subtab__list .box__key__point {
    background-color: #009fa8 !important;
}

.subtab2_content .subtab__list .box__key__point a {
    color: #FFFFFF !important;
}

.subtab2_content .subtab__list .box__round__rectangle {
    background-color: inherit;
    width: auto;
    height: auto;
    padding: 8px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.subtab2_content .subtab__list .box__round__rectangle a {
    color: #000000;
}

/* hover */
.subtab2_content .subtab__list .box__round__rectangle:hover {
    background-color: #009fa8;
}

.subtab2_content .subtab__list .box__round__rectangle:hover a {
    color: #FFFFFF;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* subtab_extra_content */
/*------------------------------------------------------*/
.subtab_extra_content {
    margin: 20px 0 20px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.subtab_extra_content .subtab__container {
    border-radius: 10px;
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.subtab_extra_content .subtab__list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

    /*border: 1px solid red;
    box-sizing: border-box;*/
}

/* 1025 15%：6/row  */
/* width: calc((100% - 0.55rem * 6) / 6); */
.subtab_extra_content .subtab__list > li {
    border: 1px solid rgba(100, 100, 100, 0.1);
    box-sizing: border-box;
    border-radius: 5px;

    flex: 0 0 auto;
    width: 15%;
    height: 60px;
}

.subtab_extra_content .subtab__list > li > a::before {
    content:'';
    background-color: #c80d1c;
    position: absolute;
    /* 對應 li 寬高 */
    width: 15%;
    height: 60px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    border-radius: 5px;

    white-space: pre;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    transform: scale(1);
    transition: all .2s ease-out 0s;
}

.subtab_extra_content .subtab__list > li > a:hover::before {
    opacity: 1;
    transform: scale(1.03);
}

.subtab_extra_content .subtab__list > li > a {
    text-decoration: none;

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.subtab_extra_content .subtab__list > li > a > p {
    flex: 0 0 auto;
    width: 55%;
    max-width: 65px;
    color: #000000;
    font-size: 13px;
    line-height: 16px;
}

.subtab_extra_content .subtab__list > li > a > img {
    width: 100%;
    max-width: 40px;
    height: auto;
    margin-right: 5px;
}

.subtab_extra_content .subtab__list::after {
    content:'';
    height: 0;
    display: block;
}

/* 需要搭配 JS 來處理 */
/* calc(15% * (6 - 2) + 2% * (5 - 2) ) */
.subtab_extra_content .subtab__list::after {
    content:'';
    /*width: calc(17% * (5 - 3) + (15% / 4) * (4 - 3));*/
    width: 0;
    height: 0;
    display: block;
}


/* ------------------------------------------------------------------------------------------ */


/* subtab_extra_content_mobile */
.subtab_extra_content_mobile {
    margin: 20px 0 20px 0;
    display: block;
    position: relative;
    width: 100%;
}
/* Remove IE arrow */
.subtab_extra_content_mobile::-ms-expand {
    display: none;
}

/* Custom Select wrapper */
.box__select__subtab {
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    overflow: hidden;
    background-color: #e6e6e6;
    border-radius: 10px;
    
    color: #000000;
    font-size: 20px;
    padding: 12px 30px;

    position: relative;
    width: 95%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    background-image: url("../../images/common/arrow-icon-down.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 15px;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_lr_extra_content */
/*------------------------------------------------------*/
.box_lr_extra_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    overflow: hidden;
}

.box_lr_extra_content .box__btn__lr {
    padding: 15px 0;
    position: absolute;
    left: 50%;
    width: 85%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_lr_extra_content .box__btn__lr:nth-child(1){
    z-index: 1;
}

.box_lr_extra_content .box__btn__lr > a {
    text-decoration: none;
}

.box_lr_extra_content .box__btn__lr > a > div:nth-child(1) {
    font-size: 16px;
    color: #000000;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: inherit;
}
.box_lr_extra_content .box__btn__lr img {
    width: 12px;
    margin-right: 10px;
}

.box_lr_extra_content .box__ul__lr {
    padding: 80px 0px 80px 0px;
    position: relative;
    left: 50%;
    width: 85%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_lr_extra_content .box__ul__lr .box__li__lr {
    width: 50%;
}

.box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(1) .box__title {
    padding-bottom: 10px;
}
.box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(1) .box__text p:nth-child(1) {
    font-weight: 500;
}

.box_lr_extra_content .box__ul__lr .box__li__lr .box__text p {
    padding: 10px 0;
    color: #000000;
}

.box_lr_extra_content .box__ul__lr .box__li__lr .box__text .title-middle-l {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 42px;
    font-weight: 400;
}

.box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(1) img {
    height: auto;
}

.box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(2) {
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
}

.box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(2) img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* features_content */
/*------------------------------------------------------*/
.features_content {
    margin: 50px 0;
    background-color: #bb000f;
    border-radius: 15px;
    position: relative;
    width: 85%;
    max-width: 1280px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.features_content .features__container {
    width: 100%;
}

.features_content .features__title {
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features_content .features__title p {
    margin: 5px;
    text-align: center;
    color: #FFFFFF;
}

/*--- now ---*/
.features_content .fearures__list {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 90%;
    max-width: 1025px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.features_content .fearures__list .fearures__li {
    flex: 0 0 auto;
    width: 30%;
    min-width: 280px;
    position: relative;
    margin: 15px 0px;
    display: inline-block;

    /*border: 1px solid black;
    box-sizing: border-box;*/
}

.features_content .fearures__list .fearures__li p::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -25px;
    margin-top: 6px;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
    border-radius: 15px;
    border-color: #FFFFFF;
}



.features_content .fearures__list .fearures__li p {
    margin-left: 25px;
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 25px;
    text-align: left;
    display: inline-block;
    
    /*width: 250px;*/
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */   
}

.features_content .fearures__list .fearures__li:last-child:nth-child(3n - 1) {
    margin-right: calc(30% + 15% / 3);
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 02 box_fitpic_content 拆成兩個 */
/*------------------------------------------------------*/

.box_fitpic_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}

.box_fitpic_content .box__pic {
    position: relative;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_fitpic_content .box__pic {
    /*border-radius: 15px;*/
    /*overflow: hidden;*/
}

.box_fitpic_content .box__pic img {
    width: 100%;
    height: auto;
}


.box_fitpic_content .box__pic {
    /*border-radius: 15px;*/
    /*overflow: hidden;*/
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_innertext_pic_content */
.box_innertext_pic_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}
.box_innertext_pic_content .box_innertext_content {
    margin: 0 0 25px 0;
}
.box_innertext_pic_content .box_pic_content {
    margin: 0 0 0 0;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_pic_innertext_content */
.box_pic_innertext_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_pic_innertext_content .box_pic_content {
    margin: 0 0 25px 0;
}

.box_pic_innertext_content .box_innertext_content {
    margin: 0 0 0 0;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_innertext_content */
/*------------------------------------------------------*/
.box_innertext_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_innertext_content .box__innertext {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_innertext_content .box__innertext p {
    margin: 20px 0;
    color: #000000;
}

.box_innertext_content .box__innertext .title-middle-l {
    font-size: 36px;
    font-weight: 400;
}

.box_innertext_content .box__innertext .title-max-m {
    margin-left: 16px;
}

.box_innertext_content .box__innertext .title-max-m::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #bb000f;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_innertext_nored_content */
/*------------------------------------------------------*/
.box_innertext_nored_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_innertext_nored_content .box__innertext {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_innertext_nored_content .box__innertext p {
    margin: 20px 0;
    color: #000000;
}

.box_innertext_nored_content .box__innertext .title-middle-l {
    font-size: 36px;
    font-weight: 400;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_textlist_content */
/*------------------------------------------------------*/
.box_textlist_content {
    margin: 20px 0;
    width: 100%;
    height: auto;
    position: relative;
}

.box_textlist_content .box__textlist {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_textlist_content .box__textlist p {
    color: #000000;
    margin: 10px 0;
    font-weight: 200;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 04 box_col_silder_content */
/*------------------------------------------------------*/
.box_col_silder_content {
    margin: 50px 0;
    display: inline-block;
    background-color: #bb000f;
    position: relative;
    width: 100%;
    z-index: 10;
}

.box_col_silder_content .box__ul__col {
    position: relative;
    left: 50%;
    width: 85%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_col_silder_content .box__li__col {
    width: 100%;
    height: auto;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1),
.box_col_silder_content .box__ul__col .box__li__col:nth-child(4)  {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1) {
    padding-top: 60px;
    width: 85%;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner {
    width: 100%;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner:nth-child(1) p {
    color: #FFFFFF;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner:nth-child(1) p:nth-child(1) {
    margin-left: 16px;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner:nth-child(1) p:nth-child(1)::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #FFFFFF;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner:nth-child(1) p:nth-child(2) {
    padding: 25px 0;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_col_silder_content .box__li__col .more__btn {
    width: 210px;
    height: 58px;
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}

.box_col_silder_content .box__li__col .more__btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
}

.box_col_silder_content .box__li__col .more__btn:hover a {
    color: #ffffff;
}

.box_col_silder_content .box__li__col .more__btn a {
    color: #000000;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(2) .box__round__pic {
    width: 100%;
    height: auto;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(2) .box__round__pic img {
    width: 100%;
    height: auto;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(3) {
    display: flex;
    justify-content: center;
    position: relative;
    top: -30px;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(3) .box__btn__body {
    width: 50%;
    display: flex;
    justify-content: center;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(3) .box__btn__body .box__round__pic {
    margin: 5px 5px;
    width: 100%;
    max-width: 180px;    
    height: auto;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0);
    box-sizing: border-box;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(3) .box__btn__body .box__round__pic img {
    width: 100%;
    height: auto;
}
/* hover */
.box_col_silder_content .box__ul__col .box__li__col:nth-child(3) .box__btn__body .box__round__pic:hover {
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
}

.box_col_silder_content .box__ul__col .box__li__col:nth-child(4) {
    padding-bottom: 60px; 
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* 05 box_lr_normal_content */
/*------------------------------------------------------*/
.box_lr_normal_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.box_lr_normal_content .box__ul__lr {
    position: relative;
    left: 50%;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_lr_normal_content .box__li__lr {
    width: 50%;
    /*margin: 0px 20px;*/
}

.box_lr_normal_content .box__li__lr:nth-child(1) {
    margin-right: 20px;
}

.box_lr_normal_content .box__li__lr:nth-child(2) {
    margin-left: 20px;
}

.box_lr_normal_content .box__li__lr:nth-child(1) .title-max-m {
    margin-left: 16px;
}

.box_lr_normal_content .box__li__lr:nth-child(1) .title-max-m::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #bb000f;
}

.box_lr_normal_content .box__li__lr .box__text p {
    color: #000000;
    padding: 20px 0;
}

.box_lr_normal_content .box__li__lr:nth-child(2) .box__round__pic {
    width: 100%;
    height: auto;
}

.box_lr_normal_content .box__li__lr:nth-child(2) .box__round__pic img {
    width: 100%;
    height: auto;
}

.box_lr_normal_content .box__li__lr:nth-child(1) .more__btn {
    background-color: #bb000f;
    width: 210px;
    height: 58px;
    margin: 25px 0;
}

.box_lr_normal_content .box__li__lr:nth-child(1) .more__btn a {
    color: #FFFFFF;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_pic_content */
/*------------------------------------------------------*/
.box_pic_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_pic_content .box__pic {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_pic_content .box__pic {
    border-radius: 15px;
    overflow: hidden;
}

.box_pic_content .box__pic img {
    width: 100%;
    height: auto;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_pic2_content */
/*------------------------------------------------------*/
.box_pic2_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_pic2_content .box__pic {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_pic2_content .box__pic {
    overflow: hidden;
}

.box_pic2_content .box__pic img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_rl_normal_content 右文左圖 rl */
/*------------------------------------------------------*/
.box_gray_fit_bg {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.box_rl_normal_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    /*padding: 80px 0;*/
}

.box_rl_normal_content .box__ul__rl {
    position: relative;
    left: 50%;
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_rl_normal_content .box__li__rl {
    width: 50%;
}

.box_rl_normal_content .box__li__rl:nth-child(1) {
    margin-right: 20px;
}

.box_rl_normal_content .box__li__rl:nth-child(2) {
    margin-left: 20px;
}

.box_rl_normal_content .box__li__rl:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box_rl_normal_content .box__li__rl:nth-child(2) p {
    color: #000000;
    padding: 20px 0;
}

.box_rl_normal_content .box__li__rl:nth-child(2) .title-max-m {
    margin-left: 16px;
}

.box_rl_normal_content .box__li__rl:nth-child(2) .title-max-m::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #bb000f;
}


.box_rl_normal_content .box__li__rl:nth-child(1) .box__round__pic {
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
}

.box_rl_normal_content .box__li__rl:nth-child(1) img {
    width: 100%;
    height: auto;
}

.box_rl_normal_content .box__li__rl:nth-child(2) .more__btn {
    background-color: #bb000f;
    width: 210px;
    height: 58px;
    margin: 25px 0;
}

.box_rl_normal_content .box__li__rl:nth-child(2) .more__btn a {
    color: #FFFFFF;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_ll_content 右文左文 */
/*------------------------------------------------------*/
.box_ll_content {
    margin: 50px 0;
    display: inline-block;
    /*padding: 80px 0;*/
    position: relative;
    width: 100%;
    height: auto;
}

.box_ll_content .box__ul {
    position: relative;
    left: 50%;
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_ll_content .box__li {
    /*border: 1px solid black;*/
}

.box_ll_content .box__li p {
    color: #000000;
    padding: 20px 0;
}

.box_ll_content .box__li:nth-child(1) {
    margin-right: 20px;
}

.box_ll_content .box__li:nth-child(3) {
    margin-left: 20px;
}

.box_ll_content .box__li:nth-child(1), .box_ll_content .box__li:nth-child(3) {
    flex:0 0 auto;
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.box_ll_content .box__li:nth-child(1) .title-max-m {
    margin-left: 16px;
}

.box_ll_content .box__li:nth-child(1) .title-max-m::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #bb000f;
}

.box_ll_content .box__li:nth-child(2) {
    flex:0 0 auto;
    width: 1%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box_ll_content .box__li:nth-child(2) .box__line {
    background-color: rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 280px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.box_ll_content .box__li:nth-child(3) .title-max-m {
    margin-left: 16px;
}

.box_ll_content .box__li:nth-child(3) .title-max-m::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #bb000f;
}


/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_lint_content 圖中文 */
/*------------------------------------------------------*/
.box_lint_content {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 80px 0;
}

.box_lint_content .box__container {
    position: relative;
    left: 50%;
    width: 85%;
    max-width: 1280px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_lint_content .box__round__pic {
    width: 100%;
    max-width: 1280px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_lint_content .box__round__pic img {
    width: 100%;
    height: auto;
}

.box_lint_content .box__container__ul {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_lint_content .box__container__ul .box__container__li {
    /*border: 1px solid red;*/
    flex: 0 0 auto;
    width: 50%;
}

.box_lint_content .box__container__ul .box__container__li:nth-child(2) p {
    color: #FFFFFF;
    padding: 20px 40px;
}

.box_lint_content .box__container__ul .box__container__li:nth-child(2) p:nth-child(1) {
    margin-left: 16px;
}

.box_lint_content .box__container__ul .box__container__li:nth-child(2) p:nth-child(1)::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #bb000f;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* video_inner_content */
/*------------------------------------------------------*/
/*.video_inner_content .video__cover {
    background-color: #cccccc;
    position: absolute;
    width: 100%;
    height: 490px;
    margin: 0 auto;
    z-index: 1;
    display: block;
}*/

.video_inner_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
}

.video_inner_content .video-container {
    width: 100%;
    margin: 0 auto;
    /*display:none;*/
}

.video_inner_content .video-container {
    width: 100%;
    margin: 0 auto
}

.video_inner_content .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.video_inner_content .embed-responsive::before {
    display: block;
    content: ""
}

.video_inner_content .embed-responsive .embed-responsive-item,
.video_inner_content .embed-responsive embed,
.video_inner_content .embed-responsive iframe,
.video_inner_content .embed-responsive object,
.video_inner_content .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video_inner_content .embed-responsive-16by9::before {
    padding-top: 56.25%
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_offical_btn_content */
/*------------------------------------------------------*/

.box_offical_btn_content {
    display: inline-block;
    margin: 50px 0;
    position: relative;
    width: 100%;
    height: auto;
}

.box_offical_btn_content .box__ul {
    position: relative;
    width: 85%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_offical_btn_content .box__ul .box__li {
    width: 85%;
    max-width: 500px;
/*     padding: 15px 20px; */
    border-radius: 10px;
    overflow: hidden;

    border: 1px solid #e5e4e4;
    /*-webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);  */ 

    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-out 0s;
}

.box_offical_btn_content .box__ul .box__li a {
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
}


/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* shortcut_content */
/*------------------------------------------------------*/
.shortcut_content {
    position: relative;
    width: 100%;
    height: auto;
    /*margin-top: 100px;*/
}

.shortcut_content .shortcut__ul {
    position: relative;
    width: 85%;
    display: flex;
    justify-content: space-between;

    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.shortcut_content .shortcut__ul .shortcut__li:nth-child(1) {
    width: 50%;
}

.shortcut_content .shortcut__ul .shortcut__li:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.shortcut_content .shortcut__ul .shortcut__li:nth-child(2) div {
    /*border: 1px solid red;*/
    /*box-sizing: border-box;*/
    flex: 1 0 auto;
    width: 25%;
}

.shortcut_content .shortcut__ul .shortcut__li:nth-child(2) div:hover {
    box-shadow:0px 0px 0px 1px #c80d1c inset;
}

.shortcut_content .shortcut__ul div {
    width: auto;
    max-height: 75px;

    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    border: 1px solid #e5e4e4;
    /*-webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .2);*/

    margin: 5px 5px;
}

.shortcut_content .shortcut__ul .box__round__btn {
    width: 100%;
    /*height: auto;*/
    /*padding: 10px; */
}

.shortcut_content .shortcut__ul a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;

    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shortcut_content .shortcut__ul .box__round__btn p { 
    margin: 3px 0;
}

.shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn {
/*     background-color: #c80d1c; */
    color: #000000;
    background-color: #fff;
}

.shortcut_content .shortcut__ul .shortcut__li:nth-child(2) div:nth-child(1) img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

/* .shortcut_content .shortcut__ul .shortcut__li:nth-child(2) div:nth-child(1) a {
    color: #000000;
} */

/* .shortcut_content .shortcut__ul .shortcut__li:nth-child(2) div:nth-child(2) a {
    color: #000000;
} */


.shortcut_content .shortcut__ul .shortcut__li:nth-child(2) div:last-child {
    background: #c80d1c;
    color: #fff;
}

.shortcut_content .shortcut__ul .shortcut__li:nth-child(2) div:last-child > a {
    font-size: 26px;
    font-weight: 500;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* app */
/* title */
.box_title_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_title_content .box__title {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_title_content .box__title p {
    color: #000000;
    width: 100%;
    padding: 10px 0;
}

.box_title2_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_title2_content .box__title {
    /*background-color: rgba(150, 150, 150, 0.5);*/
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    margin-left: 16px;
}

.box_title2_content .box__title p {
    color: #000000;
    width: 100%;
    padding: 10px 0;
    /*margin: 0 20px;*/
    /*border:1px solid red;*/
}

.box_title2_content .box__title p:nth-child(1)::before {
    display: block;
    position: absolute;
    content:"";
    margin-left: -16px;
    margin-top: 10px;
    width: 0px;
    height: 44px;
    border-width: 3px;
    border-style: solid;
    border-radius: 15px;
    border-color: #bb000f;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*------------------------------------------------------*/
@media only screen and (min-width:360px) {
    .box_social_content .social__container > a > img {
        width: 35px;
    }


    .box_innertext_content .box__innertext .title-max-m::before,
    .box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner:nth-child(1) p:nth-child(1)::before,
    .box_lr_normal_content .box__li__lr:nth-child(1) .title-max-m::before,
    .box_rl_normal_content .box__li__rl:nth-child(2) .title-max-m::before,
    .box_ll_content .box__li:nth-child(1) .title-max-m::before,
    .box_ll_content .box__li:nth-child(3) .title-max-m::before,
    .box_lint_content .box__container__ul .box__container__li:nth-child(2) p:nth-child(1)::before,
    .box_title2_content .box__title p:nth-child(1)::before {
        margin-top: 7px;
    }

    .box_lr_normal_content .box__li__lr:nth-child(1) .more__btn,
    .box_rl_normal_content .box__li__rl:nth-child(2) .more__btn {
        width: 100%;
    }

    .bg_content {
        display: none;
    }
    /* ------------------------------------------------------------- */
    /* ------------------------------------------------------------- */
    /* 主要內容的寬 85% */
    .box_lr_extra_content .box__ul__lr,
    .box_col_silder_content .box__ul__col .box__li__col:nth-child(1),
    .box_lr_normal_content .box__ul__lr,
    .box_rl_normal_content .box__ul__rl,
    .box_rl_fit_content .box__li:nth-child(2),
    .box_ll_content .box__ul, 
    .box_lint_content .box__container .box__container__ul,
    .shortcut_content .shortcut__ul {
        width: 85%;
    }

    .crumbs_content {
        display: none;
    }
    /* subtab_content */
    .subtab_content {
        margin: 80px 0 0px 0;
    }

    .subtab_content .subtab__container {
        width: 95%;
        background-color: rgba(230, 230, 230, 1);
    }

    .subtab_content .subtab__list {
        /*border: 1px solid red;*/
        border-radius: 0px;
        display:-moz-box;
        display: -webkit-box;
        display: -o-box;
        /* 如果要改拖拉這要改 */
        /* 背景色也要調放到上一層 */
        /*overflow-x: auto;*/
        background-color: rgba(230, 230, 230, 0);
    }
    .subtab_content .subtab__list .box__round__rectangle:hover {
        background-color: inherit;
    }

    .subtab_content .subtab__list .box__round__rectangle:hover a {
        color: #000000;
    }

    /*------------------------------------------------------*/
    /* 兩欄 */
    /* features_content */
    .features_content .fearures__list {
        width: 80%;
        left: 55%;
    }

    .features_content .fearures__list .fearures__li {
        width: 100%;
        min-width: auto;
    }

    .features_content .fearures__list .fearures__li p {
        font-size: 22px;
    }

    .features_content .fearures__list .fearures__li:last-child:nth-child(3n - 1) {
        margin-right: 0px;
    }

    .features_content .features__title {
        width: 74%;
        align-items: flex-start;
    }

    .features_content .features__title .title-max-m-en {
        font-size: 51px;
        line-height: 51px;
    }

    .features_content .features__title .title-max-m {
        font-size: 46px;
        line-height: 58px;
    }

    .features_content .fearures__list .fearures__li p {
        font-size: 20px;
        line-height: 20px;
    }

    .features_content .fearures__list .fearures__li p::before {
        margin-top: 2px;
    }

    /*------------------------------------------------------*/
    .box_lr_extra_content .box__ul__lr {
        /*margin-top: 100px;*/
        flex-direction: column;
        align-items: flex-start;
    }

    .box_lr_extra_content .box__ul__lr .box__li__lr {
        width: 100%;
    }

    .box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(1) {
        margin-right: 0px;
    }

    .box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(2) {
        margin-left: 0px;   
    }
    /* ------------------------------------------ */
     /* box_col_silder_content */
    .box_col_silder_content .box__ul__col {
        width: 100%;
    }
 
    .box_col_silder_content .box__ul__col .box__li__col:nth-child(2) .box__round__pic {
        border-radius: 0px;
    }

    .box_col_silder_content .box__ul__col .box__li__col:nth-child(3) {
        top: -20px;
    }

    .box_col_silder_content .box__ul__col .box__li__col:nth-child(3) .box__btn__body {
        width: 60%
    }

    /* ------------------------------------------ */
     /* box_lr_normal_content */
    .box_lr_normal_content .box__ul__lr {
        /*width: 85%;*/
        flex-direction: column;
        align-items: center;
    }

    .box_lr_normal_content .box__li__lr {
        width: 100%;
    }

    .box_lr_normal_content .box__li__lr:nth-child(1) {
        margin-right: 0px;
    }

    .box_lr_normal_content .box__li__lr:nth-child(2) {
        margin-left: 0px;
    }

    .box_lr_normal_content .box__li__lr:nth-child(1) .more__btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    /* ------------------------------------------ */
    /* box_rl_normal_content */
    .box_rl_normal_content .box__ul__rl {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .box_rl_normal_content .box__li__rl {
        width: 100%;
    }

    .box_rl_normal_content .box__li__rl:nth-child(1) {
        margin-right: 0px;
    }

    .box_rl_normal_content .box__li__rl:nth-child(2) {
        margin-left: 0px;
    }

    .box_rl_normal_content .box__li__rl:nth-child(2) .more__btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    /* ------------------------------------------ */
    .box_pic_content .box__pic {
        width: 100%;
        border-radius: 0px;
    }

    .box_pic2_content .box__pic {
        width: 85%;
        border-radius: 0px;
    }
    /* ------------------------------------------ */
    .shortcut_content .shortcut__ul {
        width: 85%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) {
        width: 100%;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(2) {
        width: 100%;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn p:nth-child(1) {
        font-size: 16px;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn p:nth-child(2) {
        display: none;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn p:nth-child(3) {
        font-size: 36px;
    }
    /* ------------------------------------------ */
    .box_rl_normal_content .box__ul {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .box_rl_normal_content .box__li {
        width: 100%;
    }

    .box_rl_normal_content .box__li:nth-child(1) {
        margin-right: 0px;
    }

    .box_rl_normal_content .box__li:nth-child(2) {
        margin-left: 0px;
    }
    /* ------------------------------------------ */
    .box_ll_content {
        /*background-color: #f0f0f0;*/
    }

    .box_ll_content .box__ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box_ll_content .box__li:nth-child(1) {
        margin-right: 0px;
    }

    .box_ll_content .box__li:nth-child(3) {
        margin-left: 0px;
    }

    .box_ll_content .box__li:nth-child(2) {
        display: none;
    }

    .box_ll_content .box__li:nth-child(1) {
        width: 100%;
    }

    .box_ll_content .box__li:nth-child(3) {
        width: 100%;
    }
    /* ------------------------------------------ */
    .box_lint_content .box__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background-color: #f0f0f0;
    }
    .box_lint_content .box__round__pic {
        width: 100%;
        border-radius: 0px;
    }

    .box_lint_content .box__container__ul {
        position: relative;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    .box_lint_content .box__container__ul .box__container__li {
        width: 100%;
    }

    .box_lint_content .box__container__ul .box__container__li:nth-child(1) {
        display: none;
    }

    .box_lint_content .box__container__ul .box__container__li:nth-child(2) {
        padding-bottom: 40px;
    }

    .box_lint_content .box__container__ul .box__container__li:nth-child(2) p {
        color: #000000;
        padding: 15px 0px;
    }

    /* ------------------------------------------------------------- */
    /* ------------------------------------------------------------- */
    /* 主要內容的寬 85% */
    .box_title_content .box__title,
    .box_title2_content .box__title {
        width: 85%;
    }

    /* ----------------------------------- */
    .box_title_content,
    .box_title2_content {
        margin-top: 120px;
    }

    /* subtab_extra_content */
    .subtab_extra_content {
        display: none;
    }

    .subtab_extra_content_mobile {
        display: block;
    }
}

@media only screen and (min-width:768px) {
    .box_social_content .social__container > a > img {
        width: 50px;
    }

    .box_innertext_content .box__innertext .title-max-m::before,
    .box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner:nth-child(1) p:nth-child(1)::before,
    .box_lr_normal_content .box__li__lr:nth-child(1) .title-max-m::before,
    .box_rl_normal_content .box__li__rl:nth-child(2) .title-max-m::before,
    .box_ll_content .box__li:nth-child(1) .title-max-m::before,
    .box_ll_content .box__li:nth-child(3) .title-max-m::before,
    .box_lint_content .box__container__ul .box__container__li:nth-child(2) p:nth-child(1)::before,
    .box_title2_content .box__title p:nth-child(1)::before {
        margin-top: 9px;
    }

    .box_lr_normal_content .box__li__lr:nth-child(1) .more__btn,
    .box_rl_normal_content .box__li__rl:nth-child(2) .more__btn {
        width: 280px;
    }
    /* 兩欄 */
    /* features_content */
    .features_content .fearures__list {
        width: 90%;
        left: 52%;
    }

    .features_content .fearures__list .fearures__li p {
        font-size: 22px;
    }

    .features_content .fearures__list .fearures__li {
        width: 30%;
        min-width: 280px;
    }

    .features_content .features__title {
        width: 100%;
        align-items: center;
    }

    .features_content .features__title .title-max-m-en {
        font-size: 51px;
        line-height: 51px;
    }

    .features_content .features__title .title-max-m {
        font-size: 46px;
        line-height: 58px;
    }

    .features_content .fearures__list .fearures__li p {
        font-size: 20px;
        line-height: 20px;
    }

    /* subtab_extra_content */
    .subtab_extra_content {
        display: inline-block;
    }

    .subtab_extra_content .subtab__list > li {
        width: 17%;
    }

    .subtab_extra_content .subtab__list > li > a::before {
        width: 17%;
    }

    .subtab_extra_content_mobile {
        display: none;
    }

}

@media only screen and (min-width:1024px) {
    /* 兩欄 */
    /* features_content */
    .features_content .fearures__list {
        width: 75%;
        left: 51%;
    }

}

@media only screen and (min-width:1025px) {
    .box_lr_normal_content .box__li__lr:nth-child(1) .more__btn,
    .box_rl_normal_content .box__li__rl:nth-child(2) .more__btn {
        width: 210px;
    }
    .features_content .features__title .title-max-m-en {
        font-size: 53px;
        line-height: 53px;
    }

    .features_content .features__title .title-max-m {
        font-size: 48px;
        line-height: 60px;
    }

    .features_content .fearures__list .fearures__li p {
        font-size: 22px;
        line-height: 22px;
    }

    .features_content .fearures__list .fearures__li p::before {
        margin-top: 4px;
    }

    .bg_content {
        display: block;
    }
    /* ------------------------------------------------------------- */
    /* ------------------------------------------------------------- */
    /* 主要內容的寬 85% */
    .box_pic_content .box__pic,
    .box_pic2_content .box__pic,
    .subtab_content .subtab__container,
    .box_lr_extra_content .box__ul__lr,
    .box_col_silder_content .box__ul__col, .box_lr_normal_content .box__ul__lr,
    .box_rl_normal_content .box__ul__rl,
    .box_ll_content .box__ul,
    .box_lint_content .box__container,
    .video_inner_content .video-container,
    .shortcut_content .shortcut__ul {
        width: 85%;
        max-width: 1280px;
    }

    .crumbs_content {
        display: block;
    }

    .subtab_content {
        margin: 20px 0 20px 0;
    }

    .subtab_content .subtab__list {
        display: inline-flex;
        border-radius: 10px;
    }

    .subtab_content .subtab__container {
        background-color: rgba(230, 230, 230, 0);
    }
    .subtab_content .subtab__list {
        background-color: rgba(230, 230, 230, 1);
    }
    .subtab_content .subtab__list .box__round__rectangle:hover {
        background-color: #bb000f;
    }

    .subtab_content .subtab__list .box__round__rectangle:hover a {
        color: #FFFFFF;
    }
    /* ------------------------------------------ */
    /*.features_content {
        width: 85%;
        max-width: 1280px;
    }*/
    /* ------------------------------------------ */
    /* 修正 section 的狀態 */
    .box_lr_extra_content .box__ul__lr {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .box_lr_extra_content .box__ul__lr .box__li__lr {
        width: 50%;
    }

    .box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(1) {
        margin-right: 20px;
    }

    .box_lr_extra_content .box__ul__lr .box__li__lr:nth-child(2) {
        margin-left: 20px;   
    }
    /* ------------------------------------------ */
    /* 拆成三個 */
    .box_col_silder_content .box__ul__col .box__li__col:nth-child(1) {
        width: 100%;
    }

    .box_col_silder_content .box__ul__col .box__li__col:nth-child(1) .box__inner {
        width: 100%;
    }

    .box_col_silder_content .box__ul__col .box__li__col:nth-child(2) .box__round__pic {
        border-radius: 15px;
    }    

    .box_col_silder_content .box__ul__col .box__li__col:nth-child(3) {
        top: -30px;
    }

    .box_col_silder_content .box__ul__col .box__li__col:nth-child(3) .box__btn__body {
        width: 50%
    }
    /* ------------------------------------------ */
    /* box_lr_normal_content */
    .box_lr_normal_content .box__ul__lr {
        /*width: 80%;*/
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .box_lr_normal_content .box__li__lr {
        width: 50%;
    }

    .box_lr_normal_content .box__li__lr:nth-child(1) {
        margin-right: 20px;
    }

    .box_lr_normal_content .box__li__lr:nth-child(2) {
        margin-left: 20px;
    }

    .box_lr_normal_content .box__li__lr:nth-child(1) .more__btn {
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    /* ------------------------------------------ */
    /* box_rl_normal_content */
    .box_rl_normal_content .box__ul__rl {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .box_rl_normal_content .box__li__rl:nth-child(2) .more__btn {
        position: relative;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    /* ------------------------------------------ */
    .box_pic_content .box__pic {
        border-radius: 15px;
    }
    /* ------------------------------------------ */
    .shortcut_content .shortcut__ul {
        width: 85%;
        max-width: 1280px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) {
        width: 50%;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(2) {
        width: 50%;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 0px 0;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn p:nth-child(1) {
        font-size: 20px;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn p:nth-child(2) {
        display: block;
    }

    .shortcut_content .shortcut__ul .shortcut__li:nth-child(1) .box__round__btn p:nth-child(3) {
        font-size: 20px;
    }
    /* ------------------------------------------ */
    .video_inner_content .video-container {
        border-radius: 15px;
        overflow: hidden;
    }

    /* ------------------------------------------ */
    .box__ul__rl .box__ul__rl {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .box__ul__rl .box__li__rl {
        width: 50%;
    }

    .box__ul__rl .box__li__rl:nth-child(1) {
        margin-right: 20px;
    }

    .box__ul__rl .box__li__rl:nth-child(2) {
        margin-left: 20px;
    }

    .box_ll_content {
        /*background-color: rgba(240, 240, 240, -0);*/
    }

    .box_ll_content .box__ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .box_ll_content .box__li:nth-child(2) {
        display: flex;
    }

    .box_ll_content .box__li:nth-child(1) {
        margin-right: 20px;
    }

    .box_ll_content .box__li:nth-child(3) {
        margin-left: 20px;
    }

    .box_ll_content .box__li:nth-child(1), .box_ll_content .box__li:nth-child(3) {
        width: 42%;
    }

    /* ------------------------------------------ */
    .box_lint_content .box__container {
        display: block;
        background-color: inherit;
    }
    .box_lint_content .box__round__pic {
        border-radius: 15px;
        width: 100%;
        max-width: 1280px;
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .box_lint_content .box__container .box__container__ul {
        position: absolute;
        width: 100%
    }
    
    .box_lint_content .box__container__ul .box__container__li {
        width: 50%;
    }

    .box_lint_content .box__container__ul .box__container__li:nth-child(1){
        display: block;
    }

    .box_lint_content .box__container__ul .box__container__li:nth-child(2) {
        padding-bottom: 0px;
    }

    .box_lint_content .box__container__ul .box__container__li:nth-child(2) p {
        color: #ffffff;
        padding: 20px 40px;
    }

    /* ------------------------------------------------------------------ */
    /* 主要內容最大寬度 */
    .box_title_content .box__title,
    .box_title2_content .box__title {
        /*width: calc(85% - 40px);*/
        width: 85%;
        max-width: 1280px;
    }

    /* ----------------------------------- */
    .box_title_content,
    .box_title2_content {
        margin: 50px 0;
    }

}

@media only screen and (min-width:1200px) {
    /* 三欄 */
    /*.features_content .features__container {
        width: 100%;
    }*/
    .subtab_extra_content .subtab__list > li {
        width: 15%;
    }

    .subtab_extra_content .subtab__list > li > a::before {
        width: 15%;
    }

    .features_content .fearures__list {
        width: 90%;
        left: 51%;
    }

    .features_content .fearures__list .fearures__li {
        width: 30%;
        min-width: 280px;
    }

    .features_content .fearures__list .fearures__li p {
        font-size: 22px;
    }

    .features_content .fearures__list .fearures__li:last-child:nth-child(3n - 1) {
        margin-right: calc(30% + 15% / 3);
    }
}

@media only screen and (min-width:1440px) {
    .subtab_extra_content .subtab__list > li {
        width: 12%;
    }

    .subtab_extra_content .subtab__list > li > a::before {
        width: 12%;
    }

    .features_content .fearures__list {
        width: 90%;
        left: 52%;
    }
}

@media only screen and (min-width:1921px) {
    .box_fitpic_content .box__pic {
        border-radius: 15px;
        overflow: hidden;
    }
}
/* ==================================================================================== */
/* ==================================================================================== */
/* all list */
.select-box__container {
    margin-bottom: 20px;
    width: 85%;
    max-width: 1280px;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    color: #60666d;
}

.select-box__container .select-box {
    position: relative;
    display: block;
    width: 80px;
    text-align: left;
}

.select-box__container .select-box__current {
    position: relative;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
}

.select-box__container .select-box__current:focus + .select-box__list {
    margin-top: 10px;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-animation-name: none;
    animation-name: none;
}

.select-box__container .select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__container .select-box__current:focus .select-box__icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-box__container .select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    opacity: 0.3;
    transition: 0.2s ease;
}

.select-box__container .select-box__value {
  display: flex;
}

.select-box__container .select-box__input {
  display: none;
}

.select-box__container .select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__container .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  background-color: #fff;
}

.select-box__container .select-box__list {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);

}

.select-box__container .select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
.select-box__container .select-box__option:hover, .select-box__option:focus {
  color: #FFFFFF;
  background-color: #969696;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.box_plist_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}


.box_plist_content .box__ul__plist {
    width: calc(85% - 40px);
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_plist_content .box__ul__plist .box__li__plist {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    width: 30%;
    max-width: 400px;
    min-width: 280px;

    flex: 0 1 auto;
    margin-bottom: 50px;

    border-radius: 15px;
    overflow: hidden;

    -webkit-box-shadow: 0 0px 30px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0px 30px 0px rgba(0, 0, 0, .1);
}

.box_plist_content .box__ul__plist .box__li__plist:last-child:nth-child(3n - 1) {
    margin-right: calc(30% + 12% / 3);
}

.box_plist_content .box__ul__plist .box__li__plist > div {
    position: relative;
}

.box_plist_content .box__ul__plist .box__li__plist .box__body__plist .box__plist__pic {
    overflow: hidden;
    display: flex;
}

.box_plist_content .box__ul__plist .box__li__plist .box__body__plist .box__plist__pic img {
    width: 100%;
    height: auto;
}

.box_plist_content .box__ul__plist .box__li__plist .box__body__plist .box__plist__snum {
    background-color: #707070;
    position: absolute;
    top: 0px;
    padding: 3px 26px;
    border-radius: 8px;
    margin: 12px 12px;
}

.box_plist_content .box__ul__plist .box__li__plist .box__text__plist {
    background-color: #ffffff;
    position: relative;
    /*padding: 15px 30px;*/
    padding: 0px 30px;
    height: 90px;
    display: flex;
    overflow: hidden;
    align-items: center;
}

.box_plist_content .box__ul__plist .box__li__plist .box__text__plist p {
    font-size: 20px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    height: 62px;
}

/* hover */
.box_plist_content .box__ul__plist .box__li__plist:hover {
    border: 3px solid rgba(200, 13, 28, 0);
    background-color: #c80d1c;
}

.box_plist_content .box__ul__plist .box__li__plist:hover .box__body__plist .box__plist__snum {
    background-color: #c80d1c;
}

.box_plist_content .box__ul__plist .box__li__plist:hover .box__text__plist {
    background-color: #c80d1c;
}

.box_plist_content .box__ul__plist .box__li__plist:hover .box__text__plist p {
    color: #ffffff;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_pagination_content */
/*------------------------------------------------------*/
.box_pagination_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.box_pagination_content .pagination {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1280px;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_pagination_content .pagination a {
    color: black;
    font-size: 16px;
    float: left;
    padding: 12px 12px;
    margin: 0 4px;
    text-decoration: none;
}

.box_pagination_content .pagination a img {
    width: 18px;
    height: auto;
}

.box_pagination_content .pagination a:nth-child(1),
.box_pagination_content .pagination a:nth-child(2),
.box_pagination_content .pagination a:nth-last-child(1),
.box_pagination_content .pagination a:nth-last-child(2) {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 12px 8px;
}

.box_pagination_content .pagination a.active {
    background-color: #c80d1c;
    color: white;
    border-radius: 5px;
}

.box_pagination_content .pagination a:hover:not(.active) {
    background-color: #f0f0f0;
    border-radius: 5px;
}



/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_news_content */
/*------------------------------------------------------*/
.box_news_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.box_news_content .box__news__ul {
    width: calc(85% - 40px);
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    box-shadow: 
        inset 0px  2px 0px -1px #000000,
        inset 0px -2px 0px -1px #000000;
}

.box_news_content .box__news__ul .box__news__li {
    padding: 18px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;

    position: relative;
    width: 100%;

    box-shadow: inset 0px  -2px 0px -1px #bebebe;
}

.box_news_content .box__news__ul .box__news__li:last-child {
    box-shadow: inset 0px  0px 0px 0px #bebebe;
}

.box_news_content .box__news__ul .box__news__li > div {
    flex: 1 1 auto;
    margin: 0px 15px 0px 0px;
}

.box_news_content .box__news__ul .box__news__li > div:nth-child(1) {
    width: 5%;
    min-width: 30px;
}
.box_news_content .box__news__ul .box__news__li > div:nth-child(2) {
    width: 10%;
    max-width: 80px;
    min-width: 80px;
}
.box_news_content .box__news__ul .box__news__li > div:nth-child(3) {
    width: 70%;
}
.box_news_content .box__news__ul .box__news__li > div:nth-child(4) {
    width: 12%;
    text-align: center;
}

.box_news_content .box__news__ul .box__news__li .box__text__type p {
    color: #bb000f;
    font-family: "Arial";
    font-size: 0.9em;
}

.box_news_content .box__news__ul .box__news__li .box__text__sort {
    border-radius: 5px;
    background-color: #646464;
    overflow: hidden;
    padding: 0px 4px;
    text-align: center;
}

.box_news_content .box__news__ul .box__news__li .box__text__sort p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

.box_news_content .box__news__ul .box__news__li .box__text__con p {
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 400;
}

.box_news_content .box__news__ul .box__news__li .box__text__con a {
    text-decoration: none;
}

.box_news_content .box__news__ul .box__news__li .box__text__time p {
    color: #979797;
    font-size: 0.8em;
}
/* hover */
.box_news_content .box__news__ul .box__news__li:hover .box__text__con p {
    color: #c80d1c;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_search_content */
/*------------------------------------------------------*/
.box_search_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.box_search_content .box__text__result {
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    margin-bottom: 10px;
}

.box_search_content .box__text__result p {
    color: #646464;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.box_search_content .box__search__ul {
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    box-shadow: 
        inset 0px  2px 0px -1px #000000,
        inset 0px -2px 0px -1px #000000;
}

.box_search_content .box__search__ul > a {
    width: 100%;
    text-decoration: none;
    box-shadow: inset 0px -2px 0px -1px #bebebe;
}

.box_search_content .box__search__ul a:last-child {
    box-shadow: inset 0px  0px 0px 0px #bebebe;
}

.box_search_content .box__search__ul .box__search__li {
    padding: 15px 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box_search_content .box__search__ul .box__search__li > div {
    
}

.box_search_content .box__search__ul .box__search__li > div:nth-child(1) {
    width: 70%;
}

.box_search_content .box__search__ul .box__search__li > div:nth-child(2) {
    width: 10%;
    text-align: center;
}

.box_search_content .box__search__ul .box__search__li p {
    padding: 10px 0;
}

.box_search_content .box__search__ul .box__search__li .box__text__title p {
    color: #000000;
}

.box_search_content .box__search__ul .box__search__li .box__text__con p {
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 400;
}

.box_search_content .box__search__ul .box__search__li .box__icon svg {
    width: 16px;
}

/* hover */
.box_search_content .box__search__ul .box__search__li:hover .box__text__title p {
    color: #c80d1c;
}

.box_search_content .box__search__ul .box__search__li:hover .box__icon {
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    transform: translateX(5%);
    -webkit-transition: -webkit-transform .1s ease-in;
    -ms-transition: -ms-transform .1s ease-in;
    transition: transform .1s ease-in;
}

.box_search_content .box__search__ul .box__search__li:hover .box__icon svg path {
    stroke: #c80d1c;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_qa_content */
/*------------------------------------------------------*/
.box_qa_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.box_qa_content .box__qa__ul {
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.box_qa_content .box__qa__ul .box__qa__li {
    padding: 15px 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.box_qa_content .box__qa__ul .box__qa__li .box__q {
    width: 100%;
    border-radius: 10px;
    background-color: #f0f0f0;
    position: relative;
}

.box_qa_content .box__qa__ul .box__qa__li > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0;
}

.box_qa_content .box__qa__ul .box__qa__li > div p:nth-child(1) {
    width: 10%;
    color: #ffffff;
    font-weight: 400;
    background-color: #c80d1c;
    border-radius: 10px 0 0 10px;
}

.box_qa_content .box__qa__ul .box__qa__li > div p:nth-child(2) {
    width: 80%;
    color: #000000;
    padding: 0 10px;
}


.box_qa_content .box__qa__ul .box__qa__li > div:nth-child(1) p:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 78px;
}

.box_qa_content .box__qa__ul .box__qa__li > div:nth-child(1) p:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_qa_content .box__qa__ul .box__qa__li .box__a p:nth-child(1) {
    border-radius: 0;
    background-color: inherit;
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_text_content */
/*------------------------------------------------------*/
.box_text_content {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

.box_text_content .box__text {
    /*background-color: rgba(150, 150, 150, 0.5);*/
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_text_content .box__text p {
    color: #000000;
}



/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_flippage_content */
/*------------------------------------------------------*/
.box_flippage_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.box_flippage_content .box__ul {
    position: relative;
    left: 50%;
    width: 85%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_flippage_content .box__ul .box__li {
    position: relative;
    flex: 0 1 auto;
    width: 32%;
    height: 58px;
    border-radius: 15px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_flippage_content .box__ul .box__li a {
    padding: 15px 0;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 400;

    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items:center;
}

/* hover */
.box_flippage_content .box__ul .box__li:hover {
    background-color: #c80d1c;
}

.box_flippage_content .box__ul .box__li:hover a {
    color: #ffffff;
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* 附加 box_plist_toggle  */
.box_plist_toggle .plist__toggle {
    margin: 50px 0;
    display: inline-flex;

    position: relative;
    width: 85%;
    min-width: 260px;
    height: 40px;

    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.box_plist_toggle .plist__toggle .plist__toggle__btn {
    background-color: #f0f0f0;
    width: 210px;
    height: 58px;
    border-radius: 15px;
    /*width: 100%;
    height: auto;
    border-radius: 10px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*margin: 0 5px;*/
}

.box_plist_toggle .plist__toggle .plist__toggle__btn p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

/* - */
.box_plist_toggle .plist__toggle .plist__toggle__btn::after {
    content: "";
    width: 18px;
    height: 3px;
    background-color: #000000;
    position: relative;
    left: 10px; 
}

/* + */
.box_plist_toggle .plist__toggle .plist__toggle__btn.plist__toggle__plus::before {
    content: "";
    display: none;
}

.box_plist_toggle .plist__toggle .plist__toggle__btn::before {
    content: "";
    width: 3px;
    height: 18px;
    background-color: #000000;
    position: relative;
    left: 100px; 
    display: block;
}
/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_kv2_content 出現在最開始 */
/*------------------------------------------------------*/
.box_kv2_content {
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*background-color: #c80d1c;*/
}
.box_kv2_content .box__ul__k2 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    align-items: center;
}

.box_kv2_content .box__ul__k2 .box__li__bg {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.box_kv2_content .box__ul__k2 .box__li__title {
    position: absolute;
    left: max(calc(50vw - 500px), 15vw);
    transform-origin: left center;
    transform: scale(1);
}



/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_inkv_content 出現在最開始 */
/*------------------------------------------------------*/
.box_inkv_content {
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #c80d1c;
}
.box_inkv_content .box__ul__inkv {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(1) {
    flex: 0 0 auto;
    width: 25%;
    margin-right: 20px;
    padding: 25px 0;
}

.box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(2) {
    flex: 0 1 auto;
    width: 75%;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(1) p {
    color: #FFFFFF;
}

.box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(1) p:nth-child(1) {
    padding-bottom: 25px;
}

.box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(2) img {
    /*width: 100%;*/
    /*height: auto;*/
    /*height: 400px;*/
    /*min-height: 400px;
    max-height: 500px*/
}

/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_inlist_content */
/*------------------------------------------------------*/
.box_inlist_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}
.box_inlist_content .box__ul {
    position: relative;
    width: 85%;

    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.box_inlist_content .box__ul .box__li:nth-child(1) {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.box_inlist_content .box__ul .box__li:nth-child(1) img {
    width: 100%;
    height: auto;
}

.box_inlist_content .box__ul .box__li:nth-child(2) {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    background-color: #f0f0f0;
    border-radius: 0px 0px 15px 15px;
}

.box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(1) {
    width: 80%;
    margin-left:25px;
}

.box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(2) {
    width: 20%;
    margin-right:25px;
}

.box_inlist_content .box__ul .box__li:nth-child(2) .more__btn {
    /*background-color: #c80d1c;*/
    width: 200px;
    height: 40px;
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    z-index: 0;
}

.box_inlist_content .box__ul .box__li:nth-child(2) .more__btn a {
    color: #FFFFFF;
}

/*------------------------------------------------------*/


/*------------------------------------------------------*/
/*------------------------------------------------------*/
/* box_pic_row4_content */
/*------------------------------------------------------*/
.box_pic_row4_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}
.box_pic_row4_content .box__ul__prow4 {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box_pic_row4_content .box__ul__prow4 .box__li__prow4 {
    flex: 0 0 auto;
    width: 24%;
}

.box_pic_row4_content .box__ul__prow4 .box__li__prow4 .box__pic {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    height: 32vw;
    max-height: 420px;
}

.box_pic_row4_content .box__ul__prow4 .box__li__prow4 .box__text p {
    color: #000000;
    padding: 10px 0;
}
/*------------------------------------------------------*/
/* box_table_content */
/*------------------------------------------------------*/
.box_table_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.box_table_content .box__ul__table {
    width: 85%;
    max-width: 1280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
}

.box_table_content .box__ul__table .box__li__table {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    border-bottom: 2px solid #ffffff;
    box-sizing: border-box;
    border-collapse: collapse;
}

.box_table_content .box__ul__table .box__li__table:last-child {
    border-bottom: inherit;
}

.box_table_content .box__ul__table .box__li__table > div {
    flex: 1 1 auto;
    text-align: center;
    padding: 12px 5px;
}

.box_table_content .box__ul__table .box__li__table:nth-child(even) {
    background-color: #e6e6e7;
}

.box_table_content .box__ul__table .box__li__table:nth-child(odd) {
    background-color: #f6f6f6;
}

.box_table_content .box__ul__table .box__li__table:nth-child(1) {
    background-color: #009fa8;
}

.box_table_content .box__ul__table .box__li__table:nth-child(1) > div {
    padding: 2px 5px;
}

.box_table_content .box__ul__table .box__li__table:nth-child(1) > div p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
}

.box_table_content .box__ul__table .box__li__table > div:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
    border-collapse: collapse;
}

.box_table_content .box__ul__table .box__li__table:nth-child(n+2) > div:nth-child(2) {
    text-align: left;
    padding-left: 20px;
}

.box_table_content .box__ul__table .box__li__table:nth-child(n+2) > div:nth-child(2) p {
    color: #000000;
}

.box_table_content .box__ul__table .box__li__table > div:nth-child(1) {
    width: 10%;
}

.box_table_content .box__ul__table .box__li__table > div:nth-child(2) {
    width: 78%;   
}

.box_table_content .box__ul__table .box__li__table > div:nth-child(3) {
    width: 12%;
    display: flex;
    justify-content: center;
}

.box_table_content .box__ul__table .box__li__table div > a {
    text-decoration: none;
}

/*.box_table_content .box__ul__table .box__li__table div > a > p {
    color: #000000;
}*/

.box_table_content .box__ul__table .box__li__table .box__pic__icon img {
    width: 18px;
}
/* box_table_only_content */
/*.box_table_only_content {
    margin: 50px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}

.box_table_only_content .box__ul__tonly {
    position: relative;
    width: 85%;
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.box_table_only_content .box__ul__tonly .box__li__tonly {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 110px;
    border-bottom: 2px solid #ffffff;
    box-sizing: border-box;
}

.box_table_only_content .box__ul__tonly .box__li__tonly:last-child {
    border-bottom:inherit;
}

.box_table_only_content .box__ul__tonly .box__li__tonly:nth-child(odd) {
    background-color: #e6e6e7;
}
.box_table_only_content .box__ul__tonly .box__li__tonly:nth-child(even) {
    background-color: #f0f0f0;
}

.box_table_only_content .box__ul__tonly .box__li__tonly p {
    flex: 1 1 auto;
    color: #000000;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.box_table_only_content .box__ul__tonly .box__li__tonly p:nth-child(1) {
    width: 25%;
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
}

.box_table_only_content .box__ul__tonly .box__li__tonly p:nth-child(2) {
    width: 75%;
}*/

/*------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .pop-box .pop-contain {
        padding: 50px 15px 15px 15px;
        width: 80%;
    }

    .pop-box .close {
        width: 40px;
        height: 40px;
    }

    .pop-box .play-btn {
        width: 60px;
        height: 60px;
        border-width: 2px;
        background-image: url("../../images/index/popvideo/play.png");
        background-size: 15px auto;
    }

    .pop-box .btn-box .item {
        flex: 0 0 calc(50% - 5px);
        margin-right: 10px;
    }

}

/*------------------------------------------------------*/
@media only screen and (min-width:360px) {
    .box_table_content .box__ul__table .box__li__table > div:nth-child(1) {
        width: 15%;
    }

    .box_table_content .box__ul__table .box__li__table > div:nth-child(2) {
        width: 78%;   
    }

    .box_plist_toggle .plist__toggle .plist__toggle__btn {
        width: 100%;
    }

    .box_plist_content .select-box__container,
    .box_plist_content .box__ul__plist,
    .box_news_content .box__news__ul,
    .box_search_content .box__text__result,
    .box_search_content .box__search__ul,
    .box_qa_content .box__qa__ul,
    .box_text_content .box__text,
    .box_flippage_content .box__ul {
        width: 85%;
    }

    .box_plist_content .box__ul__plist {
        justify-content: center;
    }
    .box_plist_content .box__ul__plist .box__li__plist {
        width: 100%;
    }

    .box_plist_content .box__ul__plist .box__li__plist:last-child:nth-child(3n - 1) {
        margin-right: auto;
    }

    /* subtab2_content */
    .subtab2_content {
        margin: 20px 0 20px 0;
    }

    .subtab2_content .subtab__container {
        width: 95%;
        background-color: rgba(230, 230, 230, 1);
    }

    .subtab2_content .subtab__list {
        border-radius: 0px;
        display:-moz-box;
        display: -webkit-box;
        display: -o-box;
        /*overflow-x: auto;*/
        background-color: rgba(230, 230, 230, 0);
    }

    .subtab2_content .subtab__list .box__round__rectangle:hover {
        background-color: inherit;
    }

    .subtab2_content .subtab__list .box__round__rectangle:hover a {
        color: #000000;
    }

    /* box_news_content */
    .box_news_content .box__news__ul {
        box-shadow: 
            inset 0px  0px 0px 0px #000000,
            inset 0px -2px 0px -1px #000000;
    }
    .box_news_content .box__news__ul .box__news__li {
        flex-wrap: wrap;
        padding: 25px 0;
    }

    .box_news_content .box__news__ul .box__news__li > div {
        margin: 5px 15px 5px 0px;
    }

    .box_news_content .box__news__ul .box__news__li > div:nth-child(1) {
        width: 100%;
        order: 1;
    }
    .box_news_content .box__news__ul .box__news__li > div:nth-child(2) {
        width: 30%;
        order: 2;
    }
    .box_news_content .box__news__ul .box__news__li > div:nth-child(3) {
        width: 100%;
        order: 4;
    }
    .box_news_content .box__news__ul .box__news__li > div:nth-child(4) {
        width: 30%;
        text-align: left;
        order: 3;
    }

    .box_news_content .box__news__ul .box__news__li .box__text__con p {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .box_news_content .box__news__ul .box__news__li .box__text__time p { 
        font-size: 1em;
    }
    /* box_seacrh_content */
    .box_search_content .box__search__ul .box__search__li .box__icon {
        display: none;
    }

    .box_search_content .box__search__ul .box__search__li > div:nth-child(1) {
        width: 100%;
    }

    .box_search_content .box__search__ul .box__search__li .box__text__title {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .box_search_content .box__search__ul .box__search__li .box__text__title p {
        width: 85%;
    }

    .box_search_content .box__arrow__mobile {
        display: block;
    }

    /* box_qa_content */
    .box_qa_content .box__qa__ul .box__qa__li > div p {
        font-size: 17px;
        line-height: 28px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .box_qa_content .box__qa__ul .box__qa__li .box__a p:nth-child(1) {
        display: none;
    }

    .box_qa_content .box__qa__ul .box__qa__li > div:nth-child(2) p:nth-child(2) {
        width: 100%;
    }

    .box_inkv_content,
    .box_kv2_content {
        margin-top: 60px;
    }

    .box_inkv_content .box__ul__inkv {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(1) {
        flex: 1 1 auto;
        width: 85%;
        margin-right: 0px;
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(2) {
        flex: 1 1 auto;
        width: 100%;
        margin-left: 0px;
        /*margin-bottom: -1px;*/
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(2) img {
        /*width: 100%;
        height: auto;*/
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(1) p:nth-child(1) {
        text-align: center;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) .more__btn {
        /* display: none; */
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(1) {
        width: 40%;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(1) .title-middle-s {
        font-size: 22px;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(2) {
        width: 40%;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) .more__btn.text-normal-m {
       font-size: 16px;
    }



    /* box_pic_row4_content */
    .box_pic_row4_content .box__ul__prow4 .box__li__prow4 {
        flex: 0 0 auto;
        width: 48.5%;
        flex-wrap: wrap;
    }

    .box_pic_row4_content .box__ul__prow4 .box__li__prow4 .box__pic {
        height: 60vw;
    }

    .box_pic_row4_content .box__ul__prow4 .box__li__prow4:nth-child(1),
    .box_pic_row4_content .box__ul__prow4 .box__li__prow4:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:768px) {
    .box_table_content .box__ul__table .box__li__table > div:nth-child(1) {
        width: 10%;
    }

    .box_table_content .box__ul__table .box__li__table > div:nth-child(2) {
        width: 83%;   
    }
    
    .box_plist_toggle .plist__toggle .plist__toggle__btn {
        width: 280px;
    }

    .box_kv2_content .box__ul__k2 .box__li__title  {
        transform: scale(1.4);
    }

    .box_plist_content .box__ul__plist {
        justify-content: space-between;
    }

    .box_plist_content .box__ul__plist .box__li__plist {
        width: 45%;
    }

    /* box_news_content */
    .box_news_content .box__news__ul {
        box-shadow: 
            inset 0px  2px 0px -1px #000000,
            inset 0px -2px 0px -1px #000000;
    }
    .box_news_content .box__news__ul .box__news__li {
        flex-wrap: nowrap;
        padding: 24px 0;
    }

    .box_news_content .box__news__ul .box__news__li > div {
        margin: 0px 15px 0px 0px;
    }

    .box_news_content .box__news__ul .box__news__li > div:nth-child(1) {
        width: 5%;
        min-width: 30px;
        order: 1;
    }
    .box_news_content .box__news__ul .box__news__li > div:nth-child(2) {
        width: 10%;
        max-width: 80px;
        min-width: 80px;
        order: 2;
    }
    .box_news_content .box__news__ul .box__news__li > div:nth-child(3) {
        width: 70%;
        order: 3;
    }
    .box_news_content .box__news__ul .box__news__li > div:nth-child(4) {
        width: 12%;
        text-align: center;
        order: 4;
    }
    .box_news_content .box__news__ul .box__news__li .box__text__con p {
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .box_news_content .box__news__ul .box__news__li .box__text__time p { 
        font-size: 0.8em;
    }

    /* box_seacrh_content */
    .box_search_content .box__search__ul .box__search__li .box__icon {
        display: block;
    }

    .box_search_content .box__search__ul .box__search__li > div:nth-child(1) {
        width: 70%;
    }

    .box_search_content .box__search__ul .box__search__li > div:nth-child(2) {
        width: 10%;
    }

    .box_search_content .box__search__ul .box__search__li .box__text__title {
        width: 100%;
        display: block;
    }

    .box_search_content .box__search__ul .box__search__li .box__text__title p {
        width: 100%;
    }

    .box_search_content .box__arrow__mobile {
        display: none;
    }

    /* box_qa_content */
    .box_qa_content .box__qa__ul .box__qa__li > div p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 300;
        letter-spacing: 1px;
    }

    .box_qa_content .box__qa__ul .box__qa__li .box__a p:nth-child(1) {
        display: block;
    }

    .box_qa_content .box__qa__ul .box__qa__li > div:nth-child(2) p:nth-child(2) {
        width: 80%;
    }

    /* box_pic_row4_content */
    .box_pic_row4_content .box__ul__prow4 .box__li__prow4 {
        flex: 0 0 auto;
        width: 24%;
    }

    .box_pic_row4_content .box__ul__prow4 .box__li__prow4 .box__pic {
        height: 32vw;
    }
    .box_pic_row4_content .box__ul__prow4 .box__li__prow4:nth-child(1),
    .box_pic_row4_content .box__ul__prow4 .box__li__prow4:nth-child(2) {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:1024px) {
    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(1) {
        width: 40%;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(2) {
        width: 20%;
    }
}

@media only screen and (min-width:1025px) {
    .box_plist_toggle .plist__toggle .plist__toggle__btn {
        width: 210px;
    }

    .subtab2_content .subtab__container,
    .box_plist_content .select-box__container,
    .box_plist_content .box__ul__plist,
    .box_news_content .box__news__ul,
    .box_search_content .box__text__result,
    .box_search_content .box__search__ul,
    .box_qa_content .box__qa__ul,
    .box_text_content .box__text,
    .box_flippage_content .box__ul {
        width: 85%;
        max-width: 1280px;
    }

    .subtab2_content {
        margin: 20px 0 20px 0;
    }

    .subtab2_content .subtab__container {
        background-color: rgba(230, 230, 230, 0);
    }

    .subtab2_content .subtab__list {
        background-color: rgba(230, 230, 230, 1);
        display: inline-flex;
        border-radius: 10px;
    }

    .subtab2_content .subtab__list .box__round__rectangle:hover {
        background-color: #009fa8;
    }

    .subtab2_content .subtab__list .box__round__rectangle:hover a {
        color: #FFFFFF;
    }

    .box_plist_content .box__ul__plist .box__li__plist {
        width: 30%;
    }

    .box_plist_content .box__ul__plist .box__li__plist:last-child:nth-child(3n - 1) {
        margin-right: calc(30% + 12% / 3);
    }


    .box_kv2_content .box__ul__k2 .box__li__bg {
        height: 400px
    }
    .box_kv2_content .box__ul__k2 .box__li__title  {
        transform: scale(0.8);
    }

    .box_inkv_content,
    .box_kv2_content {
        margin-top: 0px;
    }

    .box_inkv_content .box__ul__inkv {
        width: 85%;
        max-width: 1280px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(1) {
        flex: 0 0 auto;
        width: 25%;
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;        
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(2) {
        flex: 0 1 auto;
        width: 75%;
        height: 400px;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;   
        align-items: center;
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(2) img {
        width: auto;
        height: auto;
    }

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(1) p:nth-child(1) {
        text-align: left;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) .more__btn {
        display: flex;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(1) {
        width: 80%;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(1) .title-middle-s {
        font-size: 30px;
    }

    .box_inlist_content .box__ul .box__li:nth-child(2) div:nth-child(2) {
        width: 20%;
    }

    
    .box_inlist_content .box__ul .box__li:nth-child(2) .more__btn.text-normal-m {
        font-size: 18px;
    }

}

@media only screen and (min-width:1200px) {
    .box_plist_content .box__ul__plist .box__li__plist:last-child:nth-child(3n - 1) {
        margin-right: calc(30% + 15% / 3);
    }
}

@media only screen and (min-width:1280px) {
    .box_kv2_content .box__ul__k2 .box__li__bg {
        height: 450px
    }
    .box_kv2_content .box__ul__k2 .box__li__title  {
        /*transform: scale(0.9);*/
    }    

    .box_inkv_content .box__ul__inkv .box__li__inkv:nth-child(2) {
        height: 450px;
    }
}



















