.flexRowCenter {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}


.flexRowBetween {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.flexColCenter {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

#proPop {
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  background-color: rgba(32, 56, 56, 0.3);
  width: 100%;
  height: 100%;
  display: none;
}

#proPop .proPopContainer {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#proPopCG {
  background-color: transparent;
  width: 520px;
  height: auto;
  border-radius: 12px;
}

#proPopCG .pop-close{
  cursor: pointer;
}

#proPopCG .pop-header {
  height: 42px;
  padding: 0px 20px;
  background-color: #E9F6FB;
  border-radius: 17px  17px  0 0;
}

#proPopCG .pop-body {
  flex: 1;
  min-height: calc(100% - 42px - 100px);
  padding: 0px 20px;
  background-color: white;
}

 .pop-body>h3
 {margin-top: 10px;
 margin-bottom: 30px;
 font-size: 24px;
 line-height: 1.5;
 font-weight: bold;
 color: #b659cd;
text-align: center;}
 
.pop-body .p1 {
  font-weight:600;
  font-size: 32px;
}

.pop-body .p2 {
    font-size: 24px;
    font-weight: bold;
    color: #2d86f3;
    text-align: center;
   margin-bottom: 10px;
}

.pop-body .p3{
    font-size: 16px;
    line-height: 28px;
   color: #444444;
    font-weight: 400;
    margin-bottom: 10px;
}

.pop-content {
    display: flex;
    align-items: center;  
    gap: 15px;  
}

.download-btn {
    display: inline-flex;
    align-items: center; 
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #1E90FF; 
    border-radius: 5px;
    text-align: center;
    text-decoration: none; 
    margin: 0 10px; 
}

.download-btnmac {
    display: inline-flex; 
    align-items: center; 
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #00CD66;
    border-radius: 5px;
    text-align: center;
    text-decoration: none; 
    margin: 0 10px;
}

};
    border-radius: 5px;
    text-align: center;
    text-decoration: none; /* 去掉默认超链接的下划线 */
    margin: 0 10px; /* 按钮之间的间距 */
}

.download-btn:hover {
    background-color: #0e79b2;
}

.download-icon {
    width: 40px; 
    height: auto; 
    margin-right: 8px; 
}


.download-btn:hover {
    background-color: #0d6efd; 
   color: #ffffff; 
   text-decoration: none; /
}

.download-btnmac:hover {
    background-color: #109322;
   color: #ffffff; 
   text-decoration: none; /
}

#proPopCG .pop-footer {
  height: 100px;
  padding: 0px 20px;
  gap: 20px;
  background-color: #EFEFEF;
  border-radius:  0 0 17px  17px ;
}
#proPop .pop-logo{display: flex;align-items: center;column-gap: 10px;}
#proPop .pop-logo>p{font-size: 18px;font-weight: 500;color: #128fd6;font-family: 'Segoe UI';margin-bottom: 0;}
#proPop
#proPop .pop-body>h4{display: block; margin: 0 auto;text-align: center;color: #2d86f3;}