a{
    cursor: pointer;
}
img{
    max-width: 100%;
}
.fortune-sec{
    background: #000 url(../image/spinwheel/spin-bg-1.jpg)no-repeat center top;
    min-height: 700px;
    display: flex;
}
.fortune-sec .container{
    width: 1100px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}
.fortune-title {
    position: relative;
}
.fortune-title h4{
    text-align: center;
    box-shadow: inset 0px 0px 13px #fff045;
    border-radius: 30px;
    color: #863c0a;
    padding: 10px;
    background: linear-gradient(to bottom, #ffffff, #ffdd74);
    text-transform: uppercase;
    position: relative;
    bottom: 70px;
    max-width: 70%;
    margin: 0 auto;
    font-weight: 900;
}
.fortune-wheel-bg{
 position: relative;
 text-align: center;
}
.wheel-frame{
    z-index: 11;
    position: relative;
    width: 100%;
}
.prize-wheel{
    position: absolute;
    top: 0;
    z-index: 16;
    left: 44%;
}
.wheel-needle{
    position: absolute;
    z-index: 13;
    width: 100%;
    top: 178px;
    left: 4px;
}
.btn-fortune-group{
    display: flex;
    margin-top: 30px;
}
.point-circle-1{
    background: #1a1a1a;
    border: 2px solid #f44336;
    color: #ffffff;
    border-radius: 50%;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    height: 55px;
    width: 55px;
    font-size: 13px;
    text-transform: capitalize;
}

.point-circle-2{
    background: #003d52;
    border: 2px solid #00fdff;
    color: #ffff74;
    border-radius: 50%;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.point-circle-1:hover, .point-circle-2:hover{
    color: #fff;
}
.spin-btn{
    background: url(../image/spinwheel/btn-spin.png)no-repeat;
    background-size: contain;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    width: 157px;
    margin-left: 10px;
    margin-right: 10px;
    height: 66px;
    display: block;
}
.spin-btn:hover{
    filter: drop-shadow(0px 0px 2px #000);
    color: #fff;
}
.more-btn{
    background: url(../image/spinwheel/btn-info.png)no-repeat center center;
    background-size: cover;
    color: #fff;
    font-style: italic;
    padding: 10px;
    font-weight: 700;
    font-size: 22px;
    width: 162px;
    height: 66px;
}
.more-btn:hover{
    filter: drop-shadow(0px 0px 2px #000);
    color: #fff;
}
.tnc-list{
    text-align: left;
    margin-top: 20px;
}
.tnc-list h4{
    font-size: 30px;
    font-weight: 700;
}
.tnc-list ul{
    padding-left: 17px;
    list-style:
    decimal;
    font-weight: 600;
    max-width: 80%;
    line-height: 25px;
}
.fortune-body{
    background: #000;
    background-size: 100% 100%;
    max-width: 50%;
    margin: 0 auto;
    border: 1px solid #d9353d;
}
.fortune-title-bar{
    font-size: 37px;
    text-align: center;
    font-weight: 800;
    color: #d9353d;
}
.fortune-dialog{
    max-width: 70%;
}
.fortune-content{
    border: none;
    background: none;
}
.fortune-modal-text{
    padding: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.fortune-modal-text ul{
    list-style: decimal;
}
a.close{
    color: #d9353d;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: none;
    opacity: 1;
}