
/* 20260304jhy */
.pop-link{position: fixed;background-color: rgba(0, 0, 0, 0.5);left: 0;right: 0;top: 0;bottom: 0;z-index: 999999;display: none;}
.pop-link .closebtn{color:#82422f;font-size: 36px;position: absolute;right: 30px;top: 18px;font-weight: lighter;line-height: 1;cursor: pointer;width: 30px;height: 30px;font-family: Arial, Helvetica, sans-serif;z-index: 2;}
.pop-link .box{width: 799px;height: 361px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;display: flex;flex-direction: column;align-items: center;text-align: center;font-size: 16px;justify-content: center;padding:20px 15px;background-color: #fff;}
.pop-link .box::before{content: '';/* background: url(../images/jhy/popbg.png) center no-repeat; */background-size: 100% 100%;position: absolute;left: 9px;right: 9px;top: 9px;bottom: 9px;}
.pop-link .cont{line-height: 1.7;position: relative;}
.pop-link .box .tit{font-size: 22px;}
.pop-link .box .txt{margin-top: 13px;}
.pop-link .box .link{display: flex;justify-content: center;margin-top: 54px;}
.pop-link .box .link .l{background-position: center;background-repeat: no-repeat;width: 125px;height: 45px;margin: 0 8px;line-height: 45px;cursor: pointer;color:#fff;font-size: 16px;background-size: cover;}
/* .pop-link .box .link .l1{background-image: url(../images/jhy/png6.png);}
.pop-link .box .link .l2{background-image: url(../images/jhy/png7.png);} */
.pop-link input{border: 0;}
.pop-link.showd{display: block;}


@media (max-width: 1000px){
  .pop-link .box{width: 90%;}
}


@media (max-width: 768px){
    .pop-link .box{height: auto;padding-bottom: 30px;}
    .pop-link .box .txt{padding: 0 10px;line-height: 1.4;font-size: 14px;}
    .pop-link .box .txt br{display: none;}
    .pop-link .closebtn{top: 10px;right: 15px;}
    .pop-link .box .link{margin-top: 20px;}
    .pop-link .box .link .l{width: 100px;height: 36px;line-height: 36px;font-size: 14px;}
    .pop-link .box .tit{font-size: 18px;}
}