*{
    margin: 0;
    padding: 0;
}
.box{
    width: 100%;
    padding: 20px;

    height: 100vh;
    overflow: auto;
    box-sizing: border-box;
    background: #F8F8F9;

    /*margin-top: 40px;*/
}
.banner{
    width: 100%;
    border-radius: 8px;
}
.indexTypeSpan{
    text-align: center;
    font-size: 12px;
    line-height: 30px;


}
.indexTypeImg{
    height: 40px;
    display: block;
}
.indexTypeItem{
    width:25%;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.indexType{
    width: 100%;
    display: flex;
    border-radius: 7px;
    background: #fff;
    padding: 6px 0px;
}
.httpImg{
    display: none;
}
.hotTitleImg{
    width: 20px;
    height: 20px;
    display: block;
}
.hotTitle{
    display: flex;
    justify-content: space-between;
    padding: 18px 0px;
}
.hotTitle > span{
    color:#AEB2C1;
    font-size: 14px;
}
.hotTitleLeft{
    display: flex;
    align-items: center;
}
.hotTitleImg{
    width: 20px;
    height: 20px;
    display: block;
}
.hotContent{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
}
.hotContentItem{
    width: 30.333%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    margin: 0px 1.5%;
}
.hotContentItem > img{
    display: block;
    width: 100%;
    height: 178px;
    object-fit: cover;
    border-radius: 7px;
}
a{
    text-decoration: none;
    color: #000;
}
.hotContentItem > span{
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hotContentItemPhb{
    width: 30.333%;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    margin: 0px 1.5%;

}
.changeLangCon{

}
.hotContentItemPhb > img{
    display: block;
    width: 100%;
    height: 178px;

    border-radius: 7px;
}
.hotContentItemPhb > span{
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body{
    background: transparent;
    height: 100vh;
    padding-top: 80px;

    overflow: hidden;
    box-sizing: border-box;
}



.hotContentItemRb{
    width: 30.333%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 8px;
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.langImgBox > img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.hotContentItemRb > img{
    display: block;
    width: 100%;
    height: 178px;
    object-fit: cover;
    border-radius: 7px;
}
.hotContentItemRb > span{
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.logBox{
    width: 100%;
    margin:auto;
    box-shadow: 0px 0px 10px #ccc;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 30px;
}
.logItem{
    display: flex;
    justify-content: space-between;
    line-height: 45px;
}
.logText{
    font-weight: bold;
}
.logText1{
    color:#aaa;
    font-size: 14px;
}
.zhuijuBox{
    padding: 20px;
}
.selectLang{
    width: 100%;
    background-color: rgb(154, 213, 25);
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    display: none;
    margin-top: 10px;
}
.zhuiConItem{
    width: 100%;
    display: flex;
    margin-top: 10px;
    visibility: visible;
}
.zhuiConImg{
    height:100px;
    width:75px;
    display: block;
}
.zhuiRight{
    width: 1px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 18px;
    box-sizing: border-box;
    justify-content: space-around;
}
.zhuiName{
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
.zhuiJi{
    font-size: 14px;
    color: #FF6600;
    line-height: 24px;
}
.zhuiWj{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zhuiWj > a{
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    background: #FF6600;
    color: #FFFFFF;
}
.continue{
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    background: #FF6600;
    color: #FFFFFF;
}
.zhuiWj > span{
    font-size: 12px;
    color: #aaa;

}
.centerHead{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.centerHeadLeft{
    display: flex;
    align-items: center;
}
.centerRight{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}
.centerRightTop{
    line-height: 30px;
}
.centerRightBottom{
    font-size: 14px;
    line-height: 26px;
    color: #aaa;
}
.avatar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.sz{
    width:30px;
    height: 30px;
    animation: rotate 3s linear infinite;
}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.setcon{
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
}
.setConItem{
    padding: 10px;
    box-sizing: border-box;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setConItem  img{
    height:20px;
}
/*::-webkit-scrollbar-thumb{*/
/*    width: 16px;*/
/*}*/
.buttonBox{
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fb603d;
    background-color: #fff;
    margin-top: 10px;
}
.hotScrollBox{
    min-height: 30px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.hotScrollBox1{
    width: 100%;
    min-height: 30rpx;
    position: relative;
    display: flex;
    flex: 0 0 auto;
    user-select: none;
    flex-wrap: wrap;
    align-items: flex-start;
}
.grzlBox{
    border-radius: 6px;
    background-color: #fff;
}
.grzlConRight{
    display: flex;
    color: #aaa;
    align-items: center;
}
.zimu{
    font-size:20px;
    line-height: 30px;
    position: fixed;
    width:80%;
    left:10%;
    top:72%;
    color:#fff;
    text-align: center;
    z-index: 11111;
    text-shadow: -2px -2px 2px #000;
    /*-webkit-text-stroke: 1px #000;*/
}
.zimuText{

}
.changeLangItem{
    /*width:40px;*/
    line-height: 40px;
    background-color: #fff;
    color: #555;
    border-top:1px solid #ddd;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.changeLangItem > span{
    line-height: 10px !important;
    font-size: 14px;
    color: #fff;
}
.video{
    width: 100%;
    height: 100vh;
    display: block;
    z-index: 1;
}
.boxVideo{
    height: 100vh;
    flex:1;
    position: relative;
    background-color: #000;
}
.videoPlay{
    width:40px;
    height:40px;
    position: absolute;
    left:calc(50% - 20px);
    top:calc(50% - 20px);
    z-index: 99;
    display:none;
}
.videoButtonBox{
    display: flex;
    position: fixed;
    width:80%;
    left: 10%;
    justify-content: space-between;
    bottom: 10%;
    opacity: 0.4;
    z-index: 100;
}

.videoButtonItem{
    display: flex;
    flex-direction: column;
    align-items: center;
}
body {
    touch-action: pan-x pan-y;

}
.videoButtonItem > img{
    width:30px;
    height:30px;
    display: block;
}
.videoButtonItem > span{
    color: #fff;
    font-size: 14px;
}
.boxVideoBoxBox{
    width: 100%;
    height: 100vh;
    /*overflow-y:scroll;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.boxVideoBox{
    width: 100%;
    height: 300vh;
    position: relative;
    display: flex;
    flex-direction: column;
}
.videoName{
    width: 100%;

    height: 40px;
}
/* 全局调整所有图标大小 */
.plyr__control svg {
    width: 18px;  /* 默认 24px */
    height: 18px;  /* 默认 24px */
}

/* 单独调整音量图标 */
.plyr__volume svg {
    width: 20px;
    height: 20px;
}

/* 调整进度条高度 */
.plyr__progress {
    --plyr-range-height: 6px;  /* 默认 8px */
}
.plyr__controls {
    position: absolute;
    --plyr-control-spacing: 8px;
    min-height: 20px;
}
.buyBox{
    width: 100%;
    height: 30%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding:10px 20px;
    box-sizing: border-box;
    z-index: 911119;
}
.TelegramWebAppHeader {
    display: none !important;
}
.buyLine{
    display: flex;
    height: 40px;
    align-items: center;
    flex: 1;
}
.buyName{
    line-height: 30px;
    font-weight: bold;
}
.buyPriceJ{
    font-size: 13px;
    line-height: 20px;
    color: red;
}
.buyPricePt{
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
}
.buyBoxContent{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 20px;
}
.boyBottom{
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}
.buyPayButton{
    width:80%;
    background: rgb(0, 198, 87);
    line-height: 40px;
    height: 40px;
    border: none;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
.buyBoxCon1Bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.buyBoxCon1BottomLeft{
    display: flex;
    align-items: center;
}
.buyBoxCon1BottomLeft > img{
    height: 30px;
    display: block;
}
.buyYes{
    height: 20px;
    display: block;
}
.yuePay{
    margin-left: 10px;
}
.buyBoxCon1{
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.buyPayPrice{
    color:orange;
    display: flex;
    align-items: center;
}
.buyBoxHeadRight{
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 4%;
    padding: 10px;
    box-sizing: border-box;
}
.buyBoxHeadImg{
    width: 30%;
    display: block;
}
.buyBoxHead{
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
}
.editNickName > input{
    border:none;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    font-size: 20px;
}
.editNickNameButton{
    background-color: rgb(225, 117, 3) !important;
    color:#fff !important;
}
.editButton{
    width: 100%;
    height: 40px;
    border: none;
    background-color: rgb(153, 153, 153);
    color: hsla(0,0%,100%,.6);
    border-radius: 5px;
    margin-top: 15px;
}
.editSelect{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.selectItem{
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    color: #000;
}
.quxiao{
    margin-top: 10px;
}
.editSelectBox{
    width: 100%;
    height:100vh;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.5);
    display: none;
    overflow: hidden;
}
.selectItemBox{
    border-radius: 10px;
    overflow: hidden;
}
.quxiao{
    width: 100%;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    color: #000;
}
.myCon1{
    width:100%;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 50px;

}
.myConBox{
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;

}
.myCon1Con{
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
    box-sizing: border-box;
    align-items: center;
}
.myCon1ConRight{
    width:58%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.myCon1ConRight > span{
    font-size: 12px;
    font-weight: bold;
}
.groupName{
    width: 30%;
}
.avImg{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.myCon1Con > .groupName{
    border-radius: 13px;
    line-height: 16px;
    padding: 5px 5px;
    box-sizing: border-box;
    color: #aaa;
    font-size: 12px;
    display: flex;
    align-items: center;
    width:33%;
}
.myCon1ConRight > img{
    height:20px;
    margin-left: 5px;
}
.centerLeft{
    position: relative;
}
.vip1{
    position: absolute;
    width:20px;
    height:20px;
    left:calc(50% - 10px);
    top:-10px;
}
.myCon1Con1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    box-sizing: border-box;
    align-items: center;
    margin-top: 20px;
}
.myTop{
    color: #aaa;
    text-align: center;
    font-size: 12px;
}
.myBottom{
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.myCon1Con1Item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.myCon1Con2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.myCon1Con2Item{
    display: flex;
}
.myCon1Con2Item1{
    border-radius: 50%;
    background-color:rgb(0, 198, 87) ;
    padding: 10px;
}
.erweima{
    height: 20px;
}
.myCon2Button{
    width: 104px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}
.myCon2Button:first-child{
    background-color: rgb(0, 198, 87);
}
.myCon2Button:last-child{
    border:1px solid rgb(0, 198, 87);
    box-sizing: border-box;
    margin-left: 10px;
    color:rgb(0, 198, 87);
}
.myBottomBottom{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.myBottomItem{
    display: flex;
    background-color: #fff;
    border-radius: 17px;
    padding: 12px 10px;
    align-items: center;
    width:46%;
    margin: 0px 2%;
}
.myBottomItem > img{
    height:40px;
    position: relative;
    top:2px;
}
.myBottomItem > span{
    margin-left: 10px;
    font-size: 13px;
}
.huiyuankaHead{
    width: 100%;
    height: 240px;
    background-image: url('../static/icon/huiyuankabg.png');
    background-size: 100% 100%;
    overflow: visible;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
}
.huiyuankaHeadHead{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;


}
.huiyuankaHeadHead > img{

}
.avBox{
    width:60px;
    height:60px;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lavelBox{
    border:1px solid #fff;
    line-height: 20px;
    border-radius: 13px;
    font-size: 12px;
    padding: 3px 5px;
    box-sizing: border-box;
    margin-top: 8px;
}
.avhead1{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nowLevel{
    color: #fff;
}
.huiyuanka1{
    width:90%;
    height: 140px;
    background-image: url('../static/icon/huiyuankabg1.png');
    border-radius: 15px;
    background-size: 100% 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

}
.huiyuanka1Title{
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
.huiyuanka1Title1{
    height: 40px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    line-height: 40px;
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
}
.huiyuankaContent{
    width: 90%;
    margin-left: 5%;
    background-color: #fff;
    border-radius: 10px;
}
.huiyuankaContentTitle{
    line-height: 30px;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}
.huiyuankaContentCon{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}
.huiyuankaContentCon1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center;
}
.huiyuankaConItem{
    width: 100%;
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.huiyuankaConItemVipTop{
    width: 70%;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    justify-content: center;
    padding:20px 20px;
    box-sizing: border-box;
    margin-top: 10px;


}
.huiyuankaConItemVipTop > span{
    display: flex;
    align-items: center;
}
.huiyuankaConItem > img{
    height:40px;
    width: 40px;
}
.huiyuanItemRight{
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    align-items: flex-start;
}
.remarkText{
    line-height: 30px;
    color: red;
}
.huiyuanItemRight > span:first-child{
    font-weight: bold;
    color:#333;
    font-size: 18px;
    line-height: 26px;
}
.huiyuanItemRight > span:last-child {
    color: #aaa;
    font-size: 16px;
    line-height: 26px;

}
.huiyuanItemRight > input{
   transform: scale(1.3);
    background-color: green;
}
.confirm{
    width: 90%;
    border-radius: 15px;
    background-color: rgb(0, 198, 87);
    position: fixed;
    bottom:10px;
    left:5%;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    z-index:100000;
}
.yueConItem{
    width: 90%;
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.yueConItem > span{
    font-weight: bold;
}
.yueConItemLeft{
    display: flex;
    flex-direction: column;
}
.yueConItemLeft > span:first-child{
    color: #444;
    line-height: 30px;
}
.yueConItemLeft > span:last-child{
    color: #aaa;
    font-size: 14px;
}
.fanyi{
    visibility: hidden;
}
.czHead{
    width: 100%;
    position: relative;
}
.czHead > img{
    display: block;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    z-index:90;
}
.czHeadPosition{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    padding-left: 20px;
    box-sizing: border-box;
    color: white;
}
.nowYueText{
    line-height: 60px;
    display: block;
    width: 100%;
}
.nowYue{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.nowYue1{
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
}
.yueMx{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.right1{
    display: block;
    height:26px;

}
.yueTitle{
    font-weight: bold;
    font-size: 14px;
}
.zdy > input{
    width: 100%;
    height:50px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 10px;
    text-align: center;
    color:#aaa;
}
.zdy{
    margin-top: 20px;

}
.tixian{
    border-radius: 10px;
    background-color: #fff;
    padding: 5px 20px;
    box-sizing: border-box;
}
.tixianInputItem{
    display: flex;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.tixianMoney{
    width: 100%;
    flex:1;
    line-height: 40px;
    border:none;
    outline: none;
    font-size: 18px;
    padding-left:5px;
    box-sizing: border-box;
}

.tixianRemark{
    color: red;
    font-size: 14px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.tijiao{
    width: 100%;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    background-color: #007AFF;
    border-radius: 10px;
    border:none;
    color: #fff;
    font-size: 20px;
}
.erweimaHead{
    width: 100%;
    position: relative;
}
.erweimaImg{
    width: 90%;
    margin-left: 5%;
    object-fit: cover;
}
.erweimaBottomItem{
    height:100px;
    margin-right: 10px;
}
.erweimaBottom{
    overflow-x: auto;
    display: flex;
    margin-top: 10px;
    width: 100%;
    align-items: center;
    flex: 1;
}
.erweimaBottom1::-webkit-scrollbar {
    display: none;
}
.erweimaImgBox{
    width:86%;
    margin-left: 7%;
    border-radius: 7px;
    background-color: rgba(100,100,100,0.8);
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    bottom:30px;
    align-items: center;
}

.saveButton{
    position: absolute;
    right: 26px;
    top:6px;
    padding: 6px 10px;
    box-sizing: border-box;
    color: #555;
    background: rgba(200,220,222,0.9);
    border-radius: 10px;
    z-index: 100000;
    box-shadow: 0px 0px 5px #ddd;
}
.erweimaLeft{
    display: flex;
    flex-direction: column;
    width: 63%;
}
*::-webkit-scrollbar {
    display: none;
}
.erweimaBottom1{
    display: flex;
    width: 1000px;
    align-items: center;
}
.erweimaBottom1Box{
    width:100%;
    overflow-x: scroll;
    white-space: normal;
    margin-top: 16px;
}
.erweimaBottomImg{
    width:50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    flex: 0;
    flex-basis: 50px;

}
.erweimaBottomRight{
    display: flex;

    width:calc(100% - 60px);
    flex-direction: column;
    padding: 7px;
    white-space: wrap;

    box-sizing: border-box;
}
.erweimaRight{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.erweimaRight > canvas{
    width:80px;
    height: 80px;
    margin-top: 10px;
}
.shareRed{
    padding: 3px 17px;
    background-color: rgb(255,0,0);
    border-radius: 6px;
    color: #fff;
}
.myGroupHead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.myGroupContent{
    width:20%;
    display: flex;
    flex-wrap: wrap;
}
.myGroupContentItem{
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.myGroupContentItem > img{
    height:40px;
    width: 40px;
    border-radius: 50%;
    box-sizing: border-box;
}
.orderCon{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.orderConItem{
    width: 100%;
    display: flex;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    align-items: center;
}
.orderConItemLeft{
    width:80%;
    display: flex;
    flex-direction: column;
}
.orderConItemRight{
    font-weight: bold;
}
.toast{
    width:300px;
    position: fixed;
    left:calc(50% - 150px);
    top:240px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.toasstTop{
    text-align: center;
    line-height: 70px;
}
.toastHead{
    display: flex;
    flex-direction: column;
}
.toastTitle{
    text-align: center;
    line-height: 30px;
}
.toastBox{
     width: 100vw;
     height: 100vh;
     background-color: rgba(0,0,0,0.4);
     position: fixed;
     display: none;
    z-index: 10000000;
 }
.toastBox1{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
    position: relative;
    display: none;
}
.toastButtonBox{
    display: flex;
    justify-content: space-around;
}
.toastButtonBox > button{
    width:50%;
    height:40px;
    border:none;
    text-align: center;
    line-height:40px;
    background-color: #fff;
}
.toastButtonBox > a{
    width:50%;
    height:40px;
    border:none;
    text-align: center;
    line-height:40px;
    background-color: #fff;
    display: block;
}
.avboxlr{
    width:24%;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.yueBottom{
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #aaa;
    display: none;
}
.langImgBox{
    overflow: hidden;
}
.changLangHead{
    position: relative;
    text-align: center;
    line-height: 50px;

}
.bottomPopBox{
    width:100%;
    height:60%;
    position: fixed;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    display: none;
    overflow: scroll;
    z-index: 1200110;
    flex-direction: column;

}
.bottomPopBoxHead{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    background-color: #000;
    align-items: center;
}
.bottomPopBoxHeadLeft{
    display: flex;
    align-items: center;
}
.bottomPopBoxHeadLeft > span{
    color:#fff;
    margin-left:8px;
}
.bottomPopBoxHeadLeft > img{
    height: 30px;
    display: block;
}
.xia{
    height:20px;
}
.bottomPopBoxContent{
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    height: 100%;
    z-index: 12000;

}
.bottomPopItem{
    margin-top: 15px;
    display: none;
    width: 19%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    flex-direction: column;
    align-items: center;
}

.bottomPopItem > img{
    height:100px;
    display: block;
    width:100%;
    object-fit: cover;
}
.bottomPopItemRight{
    width: 100%;
    text-align: center;
}

.bottomPopItemRight > span{
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.disScroll{
    pointer-events: none;
}