
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; */
}
/* 新闻中心 */
.zixunCenter{
    width: 100%;
    background: #FFFFFF;
    padding: 4.5rem 0 0 0;
    box-sizing: border-box;
    margin-top: 5.7rem;
}
.zixunCenter>div:first-of-type{
    width: 84.507042rem;
    margin: 0 auto;
}

.zixunCenter .zxMain{
    width: 84.507042rem;
    /* margin: 4rem auto 0 auto; */
    display: flex;
}
.zixunCenter .zxMain .leftNews{
    width: 60.28rem;
    padding-right:1.69rem;
    box-sizing: border-box;
    
    border-right:0.07rem  solid  #E9EEF4;
}
.zixunCenter .zxMain .leftNews .title{
    font-size: 2.25rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 2.82rem;
    padding-bottom: 2.25rem;
    box-sizing: border-box;
    border-bottom: 0.07rem solid #E9EEF4;;
}
.zixunCenter .zxMain .leftNews .newContent .time{
    margin-top: 1.13rem;
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 1.27rem;
}
.zixunCenter .zxMain .leftNews .newContent .dv1{
         margin-top: 1.48rem;
}

.zixunCenter .zxMain .leftNews .newContent .dv{
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 1.69rem;
    /* margin-top:2rem; */
}
.zixunCenter .zxMain .leftNews .newContent .dvHtml img{
        width: 500px;
        object-fit: fill;
}
.zixunCenter .zxMain .leftNews .newContent{
   padding-bottom:2.25rem;
   box-sizing: border-box;
}

.zixunCenter .zxMain .rightTitle{
    flex: 1;
    padding-left:1.62rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
}

.zixunCenter .zxMain .rightTitle .title{
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 1.41rem;
    position: relative;
    padding-bottom:0.63rem;
    border-bottom:0.07rem solid #E9EEF4;
    box-sizing: border-box;
}
.zixunCenter .zxMain .rightTitle div:last-child{
   border:none;
}


.zixunCenter .zxMain .rightTitle .title::before{
    position: absolute;
   content: "";
   width: 0.14rem;
   height: 1.13rem;
   background: #2761FF;
   left:-0.8rem;
    top: 0.12rem;
}
.zixunCenter .zxMain .rightTitle .titleItem{
    font-size: 0.99rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 1.27rem;
    margin-top: 0.77rem;
    padding-bottom:0.63rem;
    border-bottom:0.07rem solid #E9EEF4;
    box-sizing: border-box;
}
.zixunCenter .zxMain .rightTitle .activeItem{
    color:#3178FF;
}
.zixunCenter .zxMain .rightTitle .titleItem:hover{
   color:#3178FF;
   cursor: pointer;
}











.footCompnay{
    width: 100%;
    height: 18.03rem;
    background: #2761FF;
    text-align: center;

}


.footCompnay>div:first-of-type{
    width: 56.69rem;
    height: 18.03rem;
    margin: 0 auto;
    background-image: url(../assets/newpic/ft_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.footCompnay .mainContent{
    height: 18.03rem;
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 3rem;
}

.footCompnay .mainContent .companyTitle{
    font-size: 2.25rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.footCompnay .mainContent .btBox{
    display: flex;
    align-items: center;
}
.footCompnay .mainContent .btBox .bt1{
   /* border: 1px solid pink; */
 width: 8.45rem;
height: 2.82rem;
border-radius: 0.14rem;
border: 0.07rem solid #FFFFFF;

font-size: 1.13rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 2.82rem;
text-align: center;
}
.footCompnay .mainContent .btBox .bt2{
    width: 8.45rem;
    height: 2.85rem;
    background: #FFFFFF;
    border-radius: 0.14rem;
  
    font-size: 1.13rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0081FF;
    line-height:2.85rem;
    margin-left: 0.85rem;
}

/* 添加 */
#alidateCodeButton {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #3178FF;
    border:none;
    border-radius:0.133333rem;
}
