
.title-flex-bg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-flex-bg span{
    padding: 0 20px;
}
.title-flex-bg:before, .title-flex-bg:after{
    content: "";
    width: 42px;
    height: 76px;
    display: inline-block;
}


.title-1{
    text-align: center;
    padding: 10px 0;
}
.title-1 h3{
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    padding: 0 50px;
    background:
            linear-gradient(90deg, rgba(255, 255, 253, 0.5) 40%, rgba(192, 216, 251, 0.8) 48%, rgba(255, 255, 255, 0.5) 67%),
        /*linear-gradient(90deg, #CDFBEB 3%, rgba(205,251,235,0) 3%),*/
        linear-gradient(90deg, #F5E6C4 0%, #F5E6C4 60%, #f8744f 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-1 .tip{
    font-size: 32px;
    color: #FFF7F5;
    padding: 32px 0;
}

.title-2{
    text-align: center;
    padding: 40px 0;
    background: url("../img/JamHsiao/title-2-bg.png") no-repeat center 0;
}
.title-2 h3{
    font-weight: bold;
    font-size: 48px;
    background: linear-gradient(180deg, #FFFFFF 21%, #CC86FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-2 .tip{
    height: 48px;
    line-height: 52px;
    font-weight: bold;
    font-size: 24px;
    background: url("../img/JamHsiao/tip-bg-2.png") no-repeat center center;
}
.line{
    width: 100%;
    height: 10px;
    background: url("../img/JamHsiao/line.png") no-repeat center center;
    margin: 50px 0;
}
.box-panel-bg{
    background-image: none;
    border-image: url('../img/JamHsiao/panel-bg.png') 80 20 60 20 fill repeat;
    border-image-slice: 80 20 60 20 fill;
    border-width: 80px 20px 60px 20px;
    border-style: solid;
    border-image-repeat: repeat;
    padding: 0 10px;
}

.title-1 h3:before, .title-1 h3:after{
    width: 42px;
    height: 76px;
}
.title-1 h3:before{
    background-image: url("../img/JamHsiao/title-left.png");
}
.title-1 h3:after{
    background-image: url("../img/JamHsiao/title-right.png");
}
.title-1 .tip:before, .title-1 .tip:after{
    width: 69px;
    height: 3px;
}
.title-1 .tip:before{
    background-image: url("../img/JamHsiao/title-line-left.png");
}
.title-1 .tip:after{
    background-image: url("../img/JamHsiao/title-line-right.png");
}
.title-2 h3:before, .title-2 h3:after{
    width: 161px;
    height: 11px;
}
.title-2 h3:before{
    background-image: url("../img/JamHsiao/title2-left.png");
}
.title-2 h3:after{
    background-image: url("../img/JamHsiao/title2-right.png");
}



.table{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 2px solid #B06BED;;
}
.table th,
.table td{
    height: 58px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table th{
    height: 52px;
    color: #FEF4F8;
    font-size: 24px;
    font-weight: bold;
}
.table thead tr {
    background: linear-gradient( 90deg, #6E3A9F 0%, #42246E 100%);
}
.table td{
    color: #FEF4F8;
    font-size: 24px;
    font-weight: 500;
}
.table tbody tr:nth-child(odd){
    background: linear-gradient( 90deg, #A35ACE 0%, #523CAA 100%);
}
.table tbody tr:nth-child(even){
    background: #654299;
}

