[v-cloak] {
    opacity: 0 !important;
}

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    background: #3AA73E !important;
    border-radius: 40px !important;
    color: #FFFFFF !important;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 30px !important;
    font-size: 14px !important;
    margin: 0px 5px !important;
}

a:focus {
    outline: none;
    -moz-outline: none;
}


#appvue {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.upload_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1920px;

}

/*****气泡******/
.logintop {
    margin-top: -28px !important;
}

.qipaobox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tip {
    float: left;
    position: relative;
    background: #3AA73E;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    /*   box-shadow: 0px 0px 10px 2px #c8ced3;*/
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    z-index: 99;
    right: -30px;
}

.tip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid rgba(0, 0, 0, 0);
}

.top:after {
    border-bottom-color: #3AA73E;
    left: 77%;
    bottom: 100%;
    margin-left: 0px;
}

.upload_contain {
    width: 100%;
    background: linear-gradient(-90deg, rgba(58, 167, 62, 0.36) 0%, rgba(199, 222, 144, 0.36) 48%, rgba(156, 197, 29, 0.36) 100%);

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
    padding: 35px 0px;


}


.upload_contain1 {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
    padding: 35px 0px;
    max-width: 1200px;


}

.upload_contain2 {
    width: 100%;
    /* margin: 0% 5%;*/
    padding: 70px 0px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    margin-top: 30px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 20px;
    max-width: 1200px;

}


.nofilebox {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


.labelbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.labelbox:hover {
    cursor: pointer;
}

.upload_header_title {
    width: 100%;
    text-align: center;
    /*font-family: Microsoft YaHei;*/
    font-family: FZY4JW--GB1;
    font-weight: normal;
    font-size: 42px;
    coolor: #4A4A4A;
    line-height: 70px;
    margin-bottom: 10px;
}

.upload_header_title_green {
    color: #16951C;
}

.upload_header_imgbox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.upload_header_img {
    width: 420px;
    height: auto !important;
    margin-top: 30px;
}

.upload_header_img_phone {
    width: 55% !important;
    height: auto !important;
    margin-top: 20px;
}


.upload_fileDrop_text {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
    color: #767676;
    line-height: 40px;
    margin-top: 20px;
}


.upload_apkimg {
    width: 280px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
}

.upload_btnapkbox {
    width: 298px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: url("../images/pcuploadbg.png");
    background-size: cover;
    /*    background: linear-gradient(#7cd74b, #2c942f);
        box-shadow: 5px 5px 5px rgba(124, 220, 73, 0.2),
        5px -5px 5px rgba(124, 220, 73, 0.2),
        -5px 5px 5px rgba(124, 220, 73, 0.2),
        -5px -5px 5px rgba(124, 220, 73, 0.2);*/

}

.upload_cloundimg {
    width: 35px;
    height: auto;
    margin-right: 10px;
    margin-top: -10px;
}

.upload_btnapkbox_text {
    font-size: 20px;
    margin-top: -10px;
    color: #ffffff;

}

.upload_maxsize {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    line-height: 20px;
    margin-top: -10px;
}


.upload_tishi {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: red;
    line-height: 30px;

}

.upload_tishi_green {
    color: #18951D !important;
}


/*****弹窗提示*****/
.msgbox {
    padding: 10px 40px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999999;
    top: 45%;
    max-width: 60%;
    font-size: 24px;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
}

/*******上传中********/
.file-name1 {
    width: 90%;
    padding: 0 5%;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.file-name {
    width: 92%;
    padding: 0 4%;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.progress_box {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: relative;
    margin: 20px;
    background: #e8e8e8;
}

.circle-right, .circle-left, .mask-right, .mask-left {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-right, .circle-left {
    background: #3AA73E;

}

.mask-right, .mask-left {
    background: #e8e8e8;
}

.circle-right, .mask-right {
    clip: rect(0, 90px, 90px, 45px);
}

.circle-left, .mask-left {
    clip: rect(0, 45px, 90px, 0);
}

.circle-text {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    color: #000000;
    border-radius: 100%;
    background: #fdfdfd;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 600;
}

.upload_loadingbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.upload_loading {
    position: relative;
    width: 100px;
    height: 100px;
    border: 7px solid #40a842;
    border-top-color: #b1dbb1;
    border-right-color: #b1dbb1;
    border-bottom-color: #b1dbb1;
    border-radius: 100%;
    animation: circle infinite 0.95s linear;
    margin-bottom: 20px;

}

.upload_loading_number {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-left: -100px;
    margin-top: -20px;
    color: #4A4A4A;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}


.progress_num {
    color: #3AA73E;
}

/******上传成功*******/
.upload_success_text {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #4B4B4B;
    line-height: 45px;
    margin-bottom: 30px;

}


.codebox {
    width: 80%;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*  background: red;*/

}

.code_item {
    width: 120px;
    line-height: 112px;
    height: 120px;
    text-align: center;
    font-size: 55px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    background-image: url("../images/codebg.png");
    background-size: cover;
    margin: 0px 5px;

}

.code_text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF4D4D;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bell_icon {
    width: 16px;
    height: auto;
    margin-right: 10px;
}

.upload_apkboxinfo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.upload_apkbox {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E5F2E3;
    border-radius: 8px;
    padding: 12px 20px;

}

.upload_apk_icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.upload_apkname {
    font-family: Source Han Sans SC;
    font-size: 20px;
    font-weight: 600;
    color: #242830;
    margin-left: 4px;
}

.upload_apkversion {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #767676;
    margin-left: 20px;
}


.apk_name {
    width: 80%;
    margin: 20px 10%;
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #9BA9B7;
    white-space: normal;
    word-break: break-word;
    text-align: center;
}


.resumebtnbox {
    padding: 12px 0px;
    background: rgba(197, 228, 194, 0.5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 20px;
    min-width: 90px;

}

.resumebtnbox_gray {
    background: rgba(208, 208, 208, 0.5);
}


.resumebtn_icon {
    width: 23px;
    height: auto;
    margin-right: 5px;
}

.resumebtn_icon2 {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.mark_icon {
    width: 30px;
    height: auto;
    margin-left: 10px;
    cursor: pointer;
}

.markbox {
    width: auto;

}

.showmark {
    width: 277px;
    height: auto;
    float: right;
    position: absolute;
    margin-top: -50px;
    margin-left: -80px;
}

.resumebtn {
    font-weight: 500;
    font-size: 16px;
    color: #2B932F;
}

.resumebtnbox_gray .resumebtn {
    color: #A5A5A5;
}


.upload_otherbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.upload_circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E5F2E3;
    border-radius: 50%;
    font-size: 20px;
    color: #2C9530;
    margin-right: 10px;

}

.upload_other_text {
    font-weight: 400;
    font-size: 22px;
    color: #309B34;
    margin-right: 10px;
}

.other-jian-icon {
    width: 37px;
    height: auto;
    margin-right: 15px;
    margin-left: 10px;
    text-align: center;

}


/******上传失败*****/
.apk_logo {
    width: 70px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.upload_again {
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #3AA73E;
    border-radius: 8px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 20px;
}

.upload_again:hover {
    cursor: pointer;
}

.upload_error {
    width: 100%;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E02020;
    margin-top: 10px;

}

.uploadbtnbg {
    width: 100%;
    height: 658px;
    margin-top: 30px;
}

.downloadbox {
    width: 100%;
    height: 658px;
    /* background-color: rosybrown;*/
    margin-top: -658px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*    min-width: 1200px;*/
}

.downloadbtn_icon {
    width: 450px;
    height: auto;
}

.download_right {
    width: auto;
    height: auto;
    margin-left: 40px;

}

.apk_title_btn {
    width: 280px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 45px;
    font-size: 36px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
}

.apk_title {
    height: 62px;
    font-size: 44px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 62px;
    margin-top: 16px;
}

.apk_download {
    width: 650px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.apk_download_box {
    width: 288px;
    height: 88px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 38px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #3AA73E;
    margin-top: 60px;
    margin-right: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-top: 10px;

}

.apk_info_item {
    width: 100%;
    font-size: 15px;
    margin-top: 8px;
}


.apk_download_box:hover {
    cursor: pointer;
}


.apkinfo_box {
    width: auto;
    height: 50px;
    font-size: 20px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 20px;
}


/****付费****/
.apppostpone_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
    margin-bottom: 10px;
    max-width: 1140px;
}

.apppostpone_box_left {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    background: linear-gradient(-45deg, transparent 50px, #ffead5 0);
    font-size: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #FF942D;
    margin-right: -4%;
    padding-left: 1%;


}

.apppostpone_box_right {
    width: 17%;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(135deg, transparent 50px, #ff952f 0);
    margin-left: -3%;
    border-radius: 6px;
    text-align: center;
    padding-left: 5%;
    font-size: 20px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;

}

.pay_window {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;


}

.paymentbox {
    width: 1100px;
    height: auto;
    background: linear-gradient(to bottom, #BFEEC1 0%, #FFFFFF 35%);
    border-radius: 8px;

}

.pay_header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 600;
    color: #082100;
    text-align: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-top: 20px;

}

.pay_close {
    float: right;
    position: relative;
    margin-top: -68px;
    margin-right: 15px;
    width: 20px;
    cursor: pointer;
}

.payapk_name {
    width: 90%;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin-left: 5%;
}

.payapk_codebox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payapk_code_item {
    width: 90px;
    line-height: 85px;
    height: 90px;
    text-align: center;
    font-size: 40px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    background-image: url("../images/codebg.png");
    background-size: cover;
}

.postpone_numbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.postpone_xian {
    width: 220px;
    height: auto;
    margin: 0px 60px;
}

.postpone_num_text {
    font-weight: 400;
    font-size: 18px;
    color: #082100;
}

.postpone_num_icon {
    width: 22px;
    height: auto;
    margin: 0px 7px;
    cursor: pointer;
}

.postpone_num_num {
    width: 60px!important;
    height: 25px!important;
    line-height: 25px!important;
    background: rgba(177, 219, 177, 0.2)!important;
    border-radius: 5px;
    font-weight: 600!important;
    font-size: 18px!important;
    color: #3AA73E!important;
    text-align: center;
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
}
/* 隐藏输入框上下箭头 */
.postpone_num_num::-webkit-inner-spin-button,
.postpone_num_num::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 兼容Firefox */
.postpone_num_num[type=number] {
    -moz-appearance: textfield;
}
.pay_qrcode_box {
    width: 96%;
    padding: 15px 0px;
    border-radius: 8px 8px 8px 8px;
    margin-left: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

}

.pay_qrcode_state {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.paytopsize {
    margin-bottom: 50px;
}

.qrcode_imgbg {
    width: 200px;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 20px 0 #BFEEC1;
    border-radius: 20px;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrcode_img {
    width: 170px;
    height: 170px;
    background: white;
    /* margin: 10px 0px;*/
    /*border: solid 1px #18951D;*/
    /*  box-shadow: 0px 0px 20px 0 #BFEEC1;
      border-radius: 20px;*/


}

.addfitler {
    filter: blur(4px);
}

.qrcode_text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #4a4a4a;
}

.green_color {
    color: #3AA73E;
}

/*支付成功*/
.pay_sucess_icon {
    width: 80px;
    margin-top: 20px;

}

.pay_sucess_text {
    width: 100%;
    text-align: center;
    font-size: 21px;
    color: #242830;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pay_sucess_order {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #999999;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pay_sucess_order2 {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #999999;
    margin-bottom: 20px;
}

.pay_retry_btn {
    width: 170px;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    background: #18951D;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.agreementbox {
    width: 96%;
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.agreementbox_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #999999;
}

.agreement_icon {
    width: 20px;
    margin-right: 5px;
}

.agreementbox_right {
    font-size: 13px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    color: #E32B2B;
}

.pay_agree_title_img {
    float: left;
    position: absolute;
    margin-top: -62px;
    margin-left: -10px;
    z-index: 99;
    width: 150px;
    animation: move 0.8s ease-in-out infinite;
}

@keyframes move {
    0% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

/*********广场弹窗*************/
.plaza_window {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;


}

.plaza_containbox {
    width: 750px;
    height: 417px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.plaza_header_title {
    width: 100%;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #4A4A4A;
    height: 60px;
    line-height: 60px;
}

.plaza_btnbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.plaza_btncannel {
    width: 239px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    background: #CACACA;
    border-radius: 33px;
    margin-right: 25px;
    margin-left: 25px;
    cursor: pointer;
}

.plaza_gobtn {
    width: 239px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-family: PingFangSC;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    background: linear-gradient(to bottom, #67CB6C, #56AA5A);
    border-radius: 33px;
    margin-right: 25px;
    margin-left: 25px;
    cursor: pointer;
}

.plaza_header_titlebox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plaza_header_icon {
    width: 35px;
    height: auto;
    margin-right: 10px;
}

.plaza_header_title2 {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #4A4A4A;
}

.plaza_choosebox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.plaza_nochoose {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.plaza_choose_text {
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 26px;
    color: #AFAFB0;
}

.plaza_btnbox2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}

/*********广场弹窗*************/
.bathupload_window {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;


}

.bath_containbox {
    width: 650px;
    height: 317px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.bath_apkname {
    width: 600px;
    font-family: PingFangSC;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #4B4B4B;
    text-align: center;
}

.bathbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.bath_calbutton {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #CACACA;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.bath_button {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #3AA73E;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

/*********未登录弹窗*********/
.nologin_window{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.nolgoin_contain{
    width: 500px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 25px 50px 25px;
}
.nolgoin_contain2{
    width: 930px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 25px 50px 25px;
}
.nolgoin_closebox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nologin_close_img {
    width: 30px;
    height: auto;
    cursor: pointer;
}
.nologin_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.nologin_header_text{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #4A4A4A;
}
.nologin_header_text2{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: #4A4A4A;
    margin-top: 10px;
}
.nologin_header_text3{
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #4A4A4A;
    margin-top: -5px;
}
.nologin_gologinbtn {
    width: 188px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 25px;
    margin-top: 35px;
    background: linear-gradient(to bottom, #68ce6e, #56ab5a);
    cursor: pointer;
}

@media screen and (min-width: 1200px) {


}

/*****分享********/
.sharebox {
    width: 250px;
    height: 350px;
    background: white;
    float: right;
    position: absolute;
    margin-top: 180px;
    margin-right: 0px;
    margin-left: 900px;
    border-radius: 8px;
}

.share_contain {
    width: 250px;
    height: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

}

#qrcode {
    margin-top: 15px;
}

.share_scan {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #000000;
    border-bottom: solid 1px #efefef;
}

.share_appbox {
    width: 250px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.share_item {
    width: 70px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0px 0px;
    cursor: pointer;
}

.share_itemimg {
    width: 42px;
    height: auto;
}

.share_item_name {
    width: 70px;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    text-align: center;
}

.download_agreement {
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    color: #9B9B9B;
    max-width: 1200px;
}

/*******数量超出200弹窗********/
.apkexceed_window {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.apkexceed_contain {
    width: 550px;
    height: auto;
    padding-bottom: 30px;
    background: #FFFFFF;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.apkexceed_deletebox {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -100px;

}

.deleteapkexceed_icon {
    width: 20px;
    height: auto;
    cursor: pointer;

}

.apkexceed_title {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #4A4A4A;
    text-align: center;
    margin-top: 40px;
}

.apkexceed_green {
    color: #3FA943;
}

.apkexceed_title2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    font-family: PingFang SC;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #AFAFB0;
    margin-top: 26px;
}

.apkexceed_btn {
    width: 240px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 32px;
    background: linear-gradient(to bottom, #67CB6C, #56AA5A);
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 29px;
    color: #FFFFFF;
    margin-top: 44px;
    cursor: pointer;
}


@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .tip {
        right: 10px;
    }
}

/* 适应中等大小的屏幕 */
@media screen and (min-width: 601px) and (max-width: 1100px) {

    /* .upload_header_img{
         width: 30% !important;
         height: auto!important;
     }
 */
    .upload_header_img_phone {
        width: 40% !important;
        height: auto !important;
        margin-top: 20px;
    }



    .upload_contain{
        margin-top: 70px;
    }
    .upload_contain2 {
        width: 90%;
    }

    /* 在屏幕宽度在601px到900px之间时应用样式 */
    .apk_title {
        width: 400px;
        height: 80px;
        line-height: 40px;
        font-size: 34px;
        word-wrap: break-word;
    }


    .downloadbtn_icon {
        width: 350px;
    }

    .apkinfo_box {
        width: 330px;
        height: 60px;
        line-height: 30px;
        word-wrap: break-word;

    }

    .tv_header {
        width: 90%;
        font-size: 26px;
        line-height: 40px;
    }

    .code_item {
        width: 80px;
        height: 80px;
        line-height: 72px;
        font-size: 50px;
    }

    .apk_title_btn {
        width: 200px;
        font-size: 28px;
    }

    .apk_download {
        width: 400px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .apk_download_box {
        width: 240px;
        height: 75px;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    /*******手机版**********/
    .phone_upload_apkbox {
        width: 90%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #E2F1E0;
        border-radius: 8px;
        padding: 7px 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .phone_upload_apk_icon {
        width: 70px;
        height: 70px;
        border-radius: 15px;
        margin-right: 10px;
    }

    .phone_apkinfo_box {
        width: 80%;
        display: flex;
        /*  flex-wrap: wrap;*/
        justify-content: flex-start;
        align-content: center;
        align-items: center;

    }

    .phone_upload_apkname {
        width: auto;
        height: 40px;
        font-family: Source Han Sans SC;
        font-size: 24px;
        font-weight: 600;
        color: #4B4B4B;
        line-height: 40px;
        white-space: nowrap; /* 设置为单行 */
        overflow: hidden; /* 隐藏超出部分的内容 */
        text-overflow: ellipsis; /* 显示省略号 */
        margin-right: 15px;

    }

    .phone_upload_apkversion {
        width: auto;
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 15px;
        color: #767676;
        line-height: 40px;
        margin-right: 15px;
    }

    .resumebtnboxdiv {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .phone_resumebtnbox {
        padding: 8px 40px;
        background: rgba(197, 228, 194, 0.5);
        border-radius: 31px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: 30px;
        margin-right: 20px;
        margin-left: 20px;
    }

    .phone_resumebtn_icon {
        width: 30px;
        height: auto;
        margin-right: 5px;
    }

    .phone_resumebtn_icon2 {
        width: 25px;
        height: auto;
        margin-right: 5px;
    }


    .phone_resumebtn {
        font-weight: 600;
        font-size: 16px;
        color: #2C9530;
    }

    .apppostpone_box_left {
        width: 70%;
        height: 50px;
        line-height: 50px;
        border-radius: 6px;
        background: linear-gradient(-45deg, transparent 50px, #ffead5 0);
        font-size: 20px;
        font-family: Source Han Sans SC, Source Han Sans SC;
        font-weight: 500;
        color: #FF942D;
        margin-right: -4%;
        padding-left: 1%;


    }

    .apppostpone_box_right {
        width: 30%;
        height: 50px;
        line-height: 50px;
        background: linear-gradient(135deg, transparent 50px, #ff952f 0);
        margin-left: -7%;
        border-radius: 6px;
        text-align: center;
        padding-left: 5%;
        font-size: 20px;
        font-family: Source Han Sans SC, Source Han Sans SC;
        font-weight: 500;
        color: #FFFFFF;
        cursor: pointer;

    }

    .code_text {
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FF4D4D;
        line-height: 40px;
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tip {
        right: 10px;
    }

    /*********系统导航头*******/
    .systeminfobox {
        width: 100%;
        height: 70px;
        background: #ffffff;
        position: absolute;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 6%;
        top: -2px;
        border-top:solid 2px  #EEF9EF;
    }

    .systeminfoboxtop {
        position: fixed;
        top: 0px;
        z-index: 999;
        border: none;
    }

    .systeminfo_logo {
        width: 36px;
        height: 36px;

    }
    .systeminfo_center{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-left: 6%;
        width: 70%;
    }
    .systeminfo_text{
        font-family: PingFangSC;
        font-weight: 500;
        font-size: 16px;
        color: #4A4A4A;
        width: 100%;
        margin-top: 2px;
    }
    .systeminfo_text2{
        font-family:  PingFang SC;
        font-weight: 400;
        font-size:13px;
        color: #9F9F9F;
        margin-top: -2px;
    }
    .systeminfo_btn{
        width: 130px;
        height: 36px;
        color: #ffffff;
        text-align: center;
        line-height: 36px;
        border-radius: 18px;
        background: linear-gradient(0deg,#56AA5A, #67CB6C);
        font-family: PingFangSC;
        font-weight: 500;
        font-size: 15px;
        color: #FFFFFF;
    }


}


@media screen and (max-width: 600px) {
    /*  #appvue,#appvue2{
          background: #F5F6FA;
      }*/
    .upload_container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;


    }

    /******上传成功*******/
    .upload_success_text {
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #4B4B4B;
        line-height: 45px;
        margin-bottom: 30px;
        margin-top: 20px;

    }


    .msgbox {
        padding: 5px 20px;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 45%;
        z-index: 99999;
        max-width: 60%;
        font-size: 16px;
        color: #ffffff;
        border-radius: 10px;
        text-align: center;
    }

    .upload_contain {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 68px;
        padding: 60px 0px;


    }


    .upload_contain1 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;

        padding: 30px 0px;
        /*  height:700px;*/
        /*    min-width: 380px;*/

    }

    .upload_contain2 {
        width: 85%;
        margin-top: 20px;
        height: auto;
        margin-bottom: 20px;

        padding: 50px 0px;
        /*    min-width: 380px;*/

    }

    .upload_header_title {
        width: 100%;
        text-align: center;
        /*font-family: Microsoft YaHei;*/
        font-weight: normal;
        font-size: 42px;
        coolor: #4A4A4A;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .upload_fileDrop_text {
        width: 90%;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #767676;
        line-height: 30px;
        padding: 0% 5%;
        margin-top: 20px;


    }


    .upload_tishi {
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: red;
        line-height: 22px;
        margin-top: 5px;
    }


    /*******上传中********/
    .progress_box {
        width: 90px;
        height: 90px;
        border-radius: 100%;
        position: relative;
        margin: 10px auto;
        background: #e8e8e8;

    }


    .circle-right, .circle-left, .mask-right, .mask-left {
        width: 90px;
        height: 90px;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .circle-right, .mask-right {
        clip: rect(0, 90px, 90px, 45px);
    }

    .circle-left, .mask-left {
        clip: rect(0, 45px, 90px, 0);
    }

    .circle-text {
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 22px;
        color: #000000;
        border-radius: 100%;
        background: #fdfdfd;
        position: absolute;
        top: 10px;
        left: 10px;
        font-weight: 600;
    }


    .file-name1 {
        width: 90%;
        padding: 0 5%;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 20px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制显示的行数，这里设置为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* 当内容超出容器时显示省略号 */
    }

    .file-name2 {
        width: 90%;
        padding: 0 5%;
        font-size: 18px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #999999;
        line-height: 30px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;

    }

    .file-name {
        width: 90%;
        padding: 0 5%;
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 400;
        color: #999999;
        line-height: 22px;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* 限制显示的行数，这里设置为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* 当内容超出容器时显示省略号 */
    }


    /******上传成功*******/
    .tv_header {
        width: 90%;
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 600;
        color: #252D47;
        line-height: 30px;
        padding: 0 5%;

    }

    .phone_upload_apkbox {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #E2F1E0;
        border-radius: 8px;
        padding: 7px 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .phone_upload_apk_icon {
        width: 60px;
        height: 60px;
        border-radius: 15px !important;
        margin-right: 10px;
    }

    .phone_apkinfo_box {
        width: 65%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: center;

    }

    .phone_upload_apkname {
        width: 100%;
        height: 30px;
        font-family: Source Han Sans SC;
        font-size: 20px;
        font-weight: 600;
        color: #4B4B4B;
        line-height: 30px;
        white-space: nowrap; /* 设置为单行 */
        overflow: hidden; /* 隐藏超出部分的内容 */
        text-overflow: ellipsis; /* 显示省略号 */

    }

    .phone_upload_apkversion {
        width: auto;
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 12px;
        color: #767676;
        line-height: 18px;
        margin-right: 15px;
    }


    .apk_name {
        margin: 8px 0px;
        font-size: 14px;

    }


    .codebox {
        width: 90%;
        margin-left: -10px;
        margin-top: -10px;
    }

    .code_item {
        width: 80px;
        line-height: 75px;
        height: 80px;
        text-align: center;
        font-size: 40px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #ffffff;
        background-image: url("../images/codebg.png");
        background-size: cover;
        margin: 0px;
    }

    .bell_icon {
        width: 13px;
    }

    .code_text {
        width: 100%;
        text-align: center;
        font-size: 13px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FF4D4D;
        line-height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .resumebtn {
        font-size: 20px;
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
    }

    .upload_otherbox {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .upload_other_text {
        font-weight: 400;
        font-size: 16px;
        color: #309B34;
        margin-right: 5px;
    }

    .other-jian-icon {
        width: 30px;
        height: auto;
        margin-right: 10px;
        margin-left: 10px;
    }


    .resumebtnboxdiv {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;

    }

    .phone_resumebtnbox {
        padding: 8px 40px;
        background: rgba(197, 228, 194, 0.5);
        border-radius: 31px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .phone_resumebtnbox_gray {
        background: rgba(231, 231, 231, 0.5);
    }

    .phone_resumebtn_icon {
        width: 19px;
        height: auto;
        margin-right: 5px;
    }

    .phone_resumebtn_icon2 {
        width: 19px;
        height: auto;
        margin-right: 5px;
    }

    .phone_resumebtn {
        font-weight: 500;
        font-size: 14px;
        color: #2C9530;
        height: 20px;
        line-height: 21px;
    }

    .phone_resumebtnbox_gray .phone_resumebtn {
        color: #A5A5A5;
    }

    .longrange_text {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 12px;
        color: #E02020;
        text-align: center;

        font-weight: 600;
    }

    .apk_logo {
        width: 70px;
        height: auto;
        margin-bottom: 20px;
    }


    .upload_again {
        width: 160px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #3AA73E;
        border-radius: 8px;
        font-size: 20px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 10px;
    }

    .upload_error {
        width: 80%;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #E02020;
        margin-top: 10px;

    }

    .downloadbox {
        width: 100%;
        height: auto;
        /* background-color: rosybrown;*/
        margin-top: -320px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 380px;

    }

    .downloadbtn_icon {
        width: 0px;
        height: auto;
    }

    .download_right {
        width: 100%;
        height: auto;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

    }

    .apk_title_btn {
        width: 158px;
        height: 50px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 25px;
        font-size: 24px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 50px;
        text-align: center;
    }

    .apk_title {
        font-size: 26px;
        line-height: 30px;
        height: 30px;
        width: 100%;
        text-align: center;
    }

    .apk_download {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .apk_download_box {
        width: 158px;
        height: 60px;
        padding-top: 5px;
        background: #ffffff;
        line-height: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-radius: 12px;
        font-size: 26px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #3AA73E;
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 10px;


    }

    .apkinfo_box {
        width: auto;
        height: 25px;
        font-size: 14px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 25px;
        margin-top: 20px;
    }

    .apk_info_box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .apk_info_item {
        font-size: 12px;
        margin-top: 4px;
    }


    .gocommand {
        height: 70px;
        line-height: 70px;
        color: #ffcd5a;
        font-size: 18px;
        margin-top: 20px;
    }

    .gocommand span {
        text-decoration: underline;

    }

    .download_agreement {
        width: 86%;
        padding: 1% 0%;
        font-size: 14px;
        line-height: 22px;
        color: #9B9B9B;
        margin-top: 0px;
    }

    .apppostpone_box_left {
        width: 65%;
        height: 40px;
        line-height: 40px;
        border-radius: 6px;
        background: linear-gradient(-45deg, transparent 40px, #ffead5 0);
        font-size: 16px;
        font-family: Source Han Sans SC, Source Han Sans SC;
        font-weight: 500;
        color: #FF942D;
        margin-right: -12%;
        padding-left: 2%;


    }

    .apppostpone_box_right {
        width: 40%;
        height: 40px;
        line-height: 40px;
        background: linear-gradient(135deg, transparent 40px, #ff952f 0);
        margin-left: -7%;
        border-radius: 6px;
        text-align: center;
        padding-left: 10%;
        font-size: 16px;
        font-family: Source Han Sans SC, Source Han Sans SC;
        font-weight: 500;
        color: #FFFFFF;

    }


    /********广场弹窗**************/
    .plaza_containbox {
        width: 85%;
        height: 240px;
        background: #FFFFFF;
        border-radius: 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: -15%;
    }

    .plaza_header_title {
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 24px;
        color: #4A4A4A;
        height: 40px;
        line-height: 40px;
    }

    .plaza_btnbox {
        margin-top: 35px;
    }

    .plaza_header_icon {
        width: 26px;
    }

    .plaza_header_title2 {
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 24px;
        color: #4A4A4A;
    }

    .plaza_choosebox {
        margin-top: 25px;
    }

    .plaza_nochoose {
        width: 20px;
    }

    .plaza_choose_text {
        font-size: 18px;
    }

    .plaza_btnbox2 {
        margin-top: 30px;
    }

    .plaza_btncannel {
        width: 36%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        margin-left: 4%;
        margin-right: 4%;
        border-radius: 20px;
    }

    .plaza_gobtn {
        width: 36%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        margin-left: 4%;
        margin-right: 4%;
        border-radius: 20px;
    }

    /********批量上传错误提示弹窗*************/
    .bath_containbox {
        width: 85%;
        mine-height: 240px;
        background: #FFFFFF;
        border-radius: 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: -15%;
        padding: 20px 0px;
    }

    .bath_apkname {
        width: 90%;
        font-size: 16px;
        line-height: 25px;
    }

    .bathbox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .bath_calbutton {
        width: 90px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 15px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .bath_button {
        width: 135px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
        margin-top: 10px;
    }

    .upload_apkimg {
        width: 220px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .upload_maxsize {
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 12px;
        color: #767676;
        line-height: 20px;
        margin-top: 0px;
    }


    /*******数量超出200弹窗********/
    .apkexceed_window {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .apkexceed_contain {
        width: 94%;
        height: 300px;
        background: #FFFFFF;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-top: -50px;
    }

    .apkexceed_deletebox {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: -75px;

    }

    .deleteapkexceed_icon {
        width: 20px;
        height: auto;
        cursor: pointer;

    }

    .apkexceed_title {
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 21px;
        color: #4A4A4A;
        text-align: center;
        margin-top: 20px;
    }

    .apkexceed_green {
        color: #3FA943;
    }

    .apkexceed_title2 {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
        font-family: PingFang SC;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        color: #AFAFB0;
        margin-top: 26px;
    }

    .apkexceed_btn {
        width: 180px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        border-radius: 27px;
        background: linear-gradient(to bottom, #67CB6C, #56AA5A);
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 21px;
        color: #FFFFFF;
        margin-top: 34px;
        cursor: pointer;
    }

    /*********系统导航头*******/
    .systeminfobox {
        width: 100%;
        height: 70px;
        background: #ffffff;
        position: absolute;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5%;
        top: -2px;
        border-top:solid 2px  #EEF9EF;
    }

    .systeminfoboxtop {
        position: fixed;
        top: 0px;
        z-index: 999;
        border:none;
    }

    .systeminfo_logo {
        width: 36px;
        height: 36px;

    }
    .systeminfo_center{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        margin-left: 3%;
    }
    .systeminfo_text{
        font-family: PingFangSC;
        font-weight: 600;
        font-size: 17px;
        color: #4A4A4A;
        margin-top: 2px;
    }
    .systeminfo_text2{
        font-family:  PingFang SC;
        font-weight: 400;
        font-size:12px;
        color: #9F9F9F;
        margin-top: -2px;
    }
    .systeminfo_btn{
        width: 130px;
        height: 36px;
        color: #ffffff;
        text-align: center;
        line-height: 36px;
        border-radius: 18px;
        background: linear-gradient(0deg,#56AA5A, #67CB6C);
        font-family: PingFangSC;
        font-weight: 500;
        font-size: 15px;
        color: #FFFFFF;
    }

    /**********未登录弹窗**********/
    .nolgoin_contain{
        width: 80%;
        height: auto !important;
        background: #FFFFFF;
        border-radius: 20px;
        padding: 20px 25px 20px 25px;
        margin-top: -100px;
    }
    .nolgoin_contain2{
        width: 80%;
        height: auto !important;
        background: #FFFFFF;
        border-radius: 20px;
        padding: 10px 20px 20px 20px;
        margin-top: -100px;
    }
    .nologin_close_img {
        width: 19px;
        height: auto;
        cursor: pointer;
        margin-top: 0px;
    }

    .nologin_header_text {
        font-weight: 600;
        font-size: 24px;
        line-height: 45px;
        color: #4A4A4A;
    }

    .nologin_header_text2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #4A4A4A;
        margin-top: 10px;
    }
    .nologin_header_text3 {
        font-weight: 600;
        font-size: 15px;
        line-height: 26px;
        color: #4A4A4A;
        margin-top: -3px;
    }
    .nologin_gologinbtn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        border-radius: 20px;
        margin-top: 20px;
        background: linear-gradient(to bottom, #68ce6e, #56ab5a);
        cursor: pointer;
    }
}
