
/*WRAPPER*/
*{
    margin: 0;
    padding: 0;
}
.menu{
    border-radius: 50%;
    position: relative;
    background: #fff;
}
.menu>li{
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (min-width: 375px) {
    .menu>li:nth-child(1){
        top: 38%;
        left: 8%;
    }
    .menu>li:nth-child(2){
        top: 6%;
        left: 50%;
        margin-left: -30px;
    }
    .menu>li:nth-child(3){
        top: 38%;
        left: 74%;
    }
    .menu>li:nth-child(4){
        top: 73%;
        left: 50%;
        margin-left: -30px;
    }
}
@media (min-width:320px) and (max-width:375px) {
    .menu>li:nth-child(1){
        top: 38%;
        left: 8%;
    }
    .menu>li:nth-child(2){
        top: 5%;
        left: 50%;
        margin-left: -30px;
    }
    .menu>li:nth-child(3){
        top: 38%;
        left: 74%;
    }
    .menu>li:nth-child(4){
        top: 72%;
        left: 50%;
        margin-left: -30px;
    }
}
@media all and (max-width: 320px) {
    .menu>li:nth-child(1){
        top: 38%;
        left: 8%;
    }
    .menu>li:nth-child(2){
        top: 3%;
        left: 50%;
        margin-left: -30px;
    }
    .menu>li:nth-child(3){
        top: 38%;
        left: 74%;
    }
    .menu>li:nth-child(4){
        top: 70%;
        left: 50%;
        margin-left: -30px;
    }
}


.menu>#yuan_blue{
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 500;
}
.menu>#li_num1{
    position: absolute;
    left: 32%;
    top: 32%;
    z-index: 900;
    border-radius: 50%;
}
.menu>#li_num1>span{
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.menu>#li_num2{
    position: absolute;
    left: 32%;
    top: 32%;
    z-index: 1000;
    border-radius: 50%;
}
.p_title{
    text-align: center;
    font-size: 16px;
    color: #666;
}

.prize{
    position: relative;
}
.yujing{
    position: absolute;
    bottom: 40%;
    right: 0;
}