.BoxNav {
    width: 100%;
    background: url('../imge/secure/banner.png') no-repeat;
    background-size: 100% 100%;
    height: 18.75rem;
    margin: 0 auto;
    margin-top: 3.75rem;
    line-height: 18.75rem;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: 700;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-align: center;
}

.moveBoxNav {
    width: 100%;
    /* background: url('../imge/move/townanner.png') no-repeat; */
    background-size: 100% 100%;
    height: 9.125rem;
    margin: 0 auto;
    margin-top: 3.75rem;
    text-align: center;
    padding: 0 .9375rem;
}

.moveBoxNav img {
    width: 100%;
    height: 100%;
}

.Boxconser {
    margin-top: 6.25rem;
    padding: 0 15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}


.Boxconser .boxleft img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

/* .Boxconser .boxleft img:hover {
    transform: scale(1.1);
} */

.Boxconser .boxright {
    flex: 1;
}


.Boxconser .boxright h2 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 2.125rem;
    color: #09090A;
    position: relative;
}

.Boxconser .boxright h2 .boxrightspan {
    position: absolute;
    top: -2rem;
    left: 1.75rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 3.375rem;
    font-weight: 900;
    opacity: 0.05;
}

.Boxconser .boxright h2 .rightspane {
    right: 1.75rem;
}

.Boxconser .boxright p {
    margin-top: 1rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 1.125rem;
    color: #5955FF;
    text-align: left;
}

.Boxconser .boxright .text {
    margin-top: 1.25rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: .875rem;
    color: #989EAA;
    text-align: left;
    width: 80%;
}

.Boxconser .boxright .no {
    text-align: right;
}

.Boxconser .boxright .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end
}

.Boxconser .boxright .item .itembox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}

.Boxconser .boxright .item .itembox img {
    width: 3.75rem;
    height: 3.75rem;
}

.Boxconser .boxright .item .itembox .itembox_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.Boxconser .boxright .item .itembox .itembox_text span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 700;
    font-size: 1.0625rem;
    color: #353940;
    text-align: right;
}

.Boxconser .boxright .item .itembox .itembox_text p {
    width: 29.25rem;
    margin-top: .6875rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: .875rem;
    color: #9E9E9E;
    text-align: right;
}

/* 移动端 */
.moveBoxconser {
    margin-top: 3.75rem;
    padding: 0 .9375rem;
}

.moveBoxconser h2 {
    margin-top: .4375rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 900;
    font-size: 1.625rem;
    color: #09090A;
    text-align: left;
}

.moveBoxconser .right {
    text-align: right;
}

.moveBoxconser p {
    margin-top: .875rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: .875rem;
    color: #5955FF;
    text-align: left;
}

.moveBoxconser .text {
    margin-top: .875rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: .75rem;
    color: #989EAA;
    text-align: left;
}

.moveBoxconser .moveBoxconserimg {
    margin-top: 2.5rem;
}

.moveBoxconser .box {
    margin-top: 2.5rem;
}

.moveBoxconser .boxitem {
    margin-top: 1.25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.moveBoxconser .boxitems {
    margin-top: 1.25rem;
    display: flex;
    justify-content: end;
    align-items: center;
}

.moveBoxconser .boxitem img {
    width: 2.8125rem;
    height: 2.8125rem;
}

.moveBoxconser .boxitem .textclass {
    padding-left: .6875rem;
    width: 100%;
}

.moveBoxconser .boxitem .textclassright {
    padding-right: .6875rem;
    width: 100%;
}

.moveBoxconser .boxitem .textclass .textclassone {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 700;
    font-size: 1rem;
    color: #353940;
    text-align: left;
}

.moveBoxconser .boxitem .textclass .textclasstow {
    margin-top: .5625rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: .75rem;
    color: #9E9E9E;
    text-align: left;
}

.moveBoxconser .boxitem .textclass .right {
    text-align: right;
}

/* 当屏幕宽度小于 768px 或设备像素比大于2（高缩放）时，应用以下样式 */
@media (max-width: 769px),
(min-device-pixel-ratio: 1.5) {

    .BoxNav,
    .Boxconser {
        display: none;
    }

}

/* 大于768px并且不是高分辨率屏幕显示 */
/* @media (min-width: 769px), */
@media (min-width: 769px),
(max-device-pixel-ratio: 1.5) {

    .moveBoxNav,
    .moveBoxconser {
        display: none;
    }
}