.winners-wrap {
    background-color: #edb062;
}
.winner {
    padding-top: 8rem;
    min-height: 100dvh;
    padding-bottom: 35rem;
}
.winner-ing{
    width: 33rem;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    z-index: 1;
    position: relative;
}
.winner-list {
    display: flex;
    flex-direction: column;
    width: 67.7rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.winner-box{
    position: relative;
    border-radius: 2rem;
    border:.3rem solid #000;
    overflow: hidden;
    margin-bottom: 2rem;
}
.winner-box dt{
    position: relative;
    line-height: 8rem;
    background: #fff;
    text-align: left;
    padding: 0 3rem;
    font-size: 2.4rem;
    font-weight: bold;
    /*border-bottom: .3rem solid #000;*/
    border-bottom: 0rem solid #000;
    cursor: pointer;
}
.winner-box dt.current{
    border-bottom: .3rem solid #000;
}
.winner-box dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: calc(50% - 1rem);
    right: 3.5rem;
    border-style: solid;
    border-width: 0 1.1rem 1.9rem 1.1rem;
    border-color: transparent transparent #e9ac5f transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.winner-box dt.current::after {
    transform: rotate(-180deg);
}
.winner-box dd{
    line-height: 5.4rem;
    font-size: 2.4rem;
    background: #f6416c;
}
.winner-box dd > div{display: flex;position: relative;width: 100%;border-bottom: .3rem solid #000;}
.winner-box dd > div:last-child{border-bottom: none;}
.winner-box dd > div p{display: block;position: relative;color: #fff;}
.winner-box dd > div p:nth-child(1){width: 20%;padding-left: 1.5em;}
.winner-box dd > div p:nth-child(2){width: 28%;padding-left: 1.5em;}
.winner-box dd > div p:nth-child(3){width: 52%;padding-left: 1.5em;}
.winner-box dd > div p:nth-child(3)::before{content: "發票號碼："}
.winner-box dd > div > div:nth-child(2) p:nth-child(1)::before{content: "電子信箱："}

.winner-box dd > div {
    display: flex;
    flex-direction: column;
}
.winner-box dd > div > div {
    display: flex;
}
.winner-box dd > div > div:nth-child(2) p:nth-child(1) {
    width: 100%;
}

.winner-footer-bg {
    position: absolute;
    bottom: 0;
    max-width: 75rem;
    z-index: 0;
}
.winners-wrap .text {
    width: 67.7rem;
    margin: 0 auto;
    padding: 2.4rem;
}
.winners-wrap .text p {
    font-size: 2.4rem;
    line-height: 1.4;
}
.winners-wrap .text p a {
    color: #0000ee;
    text-decoration: underline;
}
.winners-wrap .text p span {
    /* color: red; */
    background-color: #ffee39;
}