.free_trial-box {
  width: 100%;
  background-image: url('../imgs/imgs/free_trial_bj.png');
  background-size: 100% 100%;
  padding: .8rem 0;
  /* height: 4.75rem; */
  margin: 0 auto;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.free_trial-box h5 {
  font-size: .45rem;
  font-weight: 700;
  margin-bottom: .4rem;
}

.free_trial-box span {
  display: inline-block;
  font-size: .3rem;
  margin-bottom: .4rem;
}

.trial_box-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.trial_box-btn a {
  height: .6rem;
  line-height: .6rem;
  display: inline-block;
  padding:0 .75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: .05rem;
  border: 1px solid #FFFFFF;
  font-size: .2rem;
  cursor: pointer;
  margin-bottom: 0;
  color: #fff;
}
.trial_box-btn a:nth-child(1){
  margin-right: .25rem;
}
.trial_box-btn a:nth-child(2){
  margin-left: .25rem;
}

.pub_bottom {
  padding-top: 1rem;
  background-color: #42434F;
  backdrop-filter: blur(.125rem);
  /* padding-bottom: 1rem; */
  position: relative;
}

.pub_bottom-center {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  padding-bottom: .5rem;
}

.pub_bottom-center>div>h5,.pub_bottom-center>div>h5 span {
  font-size: 20px;
  /* font-size: .32rem; */
  font-weight: 700;
  margin-bottom: .25rem;
}

.pub_bottom-center ul li {
  font-size: 14px;
  /* margin-bottom: .15rem; */
  margin-bottom: 12px;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  line-height: 1.5;

}
.pub_bottom-center ul li a{
  color: rgba(255,255,255,.8);
}
.pub_bottom-center ul li a:hover{
  color: #fff;
}

.qr_code {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: center;
}

.qr_code img {
  margin-top: .25rem;
  margin-bottom: .15rem;
  width: 1.5rem;
  height: 1.5rem;
}

.pub_bottom-low {
  height: auto;
  line-height: 2.5;
  background: #393A44;
}
.remk {
  cursor: pointer;
}

.pub_bottom-low>div {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
}
.pub_bottom-low>div:hover{
  opacity: 1;
}
.pub_bottom-low>div span{
  font-family: "Microsoft Yahei";
  font-size: 14px;
}
.pub_bottom-center div{
  flex:1;
}

.zy-layout,.success-layout{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:22;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0,0,0,.3);
  display: none;
}
.link-wrapper{
  background-color: #fff;
  width: 6.875rem;
  height: 5.7rem;
  position: fixed;
  top:200px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.25rem 1.25rem .75rem .75rem;
  border: .125rem solid #FFFFFF;
  background: linear-gradient(180deg, #FAFCFF 0%, #FBFCFF 100%);
  box-shadow: 0 .075rem .25rem .05rem rgba(0, 0, 0, 0.1);
  padding: .75rem 1rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
.link-wrapper .link-bg{
  width: 5rem;
  height: 2.875rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.link-wrapper .link-text{
  font-size: .35rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: .5rem;
  position: absolute;
  top: .55rem;
  left: 50%;
  transform: translateX(-50%);
}
.link-wrapper .link-bg img{
  width: 100%;
  height: 100%;
}
.link-wrapper .call-phone{
  font-size: .3rem;
  font-weight: 600;
  color: #2F496F;
  line-height: 1.5;
  /* margin-top: .75rem; */
  margin-top: .35rem;
  margin-bottom:.35rem;
}
.link-wrapper .phone-number{
  font-size: .6rem;
  font-weight: 600;
  color: #2F496F;
  line-height: 1.5;
}
.link-wrapper .know-btn{
  width: 4.9375rem;
  line-height: .6rem;
  background: #4C90F9;
  border-radius: .3rem;
  color: #fff;
  border: none;
  font-size: .2rem;
  padding: .05rem 0;
  cursor: pointer;
  margin-top:.4rem;
}
.success-layout .link-wrapper .know-btn{
  margin: 0;
}
.success-layout .link-wrapper .phone-number{
  margin:1rem 0;
}
.footer-drop-down{
  display: none;
}

.qr_code span{
  width: 1.5rem;
  text-align: center;
}
.d-block{
  display: block!important;
}

@media screen and (max-width:768px) {
  .main_footer{
    width: 100%;
  }
  .pub_bottom{
    padding-top: 0;
    backdrop-filter: none;
    background-color: rgb(66, 67, 79,.9);
  }
  .pub_bottom-center{
    flex-direction: column;
    padding-bottom:0;
  }
  .pub_bottom-center div{
    border-bottom: 1px solid rgb(238, 238, 238,.3);
  }
  .pub_bottom-center div:last-of-type{
    background-color: #42434F;
  }
  .pub_bottom-center>div>h5{
    padding: 0 1.2698rem;
    margin-bottom:0;
    position: relative;
    height: 2.8571rem;
    line-height: 2.8571rem;
    background-color: #42434F;
  }
  .pub_bottom-center>div>h5 span{
    font-size: .7619rem;
  }
  .pub_bottom-center ul li a{
    font-size: .7619rem;
  }
  .trial_box-btn a{
    height: auto;
    line-height: 1.2rem;
    font-size: .7619rem;
    padding: .5079rem 1.5873rem;
  }
  .pub_bottom-center>div>h5 .footer-drop-down{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: .7619rem;
    height: .7619rem;
    right: 1.0159rem;
  }
  .pub_bottom-center ul{
    display: none;
    padding: 0 1.2698rem;
  }
  .pub_bottom-center ul li{
    margin: .7619rem 0;
    font-size: .7619rem;
  }
  .pub_bottom-low div{
    flex-direction: column;
    align-items: center;
    padding: .4rem 0;
    line-height: 1.75;
  }
  .qr_code img{
    width: 5.7143rem;
    height: 5.7143rem;
  }
  .qr_code span{
    text-align: center;
    width: 5.7143rem;
    margin-top: .6349rem;
  }
  .pub_bottom-low div span{
    font-size: .6984rem;
  }
  .pub_bottom-low div span:nth-of-type(1){
    margin-bottom: .5079rem;
  }
  .free_trial-box span{
    width: 80%;
    line-height: 2;
    font-size:.7619rem;
  }
  .free_trial-box h5{
    font-size: 1.0159rem;
  }


  /* 弹框 */
  .link-wrapper{
    width: 17.4603rem;
    height: 14.4762rem;
    border-radius: 3.1746rem 3.1746rem 1.9048rem 1.9048rem;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .link-wrapper .link-bg{
    width: 12.6032rem;
    height: 7.3651rem;
  }
  .link-wrapper .link-text{
    top: 2rem;
    font-size: .8889rem;
  }
  .link-wrapper .call-phone{
    font-size: .8889rem;
    margin: 1rem 0;
    margin-top:2rem;
  }
  .link-wrapper .phone-number{
    font-size: 1.2698rem;
    margin-bottom: 1rem;
  }
  .link-wrapper .know-btn{
    width: 12.5397rem;
    height: 2.7937rem;
    line-height: 2.7937rem;
    background: #4C90F9;
    border-radius: 1.3968rem;
    color: #fff;
    font-size: .8889rem;
  }
  .success-layout .link-wrapper .phone-number{
    margin: 2.3rem 0 2.3rem;
  }
}
@media screen and (min-width: 769px) { 
  .pub_bottom-center ul{
    display: block!important;
  } 
}