.lol {
    opacity: 1 !important;
}

.container1{
    max-width: 1293px;
    width:100%;
    margin:auto;
    padding-top: 0px;
    margin-top: 70px;
}
.container1 .text{
    color:#262626;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.container1 img{
    max-width: 100%;
}
.container1 .text span{
    display: block;
    margin-bottom: 30px;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

@media (max-width:1400px){
    .container1{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width:992px){
    .container1{
        margin-top: 50px;
    }
    .content>img{
        margin-bottom: 50px;
        margin-top: 50px;
    }
}
@media (max-width:576px){
    .container1{
        margin-top: 30px;
    }
    .container1 img{
       width: 100%;
       padding: 0 !important;
    }
    .content>img{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .container1 .text span{
        margin-bottom: 10px;
    }
}
/*.titleBannerContainer*/
.titleBannerContainer{
    margin-bottom: -36px;
}
@media (max-width:768px){
    .titleBannerContainer{
        margin-bottom: 0px;
    }
}
.titleBannerContainer .title{
    display: table;
    margin:auto;
    margin-bottom: 65px;
    margin-top: 90px;
}
.titleBannerContainer .title h3{
    font-size: 30px;
    font-weight: normal;
    font-family: "微軟正黑體";
    margin-bottom: 10px;
}
.titleBannerContainer .title span{
    color:#555555;
    letter-spacing: 2px;
}
.titleBannerContainer .text{
    width:73%;
    text-align: center;
    margin:auto;
    color:#555555;
    line-height: 1.8em;
    letter-spacing: 1px;
}
@media (max-width:576px){
    .titleBannerContainer .title{
        margin-bottom: 30px;
    }
    .titleBannerContainer .title h3{
        margin-bottom: 5px;
    }
    .titleBannerContainer .text{
        width: 100%;
    }
}

/*mashUpStyle1*/
.mashUpStyle1 .text{
    width: 391px;
}
.mashUpStyle1 .topGroup{
    margin-bottom: 70px;
}
.mashUpStyle1 .topGroup,
.mashUpStyle1 .bottomGroup{
    position: relative;
}
.mashUpStyle1 .topGroup img{
    float: left;
    width: 68%;
}
.mashUpStyle1 .topGroup .text{
    position: absolute;
    top:50%;
    right:8.5%;
    transform: translateY(-50%);
}
.mashUpStyle1 .bottomGroup img{
    float: right;
    width: 68%;
}
.mashUpStyle1 .bottomGroup .text{
    position: absolute;
    top:50%;
    left:8.5%;
    transform: translateY(-50%);
}
@media (max-width:1200px){
    .mashUpStyle1 .topGroup .text{
        right: 2%;
    }
    .mashUpStyle1 .bottomGroup .text{
        left: 2%;
    }
    .mashUpStyle1 .text{
        background-color:rgba(255,255,255,0.8);
        padding: 15px;
    }
    .mashUpStyle1 .topGroup{
        margin-bottom: 50px;
    }
}
@media (max-width:992px){
     .mashUpStyle1 .text{
         width: 300px;
     }
}
@media (max-width:768px){
    .mashUpStyle1 img{
        float:none !important;
        width: 100% !important;
    }
    .mashUpStyle1 .text{
        position: static !important;
        transform: none !important;
        width: 100%;
    }
}
@media (max-width:576px){
    .mashUpStyle1 .topGroup{
        margin-bottom: 0px;
    }
    .mashUpStyle1 .bottomGroup .text{
        padding-bottom: 0;
    }
}
/*mashUpStyle2*/
.mashUpStyle2 .container1{
     position: relative;  
}
.mashUpStyle2 .img_wrapper{
    margin-right: 6.57%;
    width:41.15%;
    float:left;
}
.mashUpStyle2  .text{
    padding: 70px 45px;
    width:51.15%;
    float:left;
}
.mashUpStyle2 .text p{
    line-height: 1.8em;
}
.mashUpStyle2 .img_group{
    position: absolute;
    right:0;
    bottom:0;
    width: 52%;
}
.mashUpStyle2 .img_group img{
    width: 46.5%;
}
.mashUpStyle2 .img_group img:last-child{
    float:right;
}
@media (max-width:1400px){
    .mashUpStyle2 .text {
        padding: 50px 45px;
    }
    .mashUpStyle2 .img_group{
        right: 20px;
    }
}
@media (max-width:1200px){
    .mashUpStyle2 .text {
        padding: 0px 0px;
    }
}
@media (max-width:992px){
    .mashUpStyle2 .img_wrapper{
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .mashUpStyle2 .text{
        float:none;
        width: 100%;
    }
    .mashUpStyle2 .img_group{
        position: static;
        width: 100%;
        padding-top: 50px;
    }
}
@media (max-width:576px){
    .mashUpStyle2 .img_wrapper{
        width: 100%;
        float:none;
    }
    .mashUpStyle2 .img_group{
        padding-top: 30px;
    }   
    .mashUpStyle2 .img_group img{
        width: 100%;
    }
}
/*titleStyle1*/
.titleStyle1 .container1{
    margin-top: 100px;
    margin-bottom: 100px;
}
.titleStyle1 .title{
    position: relative;
    overflow: hidden;
}
.titleStyle1 span{
    display: block;
    width: 54.1%;
    border: 1px solid #DCDCDC;
    margin: auto;
    text-align: center;
    font-weight: bold;
    padding: 17.5px   0;
}
.titleStyle1 span::before{
    content:"";
    display:block;
    height: 1px;
    width: calc(45.9%/2);
    background: #BFBFBF;
    position: absolute;
    top:50%;
    left:0%;
    transform: translateY(-50%);
}
.titleStyle1 span::after{
    content:"";
    display:block;
    height: 1px;
    width: calc(45.9%/2);
    background: #BFBFBF;
    position: absolute;
    top:50%;
    right:0%;
    transform: translateY(-50%);
}
@media (max-width:992px){
    .titleStyle1 .container1{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .titleStyle1 span{
         width: auto;
         padding: 17.5px 30px;
         display: table;
         position: relative;
    }
    .titleStyle1 span::before{
        width: 300px;
        left:-300px;
    }
    .titleStyle1 span::after{
        width: 300px;
        right:-300px;
    }   
}
@media (max-width:576px){
    .titleStyle1 .container1{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .titleStyle1 span{
        padding: 10px 15px;
    }
}
/*mashUpStyle3*/
.mashUpStyle3 .topGroup {
    margin-bottom: 52px;
}
.mashUpStyle3 .topGroup .text{
    width: 77%;
    margin: auto;
    background: white;
    margin-top: -50px;
    position: relative;
    padding: 28px 60px;
    font-size: 20px;
    line-height: 2.3em;
}
.mashUpStyle3  .centerGroup img{
    width: 47.5%;
}
.mashUpStyle3  .centerGroup img:nth-child(2){
    float: right;
}
.mashUpStyle3  .centerGroup .text{
    width: 74%;
    margin: auto;
    padding-top: 100px;
    padding-bottom:100px;
}
.mashUpStyle3  .bottomGroup{

    margin-left:-36px;
    margin-right: -36px;
}
.mashUpStyle3  .bottomGroup img{
    width:33.33%;
    padding:0 36px;
    float:left;
}

@media(max-width:992px){
    .mashUpStyle3 .topGroup{
        margin-bottom: 30px;
    }
    .mashUpStyle3 .topGroup .text{
        margin-top: -100px;
        padding: 20px 40px;
        line-height: 1.8em;
        width: 85%;
    }
    .mashUpStyle3 .centerGroup .text{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .mashUpStyle3 .bottomGroup{
        margin-right: -15px;
        margin-left: -15px;
    }
    .mashUpStyle3 .bottomGroup img {
        padding: 0 15px;
    } 
}
@media(max-width:768px){
    .mashUpStyle3 .topGroup{
        margin-bottom: 0;
    }
    .mashUpStyle3 .topGroup .text{
        margin-top: 0px;
        padding: 10px 0px;
        width: 100%;
        font-size: 16px;
    }
    .mashUpStyle3 .centerGroup .text{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width:576px){
    .mashUpStyle3  .centerGroup img{
        width: 100%;
    }
    .mashUpStyle3 .centerGroup .text{
        padding-top: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .mashUpStyle3 .centerGroup img:nth-child(2){
        float:none;
    }
    .mashUpStyle3 .bottomGroup{
        margin-right: 0px;
        margin-left: 0px;
    }
    .mashUpStyle3 .bottomGroup img {
        width: 100%;
        padding: 0px;
    } 
}

/*.mashUpStyle4*/
.mashUpStyle4 .container1{
    position: relative;
}
.mashUpStyle4 .leftGroup{
    float:left;
}
.mashUpStyle4 .centerGroup{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.mashUpStyle4 .rightGroup{
    float:right;
}
.mashUpStyle4 .leftGroup,
.mashUpStyle4 .rightGroup{
    width: 34%;
}
.mashUpStyle4 .centerGroup{
    width: 32%;
    padding: 0px 97px;
}
@media(max-width:1400px){
    .mashUpStyle4 .centerGroup{
        padding: 0px 80px;
    }
}
@media(max-width:1200px){
    .mashUpStyle4 .centerGroup{
        padding: 0px 60px;
    }
}
@media(max-width:992px){
    .mashUpStyle4 .leftGroup, .mashUpStyle4 .rightGroup {
        width: 25%;
    }
    .mashUpStyle4 .centerGroup{
        width: 50%;
    }
    .mashUpStyle4 .centerGroup{
        padding: 0px 30px;
    }
}
@media(max-width:768px){
    .mashUpStyle4 .leftGroup img{
        padding-right:7.5px;
    }
    .mashUpStyle4 .rightGroup img{
        padding-left:7.5px;
    }
    .mashUpStyle4 .leftGroup, 
    .mashUpStyle4 .rightGroup{
        width: 50%;
        margin-bottom: 15px;
    }
    .mashUpStyle4 .centerGroup{
        width: 100%;
        position: static;
        transform: none;
    }
    .mashUpStyle4 .centerGroup{
        padding: 0;
    }
}
@media(max-width:576px){
    .mashUpStyle4 .leftGroup img{
        padding-right: 0;
    }
    .mashUpStyle4 .leftGroup{
        margin-bottom: 0;
    }
    .mashUpStyle4 .leftGroup, 
    .mashUpStyle4 .rightGroup{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        float:none;
    }
}
/*.mashUpStyle5*/
.mashUpStyle5 .topGroup{
    margin-top: 100px;
    margin-bottom: 60px;
}
.mashUpStyle5 img{
    width: 57.5%;
    margin-bottom: 10px;
}
.mashUpStyle5 .topGroup img{
    float:left;
    padding-right: 7.5%;
}
.mashUpStyle5 .topGroup  .text,
.mashUpStyle5 .bottomGroup  .text{
    padding-top: 40px;
}
.mashUpStyle5 .topGroup  .text p,
.mashUpStyle5 .bottomGroup  .text p{
    line-height: 1.8em;
}
.mashUpStyle5 .bottomGroup img{
    float:right;
    padding-left: 7.5%;
    margin-bottom: 33px;
}

@media(max-width:1200px){
    .mashUpStyle5 .topGroup{
        margin-top: 50px;
    }
    .mashUpStyle5 .topGroup  .text,
    .mashUpStyle5 .bottomGroup  .text{
        padding-top: 0px;
    }
    .mashUpStyle5 .topGroup img{
         padding-right: 2%;
    }
    .mashUpStyle5 .bottomGroup img{
         padding-left: 2%;
    }
}
@media(max-width:576px){
    .mashUpStyle5 .topGroup{
        margin-top: 30px;
    }
    .mashUpStyle5  img{
        width: 100%;
    }
    .mashUpStyle5 .topGroup{
        margin-bottom: 15px;
    }
}

/*.mashUpStyle6*/

.mashUpStyle6 .container1{
    position: relative;
}
.mashUpStyle6 .leftGroup,
.mashUpStyle6 .centerGroup{
    float:left;
}
.mashUpStyle6 .leftGroup,
.mashUpStyle6 .centerGroup{
    width: 26%;
    padding-right: 2.2%;
}
.mashUpStyle6 .rightGroup{
    width: 42%;
    position: absolute;
    top:50%;
    right:3%;
    transform: translateY(-50%);
}
@media(max-width:768px){
    .mashUpStyle6 .leftGroup, .mashUpStyle6 .centerGroup{
        width: 50%;
        padding: 0;
        margin-bottom: 15px;
        
    }
    .mashUpStyle6 .leftGroup img{
        padding-right: 7.5px;
        width: 100%;
    }
    .mashUpStyle6 .centerGroup img{
        padding-left: 7.5px;
        width: 100%;
    }
    .mashUpStyle6 .rightGroup{
        position: static;
        transform: none;
        width: 100%;
        float: left;
    }
}
@media(max-width:576px){
    .mashUpStyle6 .leftGroup{
         margin-bottom: 0;
    }
    .mashUpStyle6 .leftGroup, .mashUpStyle6 .centerGroup{
        width: 100%;
       
    }
}
/*display*/
.displayBox{
    margin-top: 100px;
    margin-bottom: 125px;
}
.displayBox .title{
    font-size: 30px;
    color:#D4003B;
    border-bottom:3px solid #D4003B;
    display:block;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.displayBox ul.displayList{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -31px;
    margin-right: -31px;
}
.displayBox ul.displayList li{
    padding:0 31px;
    float: left;
    text-align: center;
}
.displayBox ul.displayList li span{
    color:#666666;
}
.displayBox ul.displayList li .name{
    color:#8F8F8F;
    font-size: 26px;
    font-family: "思源黑體";
    display:block;
    margin-top: 10px;
}
.displayBox ul.displayList li .description{
    display:block;
    color:black;
    margin-top: 25px;
    margin-bottom: 17px;
    line-height: 1.3em;
    font-size: 22px;
}
.displayBox ul.displayList li .cost-delete{
    text-decoration-line: line-through;
    margin-right: 10px;
    font-size: 22px;
}
.displayBox ul.displayList li .cost{
    font-size: 23.5px;
}
@media(max-width:1400px){
    .displayBox ul.displayList li .name {
        font-size: 20px;
    }
    .displayBox ul.displayList li .description {
        font-size: 18px;
    }
    .displayBox ul.displayList li .cost-delete {
        font-size: 16.2px;
    }
    .displayBox ul.displayList li .cost {
        font-size: 17.3px;
    } 
    
}
@media(max-width:1200px){
    .displayBox ul.displayList {
        margin-left: -10px;
        margin-right: -10px;
    }
    .displayBox ul.displayList li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media(max-width:992px){
    .displayBox{
        margin-top: 50px;
         margin-bottom: 50px;
    }
    .displayBox .title{
        margin-bottom: 20px;
    }
}
@media(max-width:768px){
    .displayBox ul.displayList li{
        width: 100%;
    }
    .displayBox ul.displayList li .description{
        margin-bottom: 5px;
        margin-top: 5px;
    }
}
@media(max-width:576px){
    .displayBox {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .displayBox img{
        width: 80%;
    }
    .displayBox .title{
        padding-bottom: 15px;
        margin-bottom: 15px !important;
    }
    .displayBox ul.displayList li{
        margin-bottom: 15px;
    }
}
.display1 li{
    width: 33.33%;
}
.display2 li{
    width: 25%;
}
.display2.displayBox ul.displayList li .name{
    font-size: 20px;
}
.display2.displayBox ul.displayList li .description{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 8px;
}
.display2.displayBox ul.displayList li .cost-delete{
    font-size: 16.2px;
}
.display2.displayBox ul.displayList li .cost{
    font-size: 17.3px;
}
.display3{
    margin-bottom: 90px;
}
@media(max-width:992px){
    .display3{
        margin-bottom: 50px;
    }
}
@media(max-width:576px){
    .display3{
        margin-bottom: 30px;
    }
     .display3 img{
         width: 100%;
     }
}
.display3 li{
    width: 50%;
}
.display3 .title{
    margin-bottom: 60px;
}
.display3.displayBox ul.displayList li .description{
    font-size: 18px;
    margin-bottom: 8px;
}
.display3.displayBox ul.displayList li .cost-delete{
    font-size: 16.2px;
}
.display3.displayBox ul.displayList li .cost{
    font-size: 17.3px;
}

.articles .navigateContainer{
    margin-bottom: 70px;
}
.lol {
    opacity: 0;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
