@media screen and (max-width: 750px) {

    .mini section {
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: center;
        background-color: white;
    }

    .mini .bg-black {
        background-color: #0f1016;
    }

    .mini .containerxxx {
        box-sizing: border-box;
        position: relative;
        padding-top: 60px;
    }

    .mini .banner {
        background: linear-gradient(to bottom, #ffffff 50%, #F7F7F7 70%, #CACCDC);
    }

    .mini .main-container {
        margin-left: 20px;
        margin-right: 20px;
    }

    /* 顶部 */
    .mini .top-container {
        box-sizing: border-box;
        position: relative;
        margin-top: 76px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .mini .top-container {
        box-sizing: border-box;
        position: relative;
        margin-top: 140px;
        width: 100%;
    }

    .mini .top-container .bg {
        width: 100%;
        display: flex;
        background: none !important;
        flex-direction: column;
        justify-content: center;
    }

    .mini .top-container .top-desc-icon {
        width: 335px;
        height: 122px;
    }

    .mini .top-container .text-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .mini .top-container .text-container .btn {
        width: 134px;
        height: 40px;
        margin-top: 9px;
        background: #2b86ff;
        border-radius: 20px;
        color: white;
        font-size: 17px;
    }

    .mini .top-container .top-robot {
        width: 100%;
        margin-top: 46px;
    }

    /* */

    .mini .top2-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 45px;
        overflow-x: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .mini .top2-container .robot {
        width: 100vw;
        height: 100vw;
        /* margin-top: 45px; */
        object-fit: cover;
        margin: 0 auto;
        position: absolute;
    }

    .mini .top2-container .text-container {
        letter-spacing: -0.2px;
        /* text-align: justify; */
        font-weight: 400;
        width: 89vw;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding-bottom: 50px;
        padding-top: 30px;
    }

    .ar .mini .top2-container .text-container {
        text-align: right;
    }
    .ar  .mini .top2-container .text-container h1 {
        font-size:18px;
        font-weight: 600;
        display: inline-block;
    }

    .mini .top2-container .text-container .title {
        font-size: 27px;
        font-weight: 600;
        opacity: 1;
    }

    .mini .top2-container .text-container .bottom-container {
        display: flex;
        flex-direction: row;
        margin-top: 50px;
    }

    .mini .top2-container .text-container .list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }


    .mini .top2-container .text-container .list-item .icon-container {
        display: flex;
        position: relative;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        font-size: 27px;
        font-weight: 600;
        color: #2b86ff;
        opacity: 1;
        width: 60px;
        height: 60px;
        /* width: 60px; */
    }

    .mini .top2-container .text-container .list-item .icon {
        width: 60px;
        height: 60px;
        position: absolute;
    }

    .mini .top2-container .text-container .list-item .num-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .ar .mini .top2-container .text-container .list-item:nth-child(3) .num-container{
        flex-direction: row-reverse;
    }

    .mini .top2-container .text-container .list-item .num-container .num {
        font-size: 12px;
        height: 15px;
    }

    .mini .top2-container .text-container .list-item .text {
        margin-top: 9px;
        text-align: center;
    }

    /* top3-container */
    .mini .video-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .mini .top3-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .mini .top3-container .title {
        font-size: 27px;
        font-weight: 600;
        color: #ffffff;
        text-align: left;
        width: 100%;
    }

    .ar .mini .top3-container .title {
        text-align: right;
    }

    .mini .top3-container .desc {
        margin-top: 12px;
        opacity: 0.8;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 28px;
    }

    .ar .mini .top3-container .desc {
        text-align: right;
    }

    .mini .video-section .content {
        width: 100%;
        position: relative;
        height: auto;
        margin-top: 16px;
        background: #d8d8d8;
        display: flex;
    }

    /* top4-container */
    .mini .top4-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    .mini .top4-container .row-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 40px;
    }


    .mini .top4-container .row-container .row-left-container {
        display: flex;
        flex-direction: column;
    }

    .mini .top4-container .row-container .row-left-container .title {
        font-size: 27px;
        font-weight: 600;
        text-align: left;
        color: #000000;
        line-height: 38px;
    }

    .ar .mini .top4-container .row-container .row-left-container .title {
        text-align: right;
    }

    .mini .top4-container .row-container .row-left-container .subtitle {
        box-sizing: border-box;
        margin-top: 12px;
        padding: 5px;
        border-radius: 4px;
        /* height: 61px; */
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #ffffff;
        line-height: 26px;
        background: linear-gradient(to right, #9e88f1 50%, rgba(160, 135, 244, 0.56) 70%, #A486F700);
    }

    .ar .mini .top4-container .row-container .row-left-container .subtitle {
        text-align: right;
        background: linear-gradient(to left, #9e88f1 50%, rgba(160, 135, 244, 0.56) 70%, #A486F700);
    }

    .mini .top4-container .row-container .row-left-container .desc {
        margin-top: 16px;
        opacity: 0.8;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #000000;
        line-height: 28px;
    }

    .ar .mini .top4-container .row-container .row-left-container .desc {
        text-align: right;
    }

    .mini .top4-container .row-container .icon {
        margin-top: 16px;
        width: 100%;
        height: auto;
    }

    /* app-container  复用部分top4-container样式*/
    .mini .app-container>.title {
        font-size: 27px;
        font-weight: 600;
        text-align: left;
        color: #000000;
        line-height: 38px;
        margin-top: 16px;
    }

    .ar .mini .app-container>.title {
        text-align: right;
    }

    .mini .app-container .row-container {
        margin-top: 16px;
        margin-bottom: 14px;
    }

    .mini .app-container .row-container .icon-m {
        width: 100%;
        height: auto;
    }

    .mini .app-container .row-container .icon {
        display: none;
    }

    .mini .app-container .row-container .row-left-container {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }

    .mini .app-container .row-container .row-left-container .title {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        color: #000000;
        line-height: 22px;
    }

    .ar .mini .app-container .row-container .row-left-container .title {
        text-align: right;
    }

    /* dev-container */
    .mini .dev-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mini .dev-container .title {
        font-size: 27px;
        font-weight: 600;
        width: 100%;
        text-align: left;
        color: #ffffff;
        line-height: 38px;
        margin-top: 40px;
    }

    .ar .mini .dev-container .title {
        text-align: right;
    }

    .mini .dev-container .desc {
        opacity: 0.8;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 28px;
        margin-top: 24px;
    }

    .ar .mini .dev-container .desc {
        text-align: right;
    }

    .mini .dev-container .list-container {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 78px;
        flex-flow: wrap;
    }

    .mini .dev-container .list-item {
        position: relative;
        width: 114px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .mini .dev-container .icon {
        width: 90px;
        height: 90px;
    }

    .mini .dev-container .text {
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        color: #ffffff;
        line-height: 16px;
        margin-top: 2px;
    }

    /* usage-container */

    .mini .usage-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mini .usage-container .title {
        font-size: 27px;
        font-weight: 600;
        width: 100%;
        text-align: left;
        color: #000000;
        line-height: 38px;
        margin-top: 40px;
    }

    .ar .mini .usage-container .title {
        text-align: right;
    }

    .mini .usage-container .list-container {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 40px;
        flex-flow: wrap;
    }

    .mini .usage-container .list-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        /* margin-right: 12px; */
        width: 106px;
    }

    .mini .usage-container .icon {
        width: 106px;
        height: 81px;
    }

    .mini .usage-container .text {
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #000000;
        line-height: 21px;
        margin-top: 16px;
    }


    /* top5-container */
    .mini .top5-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .mini section .mini-body {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .mini .top5-container>.title {
        font-size: 27px;
        font-weight: 600;
        text-align: center;
        color: #ffffff;
        line-height: 38px;
        margin-top: 40px;
    }

    .mini .top5-container .row-container {
        opacity: 0.8;
        font-size: 12px;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 15px;
        display: flex;
        flex-direction: row;
        margin-top: 25px;
    }

    .mini .top5-container .row-container .title {
        width: 105px;
        margin-left: 15px;
    }

    .mini .top5-container .row-container .content {
        margin-left: 20px;
        flex: 1;
    }

    .ar .mini .top5-container .row-container .content {
        margin-right: 20px;
        margin-left: 0;
        text-align: right;
    }

    /* 表单模块 */
    .mini .form-container {
       
    }

    #box {
        width: 100vw;
        /* height: 480px; */
    }

    #spritespin {
        width: 100vw;
        height: 100vw;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        object-fit: cover;
        background-size: cover;
    }

    #sprites_btns {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 27px;
        border: 1px solid rgba(0, 0, 0, 0.08);
        background: rgba(74, 74, 78, 1);
        width: 150px;
        padding: 6px 8px;
        margin: 0 auto;
        margin-top: -50px;
        position: relative;
        z-index: 999;
    }

    .ar #sprites_btns {
        flex-direction: row-reverse;
    }

    #rotate-middle,
    #rotate-loading {
        margin: 0px 19px;
        opacity: 1;
    }

    #rotate-middle {
        display: none;
    }

    #rotate-left {
        background: url('https://www.orionstar.com/res/orics/down/ow001_20240428_2777db9a9ee5c93e8899d8486f33e8ae.png') center no-repeat;
        background-size: contain;
    }

    #rotate-middle {
        background: url('https://www.orionstar.com/res/orics/down/ow001_20240809_617d5dd99233ed88dbb6f074ed349308.png') center no-repeat;
        background-size: contain;
    }

    #rotate-loading {
        background: url('https://r.cmcm.com/r/a4ddc800339011efab1a5195d0336ab8.gif') center no-repeat;
        background-size: contain;
    }

    #rotate-right {
        background: url('https://www.orionstar.com/res/orics/down/ow001_20240428_5eec2770e8fe1acd204961e652e962f1.png') center no-repeat;
        background-size: contain;
    }

    #rotate-left,
    #rotate-right,
    #rotate-middle,
    #rotate-loading {
        width: 25px;
        height: 25px;
        cursor: pointer;
        opacity: 0.3;
        -webkit-user-select: none;
        /* Chrome all / Safari all */
        -moz-user-select: none;
        /* Firefox all */
        -ms-user-select: none;
        /* IE 10+ */
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}