/* 轮播 */
#test {
    /* height: 40.253521rem !important; */
    margin-top: calc(5.633803rem + 1px);
}
a{
    text-decoration: none!important;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-user-select: none;
        -moz-user-focus: none;
        -moz-user-select: none;
        /* color: #fff; */
}
#test>div>div>.lunbo1 {
    width: 100%;
    height: 30.07rem;
    background: #F7F7F7;
}
#test>div>div>.lunbo1>div.one {
    width: 84.507042rem;
    height: 26.06rem;
    display: flex;
    justify-content: space-between;
    /* padding: 3.06rem; */
    margin: 0 auto;
}
#test>div>div>.lunbo1>div.one img{
    width: 42.25rem;
    height: 26.06rem;
    position: relative;
    top: 2rem;
}
#test>div>div>.lunbo1>.one>div>p:first-of-type{
    width: 35.77rem;
    height: 6.99rem;
    font-size: 1.94rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 3.49rem;
    padding:5rem 0 0 0;
}
#test>div>div>.lunbo1>.one>div>p:last-of-type{
    width: 8.45rem;
    height: 2.82rem;
    background: #3178FF;
    border-radius: 0.14rem;
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 2.82rem;
    text-align: center;
    margin: 0;
    padding: 0;
}
/* 核心产品 */
.xin-products{
    width: 100%;
    height: 47.66rem;
    background: #FFFFFF;
}
.xin-products>div:first-of-type{
    width: 84.507042rem;
    margin: -10rem auto 0 auto;
}
.xin-products .title{
    width: 84.507042rem;
    font-size: 2.82rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 2rem 0 0 0;
    text-align: center;
}
.xin-products .title-1{
    width: 84.507042rem;
    font-size: 1.27rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin: 10px 0 0 0;
    text-align: center;
}
.xin-products .pMain{
    width: 84.507042rem;
    margin: 3.63rem auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.xin-products .pMain>img:first-of-type{
    width: 41.83rem;
    height: 32.39rem;
}
.xin-products .pMain .rightP img{
    width: 19.44rem;
    height: 15.77rem;
}
.xin-products .pMain .rightP>div{
    display: flex;
    width: 41.83rem;
    height: 15.77rem;
    border-radius: 0.56rem;
}
.xin-products .pMain .rightP>div>p{
    width: 22.39rem;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}
.xin-products .pMain .rightP>div>p>span:first-of-type{
    font-size: 1.69rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.xin-products .pMain .rightP>div>p>span:last-of-type{
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 2.25rem;
}
/* 热门解决方案 */
.hot{
    width: 100%;
    height: 55.9rem;
    background: #F5F6F7;
    padding: 3rem 0 0 0;
}
.hot>div:first-of-type{
    width: 84.507042rem;
    margin: 0 auto;
}
.hot .title{
    width: 84.507042rem;
    font-size: 2.82rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0;
    text-align: center;
}
.hot .title-1{
    width: 84.507042rem;
    font-size: 1.27rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin: 10px 0 2rem 0;
    text-align: center;
}
.hot .allH{
    display: flex;
    margin: 0;
}
.hot .hotMain{
    width: 84.507042rem;
    margin: 0.5rem auto;
}
.hot .hotMain>div{
    width: 26.04rem;
    height: 16.15rem;
    background: #FFFFFF;
    border: 0.07rem solid #E4E5E6;
    padding: 1rem;
    margin: 0 0.5rem;
}
.hot .hotMain #two{
    margin: 0 1rem;
}
.hot .hotMain>div p{
    margin: 0;
}
.hot .hotMain>div p img{
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
    top: 0.8rem;
}
.hot .hotMain>div p span{
    font-size: 1.41rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.hot .hotMain>div>p:nth-child(2){
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 2.25rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 1rem 0 0 0;
}
.hot .hotMain>div>a{
    text-decoration: none;
    width: 8.45rem;
    height: 2.82rem;
    background: #FFFFFF;
    border-radius: 0.14rem;
    border: 0.07rem solid #3178FF;
    color: #3178FF;
    line-height: 2.82rem;
    text-align: center;
    margin: 1rem 0;
    display: inline-block;
}
.hot .hotMain>div>a:hover{
    background: #3178FF;
    color:#FFFFFF;
    cursor: pointer;
}
.hot>div .look{
    width: 12.68rem;
    height: 3.38rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 0.14rem;
    border: 0.07rem solid #E4E5E6;
    font-size: 1.27rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 3.38rem;
    margin: 2rem auto;
    cursor: pointer;
}
.hot>div .look a{
    text-decoration: none;
    font-size: 1.27rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
/* 合作客户入住 */
.partner{
    width: 100%;
    height: 40.34rem;
    background: #FFFFFF;
    padding: 3rem 0 0 0;
}
.partner>div:first-of-type{
    width: 84.507042rem;
    margin: 0 auto;
}
.partner .title{
    width: 84.507042rem;
    font-size: 2.82rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 1rem 0 0 0;
    text-align: center;
}
.partner .title-1{
    width: 84.507042rem;
    font-size: 1.27rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin: 10px 0 1rem 0;
    text-align: center;
}
.partner>div:last-of-type{
    width: 84.507042rem;
    margin: 0 auto;
}
.partner>div:last-of-type img{
    width: 84.507042rem;
    height: 24.23rem;
    margin: 2rem 0 0 0;
}
/* 我们的优势 */
.ourGood{
    width: 100%;
    height: 35.34rem;
    background: #F5F6F7;
    padding: 3rem 0 0 0;
}
.ourGood>div:first-of-type{
    width: 84.507042rem;
    margin: 0 auto;
}
.ourGood .title{
    width: 84.507042rem;
    font-size: 2.82rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0;
    text-align: center;
}
.ourGood .ourMain{
    width: 84.507042rem;
    margin: 3rem auto 0 auto;
    display: flex;
}
.ourGood .ourMain>div{
    width: 21.13rem;
    height: 22.54rem;
    background: #FFFFFF;
    border: 0.07rem solid #E4E5E6;
}
.ourGood .ourMain>div>img{
    width: 21.13rem;
    height: 12.11rem;
    margin: 2rem 0 0 0;
}
.ourGood .ourMain>div>p{
    font-size: 1.41rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
/* 资讯中心 */
.news-section{
    width: 100%;
    background: #FFFFFF;
    padding: 4rem 0;
}
.news-container{
    width: 84.507042rem;
    margin: 0 auto;
}
.news-header{
    text-align: center;
    margin-bottom: 3rem;
}
.news-title{
    font-size: 2.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.news-columns{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}
.news-column{
    padding: 0 1rem;
    min-width: 0;
}
.column-title{
    font-size: 1.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #E4E5E6;
}
.news-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-list li{
    margin-bottom: 1rem;
}
.news-list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: all 0.3s;
    min-width: 0;
}
.news-list li a:hover .news-item-title{
    color: #3178FF;
}
.news-item-title{
    font-size: 0.95rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1rem;
    min-width: 0;
}
.news-date{
    font-size: 0.9rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    flex-shrink: 0;
}
@media (max-width: 768px){
    .news-columns{
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .news-container{
        width: 90%;
    }
}
/* 订单、时间、录音量 */
.timeVoice{
    width: 100%;
    height: 8.11rem;
    background: #F5F6F7;
    padding: 2rem 0 0 0;
}
.timeVoice>div.voices{
    width: 74.507042rem;
    margin: 0 auto;
    display: flex;
}
.timeVoice .voices>div>p{
    margin: 0;
}
.timeVoice .voices>div>p:first-of-type{
    width: 28.17rem;
    font-size: 2.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3178FF;
    margin: 0 0 0.5rem 0;
}
.timeVoice .voices>div>p:last-of-type{
    font-size: 1.13rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
/* 你还在犹豫什么？马上免费使用！ */
.youMain{
    width: 100%;
    height: 8.11rem;
    line-height: 8.11rem;
    background-image: url('../assets/icon_bottombg@2x.png');
    background-repeat: no-repeat;
    text-align: center;
}
.youMain>span:first-of-type{
    font-size: 1.69rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.youMain>span:last-of-type{
    display: inline-block;
    width: 10rem;
    height: 3.33rem;
    background: #3178FF;
    border-radius: 0.14rem;
    border: 0.07rem solid #FFFFFF;
    line-height: 3.33rem;
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
/* 底部 */
.zlhx-footerNew {
    height: 29.86rem;
    background-color: #040D16;
}

.zlhx-footerNew>.zlhx-footer-info {
    width: 84.51rem;
    height: 100%;
    display: flex;
    padding-top: 3.49rem;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
}

.zlhx-footerNew>.zlhx-footer-info>div {
    /* width: calc((100% - 16.92rem) / 5); */
}

.zlhx-footerNew>.zlhx-footer-info>div>div:nth-of-type(1) {
    height: 1.27rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.27rem;
    margin-bottom: 1.41rem;
}

.zlhx-footerNew>.zlhx-footer-info>div:not(:last-child)>p {
    height: 1.27rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
    margin: 0 0 1.13rem 0;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:nth-of-type(1) {
    height: 1.27rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
    margin: 0 0 1.13rem 0;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:nth-of-type(2) {
    height: 1.27rem;
    font-size: 0.85rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
    margin: 0 0 1.13rem 0;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:nth-of-type(3) {
    height: 1.97rem;
    font-size: 1.55rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.97rem;
    margin: 0 0 1.2rem 0;
}

.zlhx-footerNew>.zlhx-footer-info .qrcode {
    width: 7.75rem;
    height: 7.75rem;
}

.zlhx-footerNew>.zlhx-footer-info .qrcode>img {
    width: 100%;
    height: 100%;
}

.zlhx-footerNew>.zlhx-footer-info>div:last-of-type>p:last-of-type {
    width: 7.75rem;
    height: 1.13rem;
    font-size: 0.85rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.13rem;
    margin-top: 0.92rem;
    text-align: center;
}

.zlhx-copyright {
    height: 4.51rem;
    background-color: #040D16;
}

.zlhx-copyright>.zlhx-copyright-info {
    width: 84.51rem;
    height: 100%;
    margin: 0 auto;
    border-top: 0.07rem solid #22282F;
    text-align: center;
    padding-top: 1.69rem;
    box-sizing: border-box;
}

.zlhx-copyright>.zlhx-copyright-info>span,.zlhx-copyright>.zlhx-copyright-info a{
    height: 1.13rem;
    font-size: 0.85rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.13rem;
}
.zlhx-copyright>.zlhx-copyright-info a:hover{
    cursor: pointer;
}
.zlhx-copyright>.zlhx-copyright-info a{
    text-decoration: underline !important;
}
.zlhx-copyright>.zlhx-copyright-info>span:nth-of-type(1) {
    margin-right: 1.13rem;
}
/* 添加 */
.zlhx-service>.zlhx-service-button>div:first-of-type:hover {
    background-color: #3178FF;
    color: #FFFFFF;
}

.zlhx-service>.zlhx-service-button>div:first-of-type>img {
    vertical-align: middle;
}

.zlhx-service>.zlhx-service-button>div:last-of-type {
    margin-left: 1.408451rem;
    background: rgba(49, 120, 255, 1);
    border-radius: 1.408451rem;
    text-align: center;
    color: #fff;
    width: 12.535211rem;
    font-size: 1.126761rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 2.816901rem;
    cursor: pointer;
}


/* 添加 */
#alidateCodeButton {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #3178FF;
    border:none;
    border-radius:0.133333rem;
}

/* 去除按钮点击边框 */
#alidateCodeButton:focus{
    outline:0;
}

.el-input-group__append div {
    width: 84px;
    height: 28px;
    background: #E7F1FF;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
}
.phone {
    margin-left: 12.084507rem;
    font-size: 1.267606rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3178FF;
    margin-top: .133333rem;
}
.phones {
    width: 100%;
    text-align: center;
    font-size: 1.267606rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3178FF;
    margin-top: .133333rem;
}