#appvue2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.command_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.commandbg {
    width: 100%;
    height: 1200px;
    position: absolute;
    z-index: -1;

}

.commandbox {
    width: 100%;
    /*    margin: 0% 5%;*/

    border: 2px dashed #18951D;

    border-radius: 20px;
    /* border: 1px solid #0091FF;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 35px 10px;
}

.command_title {
    width: 100%;
    height: auto;
    font-size: 36px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #252D47;
    line-height: 70px;
    text-align: center;
}

.command_corner_markerbox {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: -152px;
    margin-left: 615px;
}

.corner_marker_img {
    width: 138px;
    height: auto;
}

/***********口令**********/
.g-remove-check-code {
    width: 100%;
    padding: 4px 0px 8px 0px;
}


.g-remove-check-code .g-remove-check-code_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    margin-top: 30px;
}

.g-remove-check-code .g-remove-check-code_content input {
    width: 96px;
    height: 96px;
    font-size: 60px;
    text-align: center;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #3AA73E;
    line-height: 96px;
    border: none;
    outline: none;
    background: rgba(58, 167, 62, 0.1);
    border-radius: 20px;
    -moz-appearance: textfield;
    margin-left: 30px;
    display: block;
    padding: 0px;
}

.g-remove-check-code .g-remove-check-code_content input.g-code-input_color {
    display: block;
    padding: 0px;
    background: #18951D;
    color: #ffffff;
}

.g-remove-check-code .g-remove-check-code_content input::-webkit-outer-spin-button,
.g-remove-check-code .g-remove-check-code_content input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.command_btn {
    width: 288px;
    height: 70px;
    background: rgba(58, 167, 62, 0.4);
    font-size: 28px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 10px;
}

.command_btn:hover {
    cursor: pointer;
}


.command_btn2 {
    width: 288px;
    height: 70px;
    background: #3AA73E;
    font-size: 28px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 70px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 10px;
}

.commandbox .green {
    background-color: #3AA73E;
    color: #FFffff;
    margin-top: 0px;
}

.commandbox .groupgreen {
    background-color: #3AA73E;
    color: #FFffff;
    margin-top: 60px !important;
}

.phone_command_corner_markerbox {
    width: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -9px;
}

.phone_corner_marker_img {
    width: 80px;
    height: auto;
}

.command_apkinfobox {
    width: 100%;
    height: 70px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.command_apkbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;


}


.command_apkicon {
    width: 32px;
    height: auto;
    border-radius: 6px;
    margin-right: 14px;
    border: solid 1px #cccccc;
}

.command_apkinfo_text {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
}
.command_apkinfo_text2 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 40px;
    height: 40px;
}
.command_apkinfo_name{
    max-width: 50%;
    line-height: 40px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.command_apkinfo_version{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    max-width: 45%;
    line-height: 40px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.command_apkinfo_version2{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 28px;
    color: #333333;
    max-width: 45%;
    line-height: 40px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.command_apkboxlist {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 60px;
    height: auto;
}

/*****错误提示*****/
.command_error {
    width: 100%;
    /*  min-width: 1200px;*/
    height: 34px;
    font-size: 24px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF4D4D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.error_icon {
    width: 22px;
    margin-right: 5px;
}

.zhanwei {
    width: 100%;
    height: 2px;
}

.commonbox {
    height: auto;
    margin-top: 10px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;

}

.commonlist_title {
    width: 100%;
    height: 80px;
    font-size: 36px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #252D47;
    line-height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;


}

.refshbox {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #9BA9B7;
    margin-top: -5px;


}

.refshbox:hover {
    cursor: pointer;
}

.refsh_icon {
    width: 22px;
    height: auto;
    margin-right: 6px;
}

.list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;

}


.commonlist_item {
    width: 358px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px 8px 8px 8px;

    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.rightleft {
    /*float: left;
      position: absolute;
      margin-left: 388px;
      margin-top: 118px;*/
}

.list_item_icon {
    width: 40px;
    height: auto;
    margin-left: 16px;
}

.list_item_apkname {
    width: auto;
    max-width: 180px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #242830;
    margin-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.list_item_code {
    width: auto;
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #18951D;
    line-height: 36px;
    margin-left: 12px;


}

/*****跳转贴吧******/
.postbarbox {
    width: 100%;
    height: 70px;
    min-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.gopostbar {
    width: 18px;
    height: auto;
    margin-top: 3px;
}

.gopostbar_title {
    width: 344px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    background: #18951D;
    border-radius: 8px;

    font-size: 24px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

.colorgreen {
    color: #3AA73E;

}

.gotieba {
    height: 30px;
    color: #3AA73E;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.download_agreement {
    width: 100%;
    padding: 1% 2% 2% 2%;
    font-size: 15px;
    line-height: 22px;
    color: #9B9B9B;


}

@media screen and (min-width: 1200px) {
    .command_container {
        min-width: 1200px;
    }

    .commandbg {
        min-width: 1200px;
    }

    .commandbox {
        /* max-width: 1200px;
         min-width: 1200px;*/
    }

    .commonbox {
        /* max-width: 1200px;
      min-width: 1200px;*/
    }

    .list_box {
        min-width: 1130px;
    }

}

@media screen and (min-width: 601px) and (max-width: 1100px) {
    /* 在屏幕宽度在601px到900px之间时应用样式 */
    .commonlist_title {
        width: 90%;
        margin-left: 5%;
    }

    .commandbg {
        width: 100%;
        height: 1380px;
        position: absolute;
        z-index: -1;
    }

    .phone_command_corner_markerbox {
        width: 70%;
        height: auto;
        margin-top: -8px;

    }

    .phone_corner_marker_img {
        width: 110px;
    }

    .commonlist_item {
        margin-bottom: 20px;
    }

    .commonlist_item {
        width: 328px;
        height: 80px;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 8px 8px 8px 8px;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }

    .list_item_icon {
        width: 40px;
        height: auto;
        margin-left: 10px;
    }

    .list_item_apkname {
        width: 170px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #242830;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;


    }

    .list_item_code {
        width: 70px;
        font-size: 24px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #18951D;
        line-height: 36px;
        text-align: left;


    }

    .command_title {
        width: 100%;
        height: auto;
        font-size: 28px;
    }

    .list_box {
        width: 96%;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        margin-left: 2%;
    }
}


@media screen and (max-width: 600px) {

    .command_container {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: hidden;
    }

    .commandbg {
        width: 100%;
        height: 1400px;
        position: absolute;
        z-index: -1;
    }

    .command_title {
        width: 92%;
        margin: 0 4%;
        font-size: 18px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #252D47;
        line-height: 30px;
        text-align: center;
    }

    .commandbox {
        width: 90%;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .command_corner_markerbox {
        width: 90%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 50px;
    }

    .g-remove-check-code .g-remove-check-code_content {
        height: 70px;
        margin-top: 10px;
    }

    .g-remove-check-code .g-remove-check-code_content input.g-code-input_color {
        display: block;
        padding: 0px;
        font-size: 36px;

        /*border-color: #5290FF;*/
    }

    .g-remove-check-code .g-remove-check-code_content input {
        width: 60px;
        height: 60px;
        font-size: 40px;
        text-align: center;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #3AA73E;
        line-height: 70px;
        border: none;
        outline: none;
        background: rgba(58, 167, 62, 0.1);
        border-radius: 10px;
        -moz-appearance: textfield;
        margin-left: 5px;
        margin-right: 5px;
    }

    .command_btn {
        width: 158px;
        height: 58px;
        background: rgba(58, 167, 62, 0.4);
        font-size: 22px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 58px;
        text-align: center;
        border-radius: 12px;
    }

    .command_btn2 {
        width: 158px;
        height: 58px;
        background: #3AA73E;
        font-size: 22px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 58px;
        text-align: center;
        border-radius: 12px;
    }

    .commandbox .green {
        background-color: #3AA73E;
        margin-top: 0px;
    }

    .commonlist_title {
        width: 90%;
        height: 60px;
        font-size: 22px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 600;
        color: #252D47;
        line-height: 60px;
        margin-left: 5%;
        margin-top: 2px;
    }

    .list_box {
        width: 96%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .zhanwei2 {
        width: 150px;
        height: 10px;
    }

    .commonlist_item {
        width: 308px;
        height: 68px;
        box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
        border-radius: 8px 8px 8px 8px;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .list_item_icon {
        width: 40px;
        height: auto;
        margin-left: 0px;
    }

    .list_item_apkname {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #242830;
        margin-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* background-color: red;*/
    }

    .list_item_code {
        width: 70px;
        font-size: 18px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #18951D;
        line-height: 36px;
        text-align: right;
    }

    .commandbox .groupgreen {
        background-color: #3AA73E;
        color: #FFffff;
        margin-top: 30px !important;
    }

    .command_apkbox {
        width: 100%;
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .command_apkicon {
        width: 22px;
        height: auto;
        border-radius: 6px;
        margin-right: 8px;
    }

    .command_apkinfo_text {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        height: 30px;
        max-width: 35%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .command_apkinfo_text2 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 15px;
        color: #333333;
        max-width: 88%;
        line-height: 30px;
        height: 30px;
    }
    .command_apkinfo_name{
        max-width: 40%;
        line-height: 30px;
        height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .command_apkinfo_version{
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        max-width: 15%;
        line-height: 30px;
        height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .command_apkinfo_version2{
        font-weight: 500;
        font-size: 16px;
        color: #333333;
        max-width: 30%;
        line-height: 30px;
        height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*****错误提示*****/
    .command_error {
        width: 100%;
        /*  min-width: 1200px;*/
        height: 30px;
        font-size: 16px;
        font-family: PingFang SC-Regular, PingFang SC;
        font-weight: 400;
        color: #FF4D4D;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
    }

    .refshbox {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #9BA9B7;
    }

    .refsh_icon {
        width: 16px;
        height: auto;
        margin-right: 5px;
    }

    .msgbox {
        padding: 5px 20px;
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 40%;
        max-width: 60%;
        font-size: 16px;
        color: #ffffff;
        border-radius: 10px;
    }

    .download_agreement {
        width: 90%;
        padding: 1% 0%;
        font-size: 14px;
        line-height: 20px;
        color: #9B9B9B;
    }

    .gopostbar_title {
        width: 308px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #18951D;
        border-radius: 8px;
        font-size: 20px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        cursor: pointer;
    }

    .command_apkinfobox {
        width: 100%;
        height: auto;
        min-height: 35px;
        margin-top: 0px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .command_apkbox {
        height: 35px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .command_apkboxlist {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        min-height: 35px;
        height: auto;
    }

    .command_corner_markerbox {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 50px;
    }

    .corner_marker_img {
        width: 100px;
        height: auto;
    }



}
