.wheel-bg {
    background-image: url(/web/images/wheel/fw-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 900px;
}

.btn-wheel {
    color: #f9bb11;
    border-radius: 50px;
    background: #000 !important;
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    left: 16%;
    bottom: -10% !important;
}

.btn-wheel-spin {
    bottom: -11% !important;
    margin-left: -120px;
    color: #272221;
    background-color: transparent !important;
    position: absolute;
}

.btn-wheel-spin2 {
    bottom: -11%;
    left: 80%;
    margin-left: -70px;
    color: #272221;
    background-color: transparent;
    position: absolute;
}

.modal-dialog.wheel-pop {
    border-radius: 20px;
}

.wheel-pop .modal-content {
    background: #000000;
    border: 1px solid #f9bb11;
    border-radius: 15px;
}

.wheel-pop h3 {
    padding: 0px 20px;
    color: #f9bb11;
    font-size: 21px;
    border-bottom: 1px solid #ffffff85;
    padding-bottom: 10px;
}

.wheel-pop .close-X {
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.wheel-content {
    color: #f9bb11;
    padding: 20px;
}


.title-container {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

.title-main {
    display: flex;
    align-items: center;
}

.title-head-left {
    font-size: 92px;
    font-weight: bold;
    color: #FFB175; /* 浅橙色 */
    letter-spacing: -2px;
    line-height: 1;
}
/*.title-head-left::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 50%;*/ /* 控制竖线长度 */
    /*width: 1px;
    color: #FFB175;*/ /* 浅橙色 */
    /*background: linear-gradient(to bottom, transparent 0%, #ccc 50%, transparent 100%);*/ /* 渐变效果 */
/*}*/

.title-head-right {
    font-size: 18px;
    font-weight: bold;
    color: #FFB175; /* 浅橙色 */
    margin-left: 10px;
    padding-top: 20px;
    display: flex;
    /*    align-items: end;*/
    flex-direction: column;
    line-height: 1;
}

/*.title-head-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 50%;*/ /* 控制竖线长度 */
    /*width: 1px;
    color: #FFB175;*/ /* 浅橙色 */
/*}*/

.title-head-right-row1 {
    font-weight: bold;
    border-left: 2px solid #FFB175;
    padding-left: 10px;
}

.title-head-right-row2 {
    font-weight: bold;
    border-left: 2px solid #FFB175;
    padding-left: 10px;
}

.title-bottom {
    font-size: 48px;
    font-weight: bold;
    color: #FFB175; /* 浅橙色 */
    letter-spacing: -2px;
    margin-top: -10px;
    line-height: 1;
}