header{
    background: rgba(255, 255, 255, .4);
}


/* 轮播 */
.indexSwiper{
    z-index: 0;
    max-width: 1920px;
    /*margin-top: 70px;*/
}
.indexSwiper .swiper-button-next{
    right: 50%;
    margin-right: -600px;
}
.indexSwiper .swiper-button-prev{
    left: 50%;
    margin-left: -600px;
}
.indexSwiper .swiper-button-next, .indexSwiper .swiper-button-prev{
    color: #fff;
    opacity: 0;
}
.indexSwiper:hover .swiper-button-next, .indexSwiper:hover .swiper-button-prev{
    opacity: 1;
}


/* 四个资质 */
.box01{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: -85px;
}
.box01 li{
    width: 275px;
    height: 165px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all .5s;
}
.box01 li div.img, .box01 li div.txt{
    text-align: center;
    margin-top: 20px;
}
.box01 li div.txt{
    height: 80px;
    line-height: 80px;
    font-size: 44px;
    color: #1374f6;
    font-weight: bold;
}
.box01 li span{
    display: block;
    text-align: center;
    color: rgba(0,0,0,.6);
    font-size: 14px;
    margin-top: 10px;
}
.box01 li::after{
    content: '';
    width: 100%;
    height: 0px;
    display: block;
    background: #1374f6;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all .5s;
}
.box01 li:hover{
    margin-top: -15px;
}
.box01 li:hover::after{
    height: 6px;
}


/* 我们的产品与服务 */
.box02 .tabTit{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 58px;
    border-bottom: 1px solid #bfbfbf;
}
.box02 .tabTit .item{
    margin: 0px 100px;
    font-size: 24px;
    color: #4d4d4d;
    line-height: 58px;
    cursor: pointer;
}
.box02 .tabTit .item.hover{
    border-bottom: 4px solid #1374f6;
}
.box02 .tabCont .item{
    display: flex;
    justify-content: space-between;
    display: none;
}
.box02 .tabCont .item.hover{
    display: flex;
}
.box02 .tabCont .item li{
    background: #fff;
    width: 385px;
}
.box02 .tabCont .item li div.t{
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 38px;
}
.box02 .tabCont .item li div.img{
    width: 100%;
    height: 270px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.box02 .tabCont .item li div.img a{
    /*display: block;*/
}
.box02 .tabCont .item li div.img a img{
    display: block;
    height: 100%;
    margin: 0px auto;
}
.box02 .tabCont .item li div.label{
    width: 70%;
    height: 114px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}
.box02 .tabCont .item li div.label span{
    width: 108px;
    height: 26px;
    text-align: center;
    display: block;
    line-height: 26px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;

}
.box02 .tabCont .item li a.playBtn{
    width: 100%;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    background: #1374f6;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}


/* 产品结构 */
.box03{
    position: relative;
}
.box03 .imgBox{
    text-align: center;
    padding-top: 70px;
    border: 1px solid #dcdcdc;
    padding-bottom: 70px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: none;
    transition: all .5s;
}
.box03 .btnToggle{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0px auto;
    position: relative;
    margin-top: -35px;
    z-index: 1;
    cursor: pointer;
}

.box03 .btnToggle .open, .box03 .btnToggle .close{
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    color: #fff;
    align-content: center;
    line-height: 120%;
    font-size: 14px;
    overflow: hidden;
    display: none;
}
.box03 .btnToggle .hover{
    display: flex;
}
.box03 .btnToggle .open::before, .box03 .btnToggle .close::before{
    content: '';
    background: url(../img/index_box03_arrow_bj.png) no-repeat;
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.box03 .btnToggle .open::after, .box03 .btnToggle .close::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -5px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-left: none;
    border-top: none;
    z-index: -2;
    background: url(../img/index_box03_arrow.png) no-repeat center bottom;
}
.box03 .btnToggle .open i, .box03 .btnToggle .close i{
    display: block;
    width: 100%;
}
.box03 .btnToggle::before, .box03 .btnToggle::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -5px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-left: none;
    border-top: none;
    z-index: -2;
    background: url(../img/index_box03_arrow.png) no-repeat center bottom/100%;
    -webkit-animation: btn-toggle-run 1s linear infinite forwards;
    animation: btn-toggle-run 1s linear infinite forwards;
    opacity: .9;
}
.box03 .btnToggle::after{
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

/* 动画效果 */
@keyframes btn-toggle-run {
    0% {
        transform: translateY(0);
        opacity: .9
    }

    100% {
        transform: translateY(39%);
        opacity: 0
    }
}

/* 智能档案室解决方案 */
.box04 ul{
    overflow: hidden;
} 
.box04 ul li{
    float: right;
    margin-left: 9px;
    position: relative;
    overflow: hidden;
}
.box04 ul li:nth-child(n+2){
    margin-bottom: 15px;
}
.box04 ul li:nth-child(n+4){
    margin-bottom: 0px;
}
.box04 ul li a{
    position: relative;
    display: block;
}
.box04 ul li.big{
    width: 645px;
    height: 425px;
    float: left;
    margin-left: 0px;
}
.box04 ul li  img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
}
.box04 ul li p{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    color: #fff;
    background-image: linear-gradient(transparent, #000);
    height: 40px;
    font-size: 14px;
    text-indent: 10px;
    line-height: 40px;
}
.box04 ul li p::after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #1374f6;
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.box04 ul li.big p{
    height: 80px;
    font-size: 20px;
    line-height: 80px;
    text-indent: 20px;
}
.box04 ul li.big p::after{
    left: 20px;
    width: 40px;
    height: 4px;
    bottom: 15px;
}
.box04 .btnBox a{
    display: block;
    width: 155px;
    height: 38px;
    border: 2px solid #1374f6;
    border-radius: 5px;
    margin: 0px auto;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
}


/* 视频了解智能档案室 */

.box05 .cont{
    overflow: hidden;
}
.box05 .cont .titleBox {
    width: 315px;
    height: 495px;
    background: #fff;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.box05 .cont .titleBox h3 {
    width: 100%;
    background: #808080;
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
    padding: 0px 0px 0px 34px;
}

.box05 .cont .titleBox ul {
    background: #ffffff;
}

.box05 .cont .titleBox ul li {
    width: 100%;
    cursor: pointer;
    padding: 12px 34px 6px 34px;
    display: flex;
    height:74px;
    border-bottom: 1px solid #dddddd;
    background: url(../img/right_arrow.png) calc(100% - 30px) center no-repeat;
    color: #999999;
    font-weight: bold;
}

.box05 .cont .titleBox ul li:last-child {
    border-bottom: 1px solid #fff;
}

.box05 .cont .titleBox ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    /*letter-spacing: -1px;*/
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* å°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º */
    -webkit-line-clamp: 2; /* æŽ§åˆ¶æœ€å¤šæ˜¾ç¤ºå‡ è¡Œ */
    -webkit-box-orient: vertical; /* è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´ çš„æŽ’åˆ—æ–¹å¼ */
}

.box05 .cont .titleBox ul li.hover {
    background: url(../img/right_arrow_h.png) calc(100% - 30px) center no-repeat #1374f6;
    border-bottom: 1px solid #ffd200;
}

.box05 .cont .titleBox ul li.hover p {
    font-family: "SourceHanSansCN-Medium";
    color: #fff;
}

.box05 .cont .videoBox{
    width: 880px;
    height: 495px;
    position: relative;
    overflow: hidden;
}

.box05 .cont .videoBox div.v-box {
    position: relative;
    width: 100%;
    height: 100%;
}

.box05 .cont .videoBox div.show {
    display: block;
}

.box05 .cont .videoBox div.hide {
    display: none;
}

.box05 .cont .videoBox div.v-box img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    transition: all 500ms;
}

.box05 .cont .videoBox div:hover img {
    transform: scale(1.1);
}

.box05 .cont .videoBox div.v-box a {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.box05 .cont .videoBox div.v-box a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -20px;
    margin-top: -20px;
}

.box05 .cont .videoBox div.v-box:hover a img {
    transform: scale(1);
}

.box05 .cont .videoBox .video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
}

.box05 .items{

}
.box05 .items .tit{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    position: relative;
    line-height: 40px;
}
.box05 .items .tit::after{
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #1374f6;
}
.box05 .items ul{
    display: flex;
    justify-content: flex-start;
}
.box05 .items ul li{
    width: 384px;
    position: relative;
    margin-right: 24px;
}
.box05 .items ul li:last-child{
    margin-right: 0px;
}
.box05 .items ul li .imgBox{
    width: 100%;
    height: 216px;
    position: relative;
    overflow: hidden;
}
.box05 .items ul li .imgBox img{
    width: 100%;
    transition: all .5s;
}
.box05 .items ul li .imgBox:hover img{
    transform: scale(1.1);
    transition: all .5s;
}
.box05 .items ul li .imgBox .videoPlayBtn_in{
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0px;
    top: 0px;
}
.box05 .items ul li .imgBox .videoPlayBtn_in img{
    width: 50px;
    height: 50px;
    position: absolute;
    margin: auto;
    left: 0px ;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.box05 .items ul li .imgBox:hover .videoPlayBtn_in img{
    transform: scale(1);
}
.box05 .items ul li p{
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 48px;
}


/* 钢之杰-6A级档案室建设服务商 */
.box06_bj{
    background: #f6faff;
    height: 910px;
    position: relative;
    max-width: 1920px;
    margin: 0px auto;
}
.box06_bj .about{
    position: absolute;
    left:0;
    top: -30px;
    font-size: 265px;
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    color: #9fb7d1;
    opacity: .1;
    line-height: 100%;
    height: 265px;
    z-index: 0;
    text-indent: -95px;
    overflow: hidden;

}
.box06_bj .cont{
    font-size: 18px;
    color: #323333;
    line-height: 40px;
    position: relative;
    padding-top: 15px;
    z-index: 1;
}
.box06_bj .cont::before{
    width: 80px;
    height: 5px;
    background: #1374f6;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}
.box06_bj .rightImg{
    position: absolute;
    right: 0px;
    top: 60px;
}

/* 13年技术与服务积累，成就行业口碑 */
.box07{
    max-width: 1920px;
    margin: 0px auto;
    background: url(../img/index_about_bj.jpg) no-repeat center top;
    height: 850px;
}
.box07 .opinions{
    display: flex;
    justify-content: space-between;
}
.box07 .opinions li{
    width: 280px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
}
.box07 .opinions li img{
    display: block;
    margin: 30px auto 0px auto;
}
.box07 .opinions li p{
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.box07 .opinions li p.t{
    font-size: 20px;
    text-align: center;
    color: #000000;
}

/* 获得多项资质证书，专业能力备受认可 */

.box07 .qualifications{
    display: flex;
    justify-content: space-between;
}
.box07 .qualifications li img{
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 0px;
}
.box07 .qualifications li:hover img{
    border-color: #1374f6;
}
.box07 .qualifications li p{
    text-align: center;
    color: rgba(0,0,0,.6);
    font-size: 12px;
    margin-top: 15px;
}

/* 600+客户案例 */
.box08{
    background: #f6faff;
    margin-top: -45px;
}
.box08 .tabTit{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #19191a;
    position: relative;
    height: 55px;
}
.box08 .tabTit::before{
    width: 50%;
    height: 3px;
    content: '';
    display: block;
    background: #1b6c9e;
    position: absolute;
    left: 0px;
    top: 0px;
}
.box08 .tabTit::after{
    width: 50%;
    height: 3px;
    content: '';
    display: block;
    background: #3fa97e;
    position: absolute;
    right: 0px;
    top: 0px;
}
.box08 .tabTit li{
    margin: 0px 45px;
}
.box08 .tabTit li a{
    font-size: 18px;
    display: block;
    line-height: 55px;
    font-weight: bold;
}
.box08 .tabTit li.hover a{
    color: #085ba0;
}
.box08 .tabCont .item{
    display: flex;
    justify-content: flex-start;
    display: none;
}
.box08 .tabCont .item.hover{
    display: flex;
}
.box08 .tabCont .item li{
    width: 385px;
    border: 1px solid #9a9da0;
    margin-right: 20px;
}
.box08 .tabCont .item li:last-child{
    margin-right: 0px;
}
.box08 .tabCont .item li a{
    display: block;
}
.box08 .tabCont .item li .img{
    overflow: hidden;
    height: 265px;
}
.box08 .tabCont .item li .img img{
    width: 100%;
    height: 265px;
}
.box08 .tabCont .item li p{
    width: 90%;
    margin: 0px auto;
    font-size: 16px;
    margin-top: 20px;
}
.box08 .tabCont .item li p.date{
    margin-top: 0px;
    color:#a8a8a8;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.box08 .tabCont .item li p.date::after{
    content: '';
    height: 3px;
    width: 30px;
    background: #7da9ce;
    display: block;
    position: absolute;
    left: 110px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}


/* 最新行业资讯 */
.box09{
    background: #f6faff;
}
.box09 .items{
    display: flex;
    justify-content: space-between;
}
.box09 .items .item{
    width: 380px;
}
.box09 .items .item .tit{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}
.box09 .items .item .tit a{
    font-size: 12px;
    color: #999999;
    margin-left: 22px;
}
.box09 .items .item .imgBox{
    overflow: hidden;
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 10px;
    height: 263px;
}
.box09 .items .item .imgBox a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.box09 .items .item .imgBox a::before{
    display: none;
}
.box09 .items .item .imgBox img{
    width: 100%;
    height: 100%;
    display: block;
}
.box09 .items .item .imgBox a p{
    background: rgba(0,0,0,.5);
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box09 .items .item ul{
    /*padding-top: 10px;*/
    background: #fff;
    padding-bottom: 25px;
}
.box09 .items .item ul li{
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}
.box09 .items .item ul li a{
    font-size: 14px;
    width: 70%;
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap

}
.box09 .items .item ul li a:hover{
    color: #1374f6;
}
.box09 .items .item ul li a::before{
    content: '\2022';
}
.box09 .items .item ul li span{
    display: block;
}



/* 现在选择钢之杰，共赢未来 */
.box10{
    max-width: 1920px;
    background: url(../img/index_box10_img.jpg) no-repeat center top;
    height: 435px;
    margin: 0px auto;
}
.box10 div.p1, .box10 div.p2, .box10 div.p3{
    color: #fff;
    text-align: center;
    line-height: 100%;
    margin-top: 30px;
}
.box10 div.p1{
    font-size: 44px;
    font-weight: bold;
}
.box10 div.p2{
    font-size: 26px;
}
.box10 div.p3{
    font-size: 18px;
}
.box10 div.btnBox{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.box10 div.btnBox a{
    height: 50px;
    width: 175px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 22px;
    color: #0c49ff;
    margin: 0px 10px;
    background: #fff;
}
.box10 div.btnBox a.get{
    color: #fff;
    background: none;
}

/* 全部资质 */
.box_zizhi{
    position: relative;
}
.box_zizhi .imgList{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: none;
    transition: all .5s;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.box_zizhi .imgList li{
    width: calc(100% / 6 - 20px);
    margin-bottom: 25px;
    border: 1px solid #0e52a1;
    margin: 0px 10px;
    margin-bottom: 20px;
}
}
.box_zizhi .imgList li a{
    display: block;
}
.box_zizhi .imgList li a .imgBox{
    overflow: hidden;
    height: 245px;
}
.box_zizhi .imgList li a .imgBox img{
    width: 100%;
    /*height: 100%;*/
}
.box_zizhi .imgList li p{
    height: 60px;
    line-height: 60px;
    background: #0e52a1;
    color: #fff;
    font-size: 16px;
}
.box_zizhi .imgList li:nth-child(4n){
    /*margin-right: 0px;*/
}
.box_zizhi .btnToggle{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0px auto;
    position: relative;
    margin-top: -35px;
    z-index: 1;
    cursor: pointer;
}

.box_zizhi .btnToggle .open, .box_zizhi .btnToggle .close{
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    color: #fff;
    align-content: center;
    line-height: 120%;
    font-size: 14px;
    overflow: hidden;
    display: none;
}
.box_zizhi .btnToggle .hover{
    display: flex;
}
.box_zizhi .btnToggle .open::before, .box_zizhi .btnToggle .close::before{
    content: '';
    background: url(../img/index_box03_arrow_bj.png) no-repeat;
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.box_zizhi .btnToggle .open::after, .box_zizhi .btnToggle .close::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -5px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-left: none;
    border-top: none;
    z-index: -2;
    background: url(../img/index_box03_arrow.png) no-repeat center bottom;
}
.box_zizhi .btnToggle .open i, .box_zizhi .btnToggle .close i{
    display: block;
    width: 100%;
}
.box_zizhi .btnToggle::before, .box_zizhi .btnToggle::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -5px;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-left: none;
    border-top: none;
    z-index: -2;
    background: url(../img/index_box03_arrow.png) no-repeat center bottom/100%;
    -webkit-animation: btn-toggle-run 1s linear infinite forwards;
    animation: btn-toggle-run 1s linear infinite forwards;
    opacity: .9;
}
.box_zizhi .btnToggle::after{
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}


.layui-layer-setwin .layui-layer-close2{
    width: 35px;
    height: 35px;
    z-index: 999;
    line-height: 25px;
}

/*新增样式*/
.product-info-soft-block{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 430px;
    margin: auto
}
.product-info-soft-block img{
    width: 614px;
}

.product-info-soft-block .product-info-soft{
    width: calc(100% - 614px);
    background: #fff;
    height: 430px;
}
.product-info-soft-block .product-info-soft li{
    width: 100% !important;
    height: 100%;
    background: #fff;
    padding: 40px 32px 0 34px;
}
.product-info-soft-block .product-info-soft li .title{
    font-size: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 24px;
}
.product-info-soft-block .product-info-soft li .desc{
    width: 400px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.8);
    line-height: 22px;
    margin-bottom: 44px;
}

.product-info-soft-block .product-info-soft li .tips{
    display: flex;
    flex-wrap: wrap;
    width: 310px;
}

.product-info-soft-block .product-info-soft li .tips-item{
    width: 115px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #666;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 17px;
    margin-right: 29px;
    margin-bottom: 18px;
}
.product-info-soft-block .product-info-soft li .product-info-soft-btn-group{
    margin-top: 40px;
    width: 100%;
    display: flex;
}
.product-info-soft-block .product-info-soft li .product-info-soft-btn-group-one, .product-info-soft-block .product-info-soft li .product-info-soft-btn-group-two {
    width: 144px;
    height: 42px;
    background: #1374f6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.product-info-soft-block .contact-btn{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    border-radius: inherit;
    height: 100%;
}
.product-info-soft-block .product-info-soft li .product-info-soft-btn-group-two {
    border: 1px solid #1374f6;
    color: #1374f6;
    background: #fff;
    margin-left: 16px;
}