body{
    margin: auto;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.clos{
    width: 30px;
    position: relative;
    left: 85%;
    top: 15px;
}
.bg-pos-r{
    position: relative;
}
.turnable-box{
    position: absolute;
    top: 15.8rem;
    width: 100%;
    
}
.btn-active{
    position: absolute;
    top: 30rem;
    /* background: #fff; */
    width: 60%;
    height: 2rem;
    left: 20%;
}
.turnable-box 
.atten{
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
}
.nosubmit{
    position: absolute;
    top: 28%;
    background: #fff;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    display: none;
}
.mask{
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,.5);
    display: none;
}
.inputBox{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.inputBox .td-cr{
    width: 80%;
    margin-bottom: 10px;
}
.inputBox .td-cr select{
    width: 103%;
    height: 40px;
    outline: none;
    -webkit-outline:none
}
.err{
    color: red;
    margin: 5px auto;
    /* display: none; */
}
.inputInf{
    height: 30px;
    width: 100%;
    outline: none;
    -ewbkit-outline:none;
    border: 1px solid #8b8b8b;
    border-radius: 5px;
    
}
.allBtn{
    border: none;
    color: #ffffff;
    background: #F7B30F;
    display: block;
    font-weight: bold;
    text-align: center;
    min-width: 140px;
    cursor: pointer;
    margin: 15px auto;
    border-radius: 12px;
    height: 40px;
    font-size: 23px;
}
.success p,.error p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.prize{
    display: flex;
    flex-flow: column;
    text-align: center;
}
.Echo_prize{
    width: 50%;
}
i{
    font-style: inherit;
}
.success,.error{
    display: none;
}
.new {
    width: 100%;
    border: 1px solid #CCC;
    display: none;
    background: #ffffff;
    flex-flow: column;
    font-size: 1rem;
    max-height: 155px;
    overflow: auto;
    margin: auto !important;
    text-align: left;
    padding: unset;
}
.new li {
    list-style: none;
    line-height: 30px;
    padding-left: 5px;
    border-bottom: 1px solid #999;
}
.tusi{
    position: fixed;
    /* display: flex; */
    display: none;
    justify-content: center;
    top: 300px;
    width: 100%;
    z-index: 1000;
  }
  .tusi span{
    position: relative;
    /* height: 35px; */
    /* line-height: 35px; */
    max-width: 80%;
    background: rgba(0,0,0,.8);
    color: #fff;
    font-size: 14px;
    padding:20px 20px;
    border-radius: 30px;
    margin: 0 auto;
    white-space: pre-wrap;
    text-align: center;
  }


  .round-bg {
    position: absolute;
    width: 86%;
    top: 385px;
    transform: translate(-50%, 0);
  }
  .turntable-img {
    position: absolute;
    width:13.01rem;
    left: 50%;
    margin-left: -6.5rem;
    /* width: calc(86% - 95px);
    left: calc(7% + 47px); */
    transition: all 4s;
    transform:rotate(15deg)
    

  }
  .pointer-img {
    position: absolute;
    width: 16%;
    left: 50%;
    /* margin-left: -8%; */
    top: 78px;
    /* top: 610px; */
    transform: translate(-50%, 0);
    cursor: pointer;
  }
  .disabled-click {
    pointer-events: none;
  }
/* 第二次活动，收集信息 */
.bg-pos-r a{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -23.415vw;
    top: 93.3611vw;
    width: 46.8333vw;
    height: 10.1667vw;
    /* background: #000; */

}