.dialog {
  position: fixed;
  top: 0.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.mengceng{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
     
}
.dialog.active {
  opacity: 1;
  pointer-events: auto;
}

.dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(359.77deg, #fafbff 0.28%, #ebefff 99.89%);

 
  border-radius: .0914285714rem;

  text-align: center;
  width: 4.1142857143rem;
  padding-bottom: .3428571429rem;
}
.lable-form {
  color: #596270;
  width: 100%;
  width: 90%;
  margin: 0 auto;
  font-size: .16rem;
  line-height: .2057142857rem;
}
.lable-form-a {
  font-family: siyuan;
  font-size: .3657142857rem;
  font-weight: 700;

  letter-spacing: 0.03em;
  text-align: center;
  margin-top: .4571428571rem;
}
.form {
 
  width: 90%;
  margin: 0 auto;
margin-top: .5257142857rem;
 
}
.form-item {
  width: 100%;
   margin-bottom: .1828571429rem;
   
 
}
.label {
  font-size: .16rem;
  color: white;
  width: 100%;
  font-family: siyuan;
  color: #4d5766;
  font-weight: 400;
  text-align: left;
  display: block;
  margin-bottom: .1828571429rem;
}
.label i {
  color: red;
  margin-right: 0.1rem;
  display: inline-block;
}
.form-item input {
  width: 100%;
  height: .4571428571rem;
  background-color: #E6E9F2;
  color: #000;
  padding-left: .2057142857rem;
}
input {
  background: none;
  outline: none;
  border: none;
  color: #000;
   
}
 
button {
  display: block;
 
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  background-color: transparent;
}
button:after {
  border: unset;
  margin: 0;
  padding: 0;
}

.btn-box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.Download-save {
  width: .9142857143rem;
  height: .4571428571rem;
  text-align: center;
  line-height: .4571428571rem;
  font-size: .16rem;
  background: #2b74d9;
  color: #ffffff;
  border-radius: .0457142857rem;
}
.Download-close {
  

  width: .9142857143rem;
  height: .4571428571rem;
  text-align: center;
  line-height: .4571428571rem;
  font-size: .16rem;
  background: #e1e9f5;
  color: #2b2f33;
  border-radius: .0457142857rem;
  margin-left: .0914285714rem;
}
.integration-box {
  padding-bottom: 0.82rem;
}
.mobile-dialog-title {
  width: 100%;
  text-align: center;
  margin-top: 1.56em;
  font-size: 0.24rem;
}
.tips {
  width: 100%;
  text-align: center;
  margin-top: 1.6em;
  font-size: 0.16rem;
}
.mobile-dialog-title span {
  margin-right: 0.1rem;
  font-weight: 600;
}
.layui-form {
  width: 90%;
  margin-top: 1rem;
}
.layui-layer {
  height: auto !important;
  top: 10% !important;
  width: 45% !important;
  left: 30% !important;
}
.mobile-dialog {
  background: linear-gradient(359deg, #fafbff 0%, #ebefff 100%);
  overflow: hidden;
}
.layui-layer-title {
  display: none;
}
.layui-layer-content {
}
.layui-layer-content {
  height: auto !important;
}

.layui-btn {
  background: #2b74d9 !important;

  font-family: siyuan, siyuan;
  font-weight: 400;
  font-size: 0.68rem;
  color: #ffffff;
  line-height: 1.94rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.layui-border {
  background: #e1e9f5 !important;

  font-family: siyuan, siyuan;
  font-weight: 400;
  font-size: 0.68rem;
  color: #2b2f33;
  line-height: 1.94rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.layui-input-block {
  display: flex;
  justify-content: end;
}

.layui-form-label > span {
  color: red;
}

@media screen and (max-width: 1270px) {
  .layui-layer {
    height: auto !important;
    top: 10% !important;
    width: 60% !important;
    left: 30% !important;
  }
  .layui-form-label {
    width: 20% !important;
  }
  .mobile-dialog-title {
    font-size: 0.36rem;
  }
  .tips {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 980px) {
 
  .dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .dialog.active {
    opacity: 1;
    pointer-events: auto;
  }
  
  .dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(359.77deg, #fafbff 0.28%, #ebefff 99.89%);
  
   
    border-radius: .0914285714rem;
  
    text-align: center;
    width:7.0530612245rem;
   padding-bottom:.587755102rem;
    
  }
  .lable-form {
    color: #596270;
    width: 100%;
    width: 90%;
    margin: 0 auto;
    font-size: .2742857143rem;
    line-height: .3526530612rem;
  }
  .lable-form-a {
    font-family: siyuan;
    font-size: .6269387755rem;
    font-weight: 700;
  
 
    text-align: center;
    margin-top: .7836734694rem;
  }
  .form {
   
    width: 90%;
    margin: 0 auto;
  margin-top: .9012244898rem;
   
  }
  .form-item {
    width: 100%;
     margin-bottom: .3134693878rem;
     
   
  }
  .label {
    font-size: .2742857143rem;
    color: white;
    width: 100%;
    font-family: siyuan;
    color: #4d5766;
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: .3134693878rem;
  }
  .label i {
    color: red;
    margin-right: 0.1rem;
    display: inline-block;
  }
  .form-item input {
    width: 100%;
    height: .7836734694rem;
    background-color: #E6E9F2;
    color: #000;
    padding-left: .2742857143rem;
  }
  input {
    background: none;
    outline: none;
    border: none;
    color: #ffffff;
     
  }
   
  button {
    display: block;
   
    margin: 0;
    padding: 0;
    border: none;
    border-radius: none;
    outline: none;
    background-color: transparent;
  }
  button:after {
    border: unset;
    margin: 0;
    padding: 0;
  }
  
  .btn-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .587755102rem;
  }
  .Download-save {
  
    width: 1.5673469388rem;
    height:.7836734694rem;
    text-align: center;
    line-height: .7836734694rem;
    font-size: .2742857143rem;
    background: #2b74d9;
    color: #ffffff;
    border-radius: .1175510204rem;
  }
  .Download-close {
    width: 1.5673469388rem;
    height:.7836734694rem;
    text-align: center;
    line-height: .7836734694rem;
    font-size: .2742857143rem;
    background: #e1e9f5;
    color: #2b2f33;
    border-radius: .1175510204rem;
    margin-left: .1567346939rem;
  }
  .layui-layer {
    height: auto !important;
    top: 10% !important;
    width: 70% !important;
    left: 15% !important;
  }
  .layui-form-label {
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    width: 2.5rem !important;
    font-size: 0.28rem !important;
  }

  .btn-form-item {
    margin-top: 0.9rem;
  }
}

@media screen and (max-width: 750px) {
 
  .dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  .dialog.active {
    opacity: 1;
    pointer-events: auto;
  }
  
  .dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    background: linear-gradient(359.77deg, #fafbff 0.28%, #ebefff 99.89%);
    border-radius: .0914285714rem;
    text-align: center;
    width:90%;
   padding-bottom:.4582278481rem ;
    
  }
  .lable-form {
    color: #596270;
    width: 100%;
    width: 90%;
    margin: 0 auto;
    font-size: .2805063291rem;
    line-height: .5749367089rem;
  }
  .lable-form-a {
    font-family: siyuan;
    font-size: .555443038rem;
    font-weight: 700;
    text-align: center;
    margin-top: .3443037975rem;
  }
  .form {
   
    width: 90%;
    margin: 0 auto;
    margin-top: .2359493671rem;
   
  }
  .form-item {
    width: 100%;
    margin-bottom: .477721519rem;
     
   
  }
  .label {
    font-size: .2805063291rem;
    color: white;
    width: 100%;
    font-family: siyuan;
    color: #4d5766;
    font-weight: 400;
    text-align: left;
    display: block;
    /* margin-bottom: .777721519rem; */
  }
  .label i {
    color: red;
    margin-right: 0.1rem;
    display: inline-block;
  }
  .form-item input {
    width: 100%;
    height: .7443037975rem;
    background-color: #E6E9F2;
    color: #000;
    padding-left: .5832911392rem;
  }
  input {
    background: none;
    outline: none;
    border: none;
    color: #ffffff;
     
  }
   
  button {
    display: block;
   
    margin: 0;
    padding: 0;
    border: none;
    border-radius: none;
    outline: none;
    background-color: transparent;
  }
  button:after {
    border: unset;
    margin: 0;
    padding: 0;
  }
  
  .btn-box {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .4582278481rem;
  }
  .Download-save {
  
    width: 3.8886075949rem;
    height: .9443037975rem;
    text-align: center;
    line-height: .9443037975rem;
    font-size: .4805063291rem;
    background: #2b74d9;
    color: #ffffff;
    border-radius: .1944303797rem;
  }
  .Download-close {
    
  
    width: 3.8886075949rem;
    height: .9443037975rem;
    text-align: center;
    line-height: .9443037975rem;
    font-size: .4805063291rem;
    background: #e1e9f5;
    color: #2b2f33;
    border-radius: .1944303797rem;
    margin-left: .3888607595rem;
  }
}