 
 
     
 /* 2024new ---------------------------- */
 

/*tab切换*/

  
.contact-zbm{
    top: 10px!important;
    right: 10px!important
}

.zbm-index-tab{
    width: 100%;
    padding: 50px 0;
    display: block;
}

.tabs {  
     display: flex;
    cursor: pointer;
    width: 100%%;
  }  
  
  .tabs .select {  
  border-bottom: 2px solid #f82c50;  
      color: #f82c50;
}  

.tab {  
    font-size: 24px;
    width: 50%;
     padding: 10px 20px;  
    margin-right: 5px;  
      border-bottom: 2px solid transparent;  
    transition: background-color 0.3s;  
    color: #040000;
}  

  
.tab:hover {  
      border-bottom: 2px solid #f82c50;  
      color: #f82c50;

}  
  


.content-pt{
     display: flex;
    justify-content: flex-end;
    width: 96%;
    gap: 30px;
    padding: 0 2%;
}
 
 
 .index-leftimg{
/*    background: url(https://zbm666.com/image/indexleft1.gif) no-repeat center left;*/
width: 60%;  
    height: auto; 
    overflow: hidden; 
  }


.index-right{
     width:40%;

}
.tab-content {  
     display: none;  
    padding-top:50px;
      background: #fff;
  /*    border: 1px solid #ddd;
            border-radius: 10px;
              box-shadow: 3px 3px 8px #ccc;*/

   }  
  
.tab-content.active {  
   display: block;
   
}


.style-bian{
/*    border: 1px solid #ddd;*/
/*            border-radius: 10px;*/
/*              box-shadow: 3px 3px 8px #ccc;*/
}
.slideshow-container-new {
    width:100%; /* 或者指定具体的宽度，确保与外层容器匹配或适应 */
    height: 100%; /* 指定具体的高度，你可以根据需要调整 */
    position: relative; /* 用于定位内部元素 */
    overflow: hidden; /* 隐藏溢出的图片部分 */
    top: 30px;
 }

/* 设置图片的样式 */
.slideshow-container-new .slide {
 width: 90%; /* 图片宽度设为容器的100% */
    height: 100%; /* 图片高度设为容器的100% */
    object-fit: cover; /* 图片按比例缩放以填充整个容器，同时保持其宽高比 */
    position: absolute; /* 绝对定位图片，通常用于堆叠图片或实现轮播效果 */
    top: 0; /* 图片顶部与容器顶部对齐 */
    left: 0; /* 图片左侧与容器左侧对齐 */
/*    transition: opacity 1s ease-in-out;*/
 
}
 
/* 如果只显示一张图片，或者需要通过JavaScript控制显示的图片，可以动态添加类来设置透明度 */
.slideshow-container-new .slide.active {
    opacity: 1; /* 显示当前图片 */
}

.tab-daren{
    display: flex;
    flex-wrap: nowrap; 
    padding: 31.4px 0;
 }

.daren-btn {
       width: auto;
    margin:0 10%;
    cursor: pointer;
    border:1px solid transparent;

}

.daren-btn img{
     width: 70px;
    height: 70px;
    border-radius: 20px;
    opacity: 0.9;

    box-shadow: 3px 3px 8px #ccc;

}

.daren-btn span:hover{
color: #f82c50;
}

.daren-btn img:hover{
opacity: 1;
box-shadow: 3px 3px 8px #999;
}


.daren-btn span{
    display: block;
     text-align: center;
     color: #666;
}

.zbmpt-tdetail{
    margin-top: 20px;
/*    border-top: 1px solid #ddd;*/
    background: #f6f8fa;
    padding: 30px 5%;
    width: 90%;
 }


 
.detail-js{
display: block;
text-align: left;
    margin-bottom:30px;
}

.detail-js span{
color: #666;
     line-height: 24px;
     font-size: 14px;
}


.detail-js .fonts{
display: flex;
    gap: 3%;
}

.header_tong{
    background:#f7f8fa!important;
}

.body-index{
    background: #fff;
}

.zbmlogo .font{
  /*  font-weight: 100;
    font-size: 14px;
    color: #ececec!important;
    font-family: inherit;*/
}

.lianxi a {
    font-size: 16px;
    padding: 9px 15px;
/*    color: #ececec!important;*/
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid transparent;
    margin: 0 20px;
}

.lianxi a:hover{
      font-size: 16px;
     color: #f82c50!important;
          border-bottom: 2px solid transparent!important;

}

.left-help{
    width: 24%;
}

.left-help b{
    /* background: #ff4d79;
    padding: 3px 7px;
    border-radius: 5px;*/
    color: #333;
    font-size: 16px;
}

 
.left-help i{
     font-size: 14px;
}

.main-js{
        width: 100%;
}

.left-help a{
font-size: 14px;
color: #fa2c50;
cursor: pointer;

}

.left-help a:hover{
text-decoration: underline;

}


#douyin h1{
    text-align: right;
}

.right-get {
      position: relative;
     overflow: hidden;
         width: 70%;
         height: 300px;
/*         top:-60px;*/
         border: 1px solid #ddd;

/*box-shadow: 3px 3px 8px #999;*/
    border-radius: 10px;
 
  }
.right-get .content {
    position: absolute;
     height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0s 0.5s ease-in-out;
       padding:8px;
    background: #fff;
 }

.right-get .content b{
    display: block;
    margin-bottom: 10px;
}
 

.right-get .content img{
    width: 100%;
     border-radius: 5px;
}
 

 
.right-get .content.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0s 0s ease-in-out;
}

 
 

/*.right-get a{
    padding: 30px 60px;
    border: 1px solid #ddd;
    font-size: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    border-radius: 10px;
    background: #fff;
    color: #f82c50;
}

.right-get a:hover{ 
    background: #f82c50;
    color: #ffffff;
    border: 1px solid #f82c50;

}
*/

 


.get-loginbt-pt {
 padding: 12px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #f82c50;
    border-radius: 150px;
    display:inline-block;
   border:none;
  text-align: left;
  cursor: pointer;
 }

/* .get-loginbt-pt:hover{
  background-color: #f82c50;
  color: #fff;

 }
 */


.foot_style{
    position: relative!important;
}


.bk-style{
    background: #fff;
}

.mt-70{
    margin-top: 70px;
}


.login-right{
width: 68%;
    display: inline-block;
    text-align: center;
 position: absolute;
    right: 1%;

 } 

.login-right p{
 font-size: 16px;
    margin-top: -15px;
    color: #666;
} 


.dr-login{
  display: block;
    width: auto;
/*    border: 1px solid #ddd;*/
margin: 0 30px;
    border-radius: 10px;
    text-align: left;
    position:relative;
     background: #f7f8fa;
    padding:30px;

/*         background-color: #fff;*/
/*        box-shadow: 5px 5px 10px #ddd;*/
}

.dr-login .title{
    font-size: 24px;
    font-weight: bold;
}
.dd-login{
  display: inline-block;
    width: 38%;
    border: 1px solid #ddd;
    padding: 10px 30px 30px;
    border-radius: 10px;
    text-align: left;
 position: absolute;
 right: 2%;
     background-color: #fff;
     box-shadow: 5px 5px 10px #ddd;
}


.dd-login .getshop{
color: #3532c2;
     display: inline-block;
    position: relative;
    margin-top: 15px;
}
 

.dd-login .getshop:hover{
     text-decoration: underline!important;;
color: #4a15ca;

}
 
.get-loginbt {
 padding: 12px 25px;
    font-size: 18px;
    color: #fff;
    background-color: #3532c2;
    border-radius: 150px;
    display:inline-block;
   border:none;
  text-align: left;
  cursor: pointer;
}

.get-loginbt:hover{
  background-color: #4a15ca; 
       color: #fff;
      width: 60%;

}


.get-login {
 padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #3532c2;
    border-radius: 150px;
    display:inline-block;
    text-align: left;
    text-decoration: none!important
}

.get-login:hover{
  background-color: #4a15ca; 
       color: #fff;
      width: 60%;
}

.dr-login .getcode{
color: #3532c2;
     display: inline-block;
    position: relative;
    margin-top: 15px;
}
.dr-login .getcode:hover{
color: #4a15ca;
}

.dr-login .getcode .code{
    display: none;  
    width: 140px;
    height: 170px;
    position: absolute;
    border: 1px solid #3532c2;
    border-radius: 10px;
    left: -200px;
    bottom: -32px;
    text-align: center;
    background: #fff;
}

.dr-login .getcode .code img{
  width: 140px;
    height: 140px; 
     border-radius: 10px;

}

.dr-login .getcode:hover .code{
  display: inline-block;
}
 
 


.login-text{
  display: block;
    margin: 20px 0;
}

.login-text input{
  width: 80%;
    display: block;
    padding: 5px 20px;
    border-radius: 100px;
    border: 1px solid #ddd;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.kf-wx{
    margin-right: 100px!important;
}

.lianxi i{
    padding-right: 2px;
}


  /* 隐藏复选框 */
    #toggle {
        display: none;
    }
 

    /* 对话框默认隐藏 */
    #dialog {
        display: none;
        position: fixed;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        padding: 20px;
/*        border: 1px solid #ccc;*/
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-radius: 8px;
    }
 
    /* 当复选框被选中时，显示对话框 */
    #toggle:checked + #dialogOverlay + #dialog {
        display: block;
    }
 
    /* 覆盖层默认隐藏 */
    #dialogOverlay {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
 
    /* 当复选框被选中时，显示覆盖层 */
    #toggle:checked + #dialogOverlay {
        display: block;
    }
 
    /* 美化按钮 */
    .show-dialog-btn {
         cursor: pointer;
    }

    .dialog-wx{
    width: 350px;
    position: relative;
    }
 
     .dialog-wx p{
    padding: 20px 0 0 0 ;
        text-align: center;

    }



  .dialog-wx label{
    /*position: absolute;
    right: 10px;
    top: 0;
    color: #666;*/

    position: absolute;
    right: -30px;
    top: -30px;
    color: #fff;

    }
      .dialog-wx label:hover{
    color: #f82c50;
    }

  .dialog-wx label i{
   font-size: 24px;
    }

     .dialog-wx b{
 font-size: 16px;
    }

     .dialog-wx span{
 font-size: 14px;
 color:#666;
    }

    .dialog-wx img{
   width: 140px;
   height: 140px;
    }

    .right-get-move{

 width: 40%;
    }

 

    .right-get-move img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 10px;
    }

.width-style{
    width: 46%!important;
}

.width-style-r{
        width: 15%!important;
        text-align: right;

}

.width-style-r a{
        cursor: pointer;


}

.width-style-r img:hover{
  box-shadow: 3px 3px 8px #ccc;
}


/*窗口css*/

 
.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
     overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup .mcn-bk{
background: #000;
}


.popup-content {
    background-color: #333;
    margin: 10% auto;
  
/*    border: 1px solid #888;*/
    max-width: 750px;
     text-align: center;
    position: relative;
    border-radius: 10px;
}

.popup-content video{
        border-radius: 10px;

}
  .popup-content .title{
        position: absolute;
    left: 0;
    top: -40px;
    font-size: 24px;
     color: #fff;
 }


.close-btn {
    color: #aaa;
     cursor: pointer;
    position: absolute;
    right: -10px;
    top: -30px;
}
.close-btn i{
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}


.close-btn i:hover{
    color: #f82c50;
 
}


.leading-relaxed a{
    font-size: 16px;
    color: #fa2c50;
    cursor: pointer;
}

.url-a-style{
    background-color: #ffdbe1!important;
    color: #fa2c50;
    font-size: 14px;
}
.url-a-style:hover{
        background-color: #fa2c50!important;
     color: #fff!important;
 }


.url-a-down{
    background-color: #e6eaff !important;
    color: #4341ca;
    font-size: 14px;
}
.url-a-down:hover{
        background-color: #4341ca!important;
     color: #fff!important;
 }

