h3{
    font-size: 48px;
    font-weight: bold;
    color:#fff;
    position: relative;
    margin-bottom: 45px;
    height: 100px;
}
h3::after{
    content:"";
    width:91px;
    height: 4px;
    background: #c60075;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ta-r{
    text-align: right;
}
h3.ta-r::after{
    right: 0;
    left: auto;
}
.ta-c{
    text-align: center;
}
h3.ta-c::after{
    left: 550px;
}
.des,.des p{
    font-size: 18px;
    color:#e5e5e5;
    line-height: 33px;
}
.des .tit{
    font-size: 32px;
    margin-bottom: 35px;
}
.page{
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100%;
    min-width: 1190px;
    margin: 0 auto;
}
.page-inner{
    width: 1190px;
    margin: 0 auto;
    position: relative;
}

.about1{
    background-image: url(../img/about_me/about1.jpg);
    background-position: center 85px;
    height: 880px;
}
.about2{
    background-image: url(../img/about_me/about2.jpg);
    height: 934px;
    background-size: 100% auto;
}
.about3{
    background-image: url(../img/about_me/about3.jpg);
    height: 889px;
    background-size: 100% auto;
}
.about4{
    background-image: url(../img/about_me/about4.jpg);
    height: 932px;
    background-size: 100% auto;
}
.about5{
    background-image: url(../img/about_me/about5.jpg);
    height: 933px;
    background-size: 100% auto;
}
.about1 h3{
    padding-top: 420px;
    color:#000;
}
.about1 .des{
    padding-top: 20px;
}
.about1 .des p{
    text-align: center;
    color: #4d4d4d;
}
.about2 h3{
    padding-top:270px;
}
.about2 .des{
    width: 775px;
    margin-left: 419px;
}
.about3 h3,
.about4 h3,
.about5 h3{
    padding-top: 230px;
}
.about3 .des{
    width: 932px;
    /*margin-left: 256px;*/
}
.border {
    position: absolute;
    left: 0;
    top: 227px;
    width: 1194px;
    height: 367px;
}
.border span{
    width: 208px;
    height: 105px;
    opacity: .5;
    border:1px solid #fff;
    position: absolute;
}
.border .lt{
    border-right: none;
    border-bottom: none;
    left: 0;
    top: 0;
}
.border .rt{
    border-left: none;
    border-bottom: none;
    right: 0;
    top: 0;
}
.border .lb{
    border-right: none;
    border-top: none;
    left: 0;
    bottom: 0;
}

.border .rb{
    border-left: none;
    border-top: none;
    right: 0;
    bottom: 0;
}
/* 鍔ㄧ敾鏁堟灉 */
.fp-tableCell{
    background: none;
    transition: all 500ms;
    transition-delay: 0.5s;
}
.fp-tableCell h3{
    opacity: 0;
    transition: all 500ms;
    transition-delay: 0.6s;
    transform: translateX(-300px)
}
.fp-tableCell .des{
    opacity: 0;
    transition: all 500ms;
    transition-delay: 1.6s;
    transform: translateX(-300px)
}
.fp-tableCell h3.ta-r{
    transform: translateX(300px)
}
.fp-tableCell .des.ta-r{
    transform: translate(-300px)
}
.about1.active .fp-tableCell{
    background: none;
}
.active .fp-tableCell{
    background: rgba(0,0,0,0.8)
}
.active .fp-tableCell h3{
    opacity: 1;
    transform: translateX(0);
}
.active .fp-tableCell .des{
    opacity: 1;
    transform: translateX(0);
}
.return_top{
    position: fixed;
    right: 100px;
    bottom: 220px;
    z-index: 100000000;
    display: none;
}