.center-form {
    padding: 120px 0px;
}

.center-form .orionstar-form-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 80px !important;
    margin-bottom: 0 !important;
}

.center-form .orionstar-form-wrap .mail-container {
    display: none !important;
}

.center-form .orionstar-form-wrap .orionstar-form-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.center-form .orionstar-form-wrap .orionstar-form-title .title {
    font-size:35px;
    line-height:40px;
    margin-top: 0px !important;
}

.center-form .orionstar-form-wrap .orionstar-form-title .tips {
    text-align: left !important;
}

.center-form .orionstar-form-wrap .orionstar-form-content {
    flex: 2;
    margin-left: 20px;
}

.center-form .orionstar-form-wrap .orionstar-form-content button.btn.btn-primary.btn-block {
    margin-bottom: 0px !important;
}

.carrybot {
    width: 100%;
    overflow: hidden;
    color: #000;
}

.container-width {
    max-width: 1200px;
    margin: 0 auto;
}
.exhibition-hall-m{
    display: none;
}
.exhibition-hall-pc{
    display: block;
}

.text-color {
    font-size: poppins;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 20.74%, #727272 60.45%, #9E9E9E 78.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.three-contaner-b-left-img,
.four-contaner-b-left-img {
    position: relative;
}

.three-contaner-b-left-img img:nth-child(1),
.four-contaner-b-left-img img:nth-child(1) {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.application-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.agent-container{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}

.banner .banner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 720px;
}

.banner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.banner .left .title {
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    letter-spacing: 0.747px;
    margin-bottom: 12px;
}
.banner .left .title2{
    font-size: 48px;
}

.banner .left .title-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    line-height: 36px;
    margin-top: 12px;
    max-width: 700px;
}

.banner .left .btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 53px;
}

.banner .left .btns .btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.70);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.747px;
    text-transform: uppercase;
    padding: 10px 48px;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}

.banner .left .btns .btn:hover {
    transform: scale(1.07);
}

.en-US .banner .left .btns .btn:first-child,
.de-DE .banner .left .btns .btn:first-child{
    margin-right: 20px;
}
.en-US .banner .left .btns .btn:first-child .btn-text,
.de-DE .banner .left .btns .btn:first-child .btn-text{
    color: #222;
}

.en-us .banner .left .btns .btn:last-child,
.de-DE .banner .left .btns .btn:last-child{

    color: #FFF;
    margin-right: 0;
    background-color: transparent;
    border-radius: 30px;
    border: 2px solid #FFF;
}

.banner .left .btns .btn .btn-icon {
    width: 18px;
    height: 18px;
    margin-left: 12px;
    margin-top: -4px;
}

.banner .left .btns .btn .btn-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.en-US .banner .left .btns .cn-btn,
.de-DE .banner .left .btns .cn-btn{
    display: none;
}

.two-contaner {
    background: url('https://www.orionstar.com/res/orics/down/ow001_20250519_110d95d0bf3d8a38cbe763dcac07249c.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 160px;
    /* border-radius: 0 0 1000px 0px; */
}

.two-contaner-con {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
}
.two-contaner-con-desc{
    font-size: 48px;
    font-family: "PingFang SC";
    font-weight: 400;
    line-height: 150%;
}
.two-contaner-con-top {
    font-size: 48px;
    font-weight: 600;
    line-height: 150%;
    color: #222;
    font-family: "PingFang SC";
    font-weight: 600;
}

.two-contaner-con-top p:nth-child(1) {
    font-weight: normal;
}

.two-contaner-con-top span {
    color: #F95A16;
}

.two-contaner-con-top>p:last-child {
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
}

.two-contaner-con-top>p:nth-child(2) {
    margin: 24px 0;
}

.two-contaner-con-center {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; */
    gap: 16px;
    /* padding: 120px 0; */
    padding-top: 80px;
}

.two-contaner-con-center-item {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding:24px 24px 32px;
    border-radius: 12px;
}

.two-contaner-con-center-item img {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto;
}

.two-contaner-con-center-item-title {
    color: #222222;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-top:24px;
}

.two-contaner-con-center-item-desc {
    color: #3377FF;
    font-style: italic;
    font-family: Poppins;
    font-size: 54px;
    font-style: italic;
    font-weight: 600;
    line-height: 86px;
    letter-spacing: -2px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.two-contaner-con-center-item:first-child .two-contaner-con-center-item-desc-x {
    position: absolute;
    font-size: 18px;
    left: 188px;
    top: -16px;
}

.two-contaner-con-center-item:nth-child(2) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(3) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 210px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-pre {
    position: absolute;
    font-size: 18px;
    left: 172px;
    top: 10px;
}

.two-contaner-con-center-item:nth-child(4) .two-contaner-con-center-item-desc-add {
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    left: 172px;
    top: -12px;
}

.two-contaner-con-center-item-desc-main {
    margin-left: -22px;
}

.two-contaner-con-bottom {
    position: relative;
}

.two-contaner-con-bottom .image-container {
    position: relative;
    width: 100%;
}

.two-contaner-con-bottom img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.two-contaner-con-bottom img.img-pc {
    display: block;
}

.two-contaner-con-bottom img.img-m {
    display: none;
}

.two-contaner-con-bottom-btn {
    font-size: 1vw;
    background: #3377FF;
    border-radius: 3.2vw;
    position: absolute;
    padding: 8px 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    min-width: 8vw;
    text-align: center;
}

.two-contaner-con-bottom-btn1 {
    top: 41.29%;
    left: 33.333%;
    transform: translate(-50%, -50%);
}

.two-contaner-con-bottom-btn2 {
    top: 41.29%;
    left: 66.666%;
    transform: translate(-50%, -50%);
}


.products {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}

.products-title {
    font-size: 48px;
    font-weight: 600;
    margin-top: 120px;
}

.products-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.products-list-item>img {
    width: 294px;
    height: auto;
}

.products-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 56px;
    cursor: pointer;
}

.products-list-item:hover {
    background-color: #F6F8F9;
}

/* .products-list-item:nth-child(2) img:nth-child(2) {
    height: 65.333vw;
} */

.products-list-item-title {
    font-size: 28px;
    font-weight: 600;
    margin-top: 22px;
}

.products-list-item-desc {
    font-size: 16px;
    color: #646464;
}

/* case */
.TITLE-SINGLE {
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    line-height: 78px;
}
.en-US .case,
.de-DE .case{
    display: none;
}
.case {
    padding-top: 153px;
    padding-bottom: 160px;
    background: #ffffff;
}

.case-content {
    margin-top: 70px;
    padding-bottom:70px;
}

.case-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 480px !important;
    cursor: pointer;
}

.case-list-item-img {
    width: 100%;
    height: auto;
}

.case-list-item-title {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 29px;
    margin-top: 18px;
}

.case-btn {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 120px;
}

.modal-video {
    width: 100%;
}

.MODAL {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.modal-video-container {
    background-color: white;
    z-index: 11000;
    padding: 96px 0;
}

.modal-video-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
}

.modal-video-container .modal-video-body {
    max-width: 1280px;
    width: 100vw;
    min-width: 320px;
    display: flex;
    cursor: pointer;
}

.modal-video-container .close-btn {
    position: absolute;
    display: flex;
    z-index: 9999;
    overflow: hidden;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 0;
    font-size: 40px;
    cursor: pointer;
}

.modal-video-container .modal-video-body .modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 用于隐藏滚动条,并适用于移动端 */
.has-modal-full-viewport {
    overflow: hidden;
    /* position: fixed;
      height: 100%;
      width: 100%; */
}

/*  */
/* 16:9等比例盒子1 */
/* 必须2部分嵌套，才能满足内容等比例 */
.model-youtube-intrinsic-aspect-ratio-container {
    width: 100%;
    height: 0;
    padding: 0;
    padding-bottom: 56%;
    position: relative;
}

/* 16:9等比例盒子2 */
.model-youtube-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.model-youtube-tips {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.youtube-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.one-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.one-list-item {
    padding: 32px;
}

.one-list-item img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    padding: 0 28px;
}
.play-icon{
    display:none;
}
.exhibition-hall-container-content {
    display: flex;
    flex-direction: column;
    align-items: center;       /* 整体居中 */
}
.exhibition-hall-container{
    background-color: #F7F7F7;
    padding: 120px 0;
}
.exhibition-hall-container-content-title{
    color: #222;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 72px */
    text-transform: capitalize;
    margin: 16px 0 80px 0;
}
.exhibition-hall-container-content-list{
    display: flex;
    justify-content: space-between;
}
.exhibition-hall-container-content-list-img{
    display: block;
    max-width: 480px;
    min-width: 480px;
    height: auto;
}
.exhibition-hall-container-content-list-item{
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
    margin-right: 60px;
    background: #fff;
    margin-bottom: 24px;
    border-radius: 15px;
}

.en-US .exhibition-hall-container-content-list-item-right,
.de-DE .exhibition-hall-container-content-list-item-right{
    width: 48px;
    height: 48px;
}
.exhibition-hall-container-content-list-item-left-title{
    color: #222;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    text-transform: capitalize;
}
.exhibition-hall-container-content-list-item-left-desc{
    color: rgba(34, 34, 34, 0.70);
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.exhibition-hall-container-content-list-item-left-desc p{
    color: rgba(34, 34, 34, 0.40);
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.exhibition-hall-container-content-list-item-right{
    width: 48px;
    height: 48px;
}
.desc-title{
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    border-radius: 8px;
    background: linear-gradient(85deg, #FF5448 0%, #FF7A7E 100%);
    text-align: center;
    font-size: 24px;
}
.exhibition-hall-question-btn {
    display: none;
}

.en-US .exhibition-hall-container,
.de-DE .exhibition-hall-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.en-US .exhibition-hall-question-btn,
.de-DE .exhibition-hall-question-btn{
    display: block;
    margin-top: 80px;
    padding: 10px 30px;
    border-radius: 30px;
    transition: transform 0.6s ease;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background: #37F;
}

.en-US .con .en-sexhibition-hall-container:nth-child(1) .exhibition-hall-container-content-list-item:last-child,
.de-DE .con .en-sexhibition-hall-container:nth-child(1) .exhibition-hall-container-content-list-item:last-child{
    margin-bottom: 0;
}
.con .exhibition-hall-container:nth-child(2),
.con .exhibition-hall-container:nth-child(4){
    background-color: #fff;
}
.con .exhibition-hall-container:nth-child(2) .desc-title{
    background: linear-gradient(85deg, #FF8E65 0%, #F6B97F 100%);

}
.con .exhibition-hall-container:nth-child(3) .desc-title{
    background: linear-gradient(85deg, #08C0DC 0%, #60D8BA 100%);
}
.con .exhibition-hall-container:nth-child(4) .desc-title{
    background: linear-gradient(85deg, #7248FF 0%, #7AB8FF 100%);
}
.con .exhibition-hall-container:nth-child(2) .exhibition-hall-container-content-list {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
}

.con .exhibition-hall-container:nth-child(2) .exhibition-hall-container-content-list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 60px;
    gap: 24px;
}

.con .exhibition-hall-container:nth-child(2) .exhibition-hall-container-content-list-item {
    margin: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    background: #F7F7F7;
    border-radius: 15px;
    padding: 24px 20px;
    display: flex;
    justify-content: flex-end;

}
.con .exhibition-hall-container:nth-child(2) .exhibition-hall-container-content-list-item-left-title{
    margin-bottom: 8px;
}

.con .exhibition-hall-container:nth-child(3) .exhibition-hall-container-content-list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-right: 60px;
}

.en-US .con .exhibition-hall-container:nth-child(3) .exhibition-hall-container-content-list-items,
.de-DE .con .exhibition-hall-container:nth-child(3) .exhibition-hall-container-content-list-items {
    display: flex;
    flex-direction: column;
    gap:0;
}

.con .exhibition-hall-container:nth-child(3) .exhibition-hall-container-content-list-item{
    margin-right: 0;
    flex-direction:column-reverse;
    align-items: flex-start;
    border-radius: 15px;
    margin-bottom: 0;
}
.en-US .con .exhibition-hall-container:nth-child(3) .exhibition-hall-container-content-list-item,
.de-DE .con .exhibition-hall-container:nth-child(3) .exhibition-hall-container-content-list-item{
    margin-right: 0;
    flex-direction:row-reverse;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 24px;
    padding-top: 42px;
    padding-bottom: 42px;
    gap: 32px;
}
.en-US .exhibition-hall-question-btn-m,
.de-DE .exhibition-hall-question-btn-m{
    display: none;
}
.con .exhibition-hall-container:nth-child(3) .exhibition-hall-container-content-list-item-left-title{
    margin-bottom: 8px;
}
.con .exhibition-hall-container:nth-child(4) .exhibition-hall-container-content-list{
    flex-direction: row-reverse;
}
.con .exhibition-hall-container:nth-child(4) .exhibition-hall-container-content-list-items{
    margin-left: 60px;
}
.con .exhibition-hall-container:nth-child(4) .exhibition-hall-container-content-list-item{
    margin-right: 0;
    align-items: flex-start;
    background-color: #F7F7F7;
    border-radius: 15px;
}

.exhibition-hall-container-content-list-tip{
    display: none;
}
.en-US .con .exhibition-hall-container:nth-child(4) .exhibition-hall-container-content-list-tip,
.de-DE .con .exhibition-hall-container:nth-child(4) .exhibition-hall-container-content-list-tip{
    display: block;
    text-align: center;
    font-size: 12px;
    color: rgba(34, 34, 34, 0.5);
    line-height: 150%;
}
.agent-container-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 0;
}
.agent-container-title{
    font-size: 48px;
    font-weight: 600;
}
.de-DE .agent-container-title{
    font-size: 46px;
}
.agent-container-list{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    margin-top: 100px;
}
.agent-container-list-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 528px;
    background-color: #fff;
    padding: 32px 24px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}
.en-US .agent-container-list-item,
.de-DE .agent-container-list-item{
    width: 600px;
}
.agent-container-list-item img{
    width: 42px;
    height: 42px;
    margin-right: 32px;
}
.btn{
    background-color: #fff;
}
.exhibition-hall-phone-btn{
    color: #000;
}
.exhibition-hall-phone-btn span:nth-child(2){
    color: #3377ff;
}

.en-US .en-btn:nth-child(2),
.de-DE .en-btn:nth-child(2) {
    margin-right: 0;
    background-color: transparent;
    border-radius: 30px;
    border: 2px solid #FFF;
}

.en-US .btn-video,
.de-DE .btn-video{
    color: #FFF;
}

.zh-CN .banner .left .btns .en-btn{
    display: none;
}

@media (max-width: 1600px) {
    .two-contaner {
        /* border-radius: 0 0 700px 0px; */
    }
}