.theme-wrapper.light .next-navigation .next-navigation-items .next-navigation-items-item {
    position: relative;
}

/* 弹窗 */
.popDiv {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 200;
}

.popDiv .popMask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.4);
}
.popDiv .popCon {
    position: fixed;
    z-index: 2100;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* width: 500px;
    height: 500px; */
    border-radius: 0.3rem;
}
.popDiv .popCon .itemPop {
    display: none;
    width: 50vw;
}
.popDiv .popCon .popClose {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: -2rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}
/* 弹窗 结束 */


/* 动态效果*/
.tranIn {
    animation: tranint 2s 1;
}
@keyframes tranint{
    0% {
        transform: translate(0px, 30px); opacity: 0;
    }
    to {
        transform: translate(0px, 0); opacity: 1;
    }
}


.demoVidePop .diali {
    width: 100%;
    display: block;
}

.mobileShow {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobileShow {
        display: block;
    }
    .mobileHide {
        display: none;
    }
    .popDiv .popCon .itemPop {
        width: 90vw;
        /* max-width: 90vw; */
    }
}

.headfill {
    height: 75px;
}

.colorRed {
    color: #f56c6c;
}

.applicaBox {
    display: block;
    margin: 0 auto;
    padding:20px 0 60px; 
    width: 100%;
    max-width: 1208px;
}
.applicaBox .a_title {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 1.5rem;
}
.applicaBox .a_form {
    width: 600px;
    margin: 0 auto;
}
.applicaBox .a_form .a_form_li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.applicaBox .a_form .a_form_li .a_fli_n {
    width: 90px;
    margin-right: 10px;
    text-align: right;
}
.applicaBox .a_form .a_form_li .a_fli_n span {
    display: inline-block;
    margin: 0 2px;
}

.applicaBox .a_form .a_form_li .a_fli-i {
    width: calc(100% - 80px - 10px);
}

.applicaBox .a_form .a_form_li.hasBtn .a_fli-i{
    width: calc(100% - 80px - 10px  - 150px - 10px);
}
.applicaBox .a_form .a_form_li.hasBtn .a_fli-r{
    width: 150px;
    height: 40px;
    margin-left:10px;
    cursor: pointer;
}
.applicaBox .a_form .a_form_li.hasBtn .a_fli-r img{
    width:100%;
    height: 100%;
}
.applicaBox .a_form .a_form_li.hasBtn .a_fli-r.sbtn {
    border:1px solid #ccc;
    text-align: center;
    font-size:14px;
    line-height: 40px;
}
.applicaBox .a_form .a_form_li.hasBtn .a_fli-r.sbtn.disabled {
    background-color: #f5f5f5;
    color:#ccc;
}

.applicaBox .a_form .a_form_li .a_fli-i input,
.applicaBox .a_form .a_form_li .a_fli-i textarea {
    width: 100%;
    display: block;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    min-height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
}

.applicaBox .a_form .a_form_li .a_fli-b {
    width: 100%;
}
.applicaBox .a_form .a_form_li .a_fli-b button {
    border: 1px solid #dcdfe6;
    width: 208px;
    height: 40px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 601px) {
    .applicaBox {
        width: 100%;
    }
    .applicaBox .a_form {
        width: 100%;
        padding: 0 1rem;
    }
    .applicaBox .a_form .a_form_li .a_fli_n {
        width: 4.5rem;
        margin-right: 10px;
    }
    .applicaBox .a_form .a_form_li .a_fli-i {
        width: calc(100% - 4.5rem - 10px);
    }
}

.oneBox {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1208px;
    padding:40px 16px 0;
}
.oneBox .oneBox-head {
    position: relative;
    z-index: 1;
    margin-bottom:25px;
}
.oneBox .oneBox-head h1{
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 500;
    color: #0d1a26;
    margin: 0;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}
.oneBox .oneBox-head h1::after{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 24px);
    height: 50%;
    bottom: 0;
    opacity: .1;
    background: #2f54eb;
}
.oneBox-head-p{
    margin: 16px 0 32px;
    color: #0d1a26;
    font-size: 24px;
    line-height: 48px;
}
.oneBox .oneBox-img{
    width: 100%;
}
.oneBox .oneBox-img img {
    width: 80%;
    display: block;
    margin:0 auto;
}


.product-logo-div {
    margin-bottom: 0;
    height: auto;
}

.product-logo-div img {
    height: 200px;
    max-height: 200px;
    width: auto;
}


@media screen and (max-width: 767.9px) {
    .oneBox .oneBox-head h1{
        font-size: 24px;
    }
    .oneBox-head-p{
        font-size: 16px;
        line-height: 40px;
        text-align: left;
        padding:0 20px;
    }
    .oneBox .oneBox-img img {
        width: 98%;
    }

    .product-logo-div {
        margin-bottom: 20px;
    }
    .product-logo-div img {
        max-height: initial;
        width: 100%;
        height: inherit;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .oneBox-head-p{
        font-size: 16px;
        line-height: 35px;
    }
    .product-logo-div img {
        max-height: initial;
        width: 100%;
        height: inherit;
    }
}