/*--------------------------------------pt1-------------------------------------------------*/
.pt1 {
    background: url(../img/bg-6.jpg) center/cover no-repeat;
    overflow: hidden;
}

.titmark {
    width: fit-content;
    margin: 1em auto;
    text-align: center;
    color: #fff;
    font-family: 'LongTeMing' !important;
}

.titmark mark {
    display: block;
    width: 100%;
    color: #fff;
    padding: 0em 2em;
    font-family: 'LongTeMing' !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(200, 146, 64, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.titmark mark span {

    font-family: 'wt005' !important;
}

/* ---------------------- */
.f01box {
    width: var(--box-width);
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.f01-1 {
    position: relative;
    width: calc((100% - 6em)/3);
    margin: 1em;
    padding: .5em;
    border: 4px solid;
    border-image: linear-gradient(to right, #ffffff 0%, #cf9f57 50%, #ffffff 100%) 1;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.f01-1::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15em;
    height: 15em;
    background: url(../img/b02-1.png) center/cover no-repeat;
    z-index: -1;
}

.f01-1 h4 {
    margin: 0;
}

/* .f01-1 p {} */
.f01-1:hover::before {
    animation: b02bg 10s infinite linear;
    transition: all .15s ease-in-out !important;
}

@keyframes b02bg {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {

    .f01-1 {
        width: calc((100% - 4em)/2);
    }
}



.f02box {
    width: var(--box-width);
    margin: 1em auto;
}

.f02bg {
    position: relative;
    margin: 1em 0 3em;
    padding: 5px;
    background: linear-gradient(135deg, #ffffff 0%, #c58629 50%, #ffffff 100%);
}


.f02bor {
    position: relative;
    background: #816d5a;
    z-index: 1;
}

.f02-T {
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.f02bg:nth-child(3) .f02-T {
    padding: 3em 1em;
}

.f02-TL {
    position: relative;
    width: 30%;
    padding: 0 1em;
}

/* .f02sp {} */

.f02sp span {
    display: block;
    padding: 4px 0;
    width: 100%;
    color: #fff;
    background: #564a41;
    border-radius: 40px;
    font-size: .8em;
    border: 1px solid #fff;
    text-align: center;
    margin-top: .5em;
}

.f02-TL .TLsp {
    bottom: -2.5em;
    background: linear-gradient(to right, #f39a39 0%, #d02547 100%);
}

.f02-TR {
    width: 67%;
}

.f02-T1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.f02-T1L {
    width: 15%;
}


.f02-T1R {
    width: 82%;
}

.f02-Th4 {
    position: relative;
    width: fit-content;
    padding: 0 1em;
    margin-bottom: .5em;
    font-family: 'SourceHanSansTCB' !important;
    color: #fff;
    background: linear-gradient(to right, rgb(0 0 0 / 10%) 0%, #c89240 50%, rgb(0 0 0 / 10%) 100%);
}

.f02-Th4 .Th4I {
    display: inline-block;
    width: 2em;
    margin-right: .5em;
}

.f02-Tp {
    color: #fff;
}

.f02-Tp span {
    color: #efd4a5;
}

.f02-B {
    position: relative;
    padding: 1em 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: rgb(0 0 0 / 30%);
}

.f02-BL {
    width: 30%;
}

.f02-BR {
    width: 67%;
}

.f02-Bh4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .5em;
}

.f02name {
    padding: 0 .5em;
    line-height: 1;
}

.f02-BR1 {
    color: #efd4a5;
    padding-left: unset;
}

.f02-BR2 {
    color: #fff;
    font-family: 'DFHeiStd7' !important;
}

.f02-BR3 {
    color: #efd4a5;
}

.nameye {
    color: #fff100;
    text-shadow: 0 0 1px #605c0c;
}

.f02-Bp {
    color: #fff;
}

.spred {
    color: #fbcf00;
}

@media all and (max-width:768px) {}

@media all and (max-width:575px) {
    .f02-BL {
        width: 20%;
        margin: 0 0.5em .5em 0;
    }

    .f02-BR {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .f02-BR3 {
        padding: 0;
        margin-top: 5px;
    }

    .f02-Bh4 {
        width: 76%;
        flex-wrap: wrap;
    }

    .f02-BR2 {
        margin: .2em 0;
    }

    .f02-T1L {
        display: none;
    }

    .f02-T1R {
        width: 100%;
    }

    .f02sp span {
        font-size: .5em;
        border-radius: 5px;
        text-align: center;
        line-height: 1;
    }

    .f02-TL {
        padding: 0;
    }

    .f02-TL .TLsp {
        bottom: -2.5em;
    }
}


/*--------------------------------------#pt1-------------------------------------------------*/