
html{
    font-size: 100px;
}
ul {
    list-style: none; /* 移除列表项前的符号 */
    padding-left: 0;  /* 去除默认的内边距 */
    margin: 0;        /* 去除默认的外边距 */
  }
   
  ul li {
    padding: 0;       /* 去除列表项的内边距 */
    margin: 0;        /* 去除列表项的外边距 */
  }
.fl{
    float: left;
}
.clear{
    clear: both;
}
.inbox{
    display:inline-block
}
body{margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    font-size: .12rem;
}
.head_title{
    text-align: center;
}
.ctrl_l{
    width: 20%;
}
.ctrl_r{
    width: 20%;
}
.ctrl_cont{
    width: 70%;
    margin: 10% auto 0;
    background: url('./yuan_w.png') no-repeat top center;
}
.ctrl_left,.ctrl_right{
    width: 20%;
}
.ctrl_r img,.ctrl_l img{
    width: 75%;
    padding-bottom: 175%;
}
.ctrl_top img,.ctrl_bottom img{
    width: 40%;
    padding: 15% 0;
}
.ctrl_main{
    text-align: center;
}
.tab_btn{
    margin: 10% 0;
}
.btn_left{
    float: left;
    margin-left: 20px;
}
.btn_right{
    float:right;
    margin-right: 20px;
}
.sb_t{
    padding: 20px 0;
}
.sbtn{
    text-align: center;
    background: #fff;
    width: 44%;
    padding: 15px 25px;
    border-radius: 30px;
}

.menu_cont{
    width: 95%;
    margin: auto;
    background-color: #fff;
}
.menu_list .dr{
    border-bottom: 1px solid #eee;
}
.menu_list li{
    width: 32.2%;
    padding: 13px 0;
    margin: auto;
    display: inline-block;
    text-align: center;
}


.bottom-bar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: .5rem; /* 根据需要调整高度 */
    background-color: #ffffff;
    border-top: .01rem #d8d8d8 solid;
}
   
.bottom-bar-item {
    color: #d5d5d5;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bottom-bar-acv{
    color: #23C0BD;
}

.bottom-bar-item i {
font-size: 20px; /* 根据使用的图标字体大小调整 */
}

.bottom-bar-item span {
margin-top: 5px; /* 调整文字与图标的间隔 */
font-size: 12px;
}

header{
    height: .5rem;
    position: relative;
}
header .title{
    font-size: .14rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .1rem;
}
header .icon img{
    height: .12rem;
}
header .left--icon{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
header .right--icon{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.hidden{
    overflow: hidden;
}

/** flex 布局  **/
.flex--x,
.flex--y {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex--y {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.flex--item {
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    position: relative;
}

/** flex 布局 end  **/

.main--body{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.bar--box{
    padding: .2rem 0 .24rem;
}
.bar--box .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bar--box .item span{
    width: .68rem;
    height: .36rem;
    background-color: #ffffff;
    border-radius: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bar--box .item span img{
    height: .18rem;
}

.radio--box{}
.radio--box .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio--box .item span{
    width: .6rem;
    height: .6rem;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #D8D8D8;
}
.radio--box.fnsm{
    padding: 0 .4rem;
}
.radio--box.fnsm .item span{
    font-size: .12rem;
}

.big--con{
    width: 2rem;
    height: 2rem;
    position: relative;
    margin: 1em auto;
    padding: 0;
    border-radius: 100%;
    list-style: none;
    overflow: hidden;
    transform: rotate(0deg)
}
.big--con .pie{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
    border: .005rem solid #f7f7f7;
    background: #ffffff;
}
.slice-1 {
    transform: rotate(0deg) skewY(-30deg);
}
.slice-2 {
    transform: rotate(60deg) skewY(-30deg);
}
.slice-3 {
    transform: rotate(120deg) skewY(-30deg);
}
.slice-4 {
    transform: rotate(180deg) skewY(-30deg);
}
.slice-5 {
    transform: rotate(240deg) skewY(-30deg);
}
.slice-6 {
    transform: rotate(300deg) skewY(-30deg);
}
.big--con .acv,.radio--box .acv{
    background-color: #23C0BD !important;
}
.big--con .pie span{
    width: .2rem;
    display: inline-block;
    transform: rotate(0deg) skewY(30deg);
    text-align: center;
    position: fixed;
    top: 0.5rem;
    left: 0.25rem;
}
.big--con .yx{
    width: .9rem;
    height: .9rem;
    border-radius: 100%;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: absolute;
    left: .55rem;
    top: .55rem;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
}

.add--box{}
.add--box .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.add--box .item span{
    width: .68rem;
    height: .36rem;
    background-color: #23C0BD;
    border-radius: .18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #ffffff;
    line-height: 1;
    margin: .15rem 0 .25rem;
}